Thanks for the prompt reply on the previous
enquiry! Here's where I am up to. I did the make. Did the make test. All Tests
passed successfully. Then went to make insall and got the
following:
[computer@server1200 HTML-Embperl-1.2.1]$ make
install Warning: You do not have permissions to install into
/usr/lib/perl5/site_perl/i386-linux at /usr/lib/perl5/ExtUtils/Install.pm line
58. mkdir /usr/lib/perl5/site_perl/i386-linux/./auto/HTML/Embperl: No such
file or directory at /usr/lib/perl5/ExtUtils/Install.pm line 110 make: ***
[pure_site_install] Error 2 [computer@server1200
HTML-Embperl-1.2.1]$
I hope there's a way I can get around this.
Tallyman looks so promising. :)
You
need to specify a lib directory where you have write permissions to and add it
to the Perl INC path.
Read
"perldoc ExtUtils::MakeMaker" (search for "make install") how to specify an
alternate install directory.
Gerald
|