Re: I have a Problem ........
Bill Mills-Curran (bcurran@clariion.com)
Thu, 12 Nov 1998 07:25:25 -0500 (EST)
Ana,
I think I understand your problem, because I also installed some Perl
modules on RedHat 5.0. The RedHat 5.0 Perl installation has an
irritating problem. When they built Perl (before making their
standard CD distribution disk), they built Perl in the /tmp directory,
then they moved it to the "correct" location. As a result, the Perl
executable contains information that reports its installation location
as /tmp.
There are 2 ways to handle this:
1. Use the following line when running the Makefile.PL script:
perl Makefile.PL LIB=3D/usr/lib/perl5/site_perl INSTALLBIN=3D/usr/local/tls=
/bin INST
ALLSCRIPT=3D/usr/local/tls/bin INSTALLMAN1DIR=3D/usr/local/tls/man/man1 INS=
TALLMAN3D
IR=3D/usr/local/tls/man/man3
Modify this command, if your Perl module installation is not in
/usr/lib/perl5. =20
2. Let the perl module installation put the files in the /tmp
heirarchy, then move them manually to the right place.
BTW, the RedHat 5.1 distribution corrects this problem.
Good luck!
Bill
On Wed, 11 Nov 1998, Anita Becerra Lagos wrote:
> Hi!
>=20
> =09my name is Ana
> =09I=B4m student .......
> =09and I have interested in web robot
> =09I Knows that is necessary have liwww-perl
> =09and too various package as
> =09libnet,MIME-Base64, HTML-parser
>=20
> =09I have this!!
> =09but.....
> =09my question in where install
> =09I have a host with Linux (RED HAT 5.0)
> =09 in dont know where install
> =09I try in /usr/local/bin
> =09but ........
> =09
> =09you can help me ?
> =09in say me if exist a directory special for=20
> =09executing the=20
> =09tar xvfz <name of file>
> =09and after
> =09do perl MAkeFILE.pl
> =09make
> make test
> =09etc.
> =09please!!
>=20
>=20
> =09for me is very import........
>=20
> =09Thanks
>=20
> =09Ana.
>=20
>=20
>=20