[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] installing.....
Cameron Germein wrote:
>
> you need root.
>
Umm...Not exactly, though it makes life much easier.
You must build your makefile to work in your home dir. Something like:
PREFIX=~/usr/local \
INSTALLPRIVLIB=~/usr/local/lib/perl5 \
INSTALLSCRIPT=~/usr/local/bin \
INSTALLSITELIB=~/usr/local/lib/perl5/site_perl \
INSTALLBIN=~/usr/local/bin \
INSTALLMAN1DIR=~/usr/local/lib/perl5/man \
INSTALLMAN3DIR=~/usr/local/lib/perl5/man/man3
Put this in a file, say 'foo.cfg', and use it for the MakeFile.PL
$ perl MakeFile.PL `cat foo.cfg`
Then, forget ./config. Just run
make
make test (some may fail)
make install
And, don't forget to install Bundle::Interchange, which will need the
same config data as you put into 'foo.cfg'.
--
Mark Johnson
Senior Developer - Professional Services
Red Hat, Inc.
E-Business Solutions
markj@redhat.com
703-456-2912
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users