User Profile
Collapse
-
Happy New Year to you too. Thank you. -
Thank you for your response.
No i cant use cpan because i do not have ftp access. So i have to download each module individually and install them.
I got my stuff working by using:
$perlgcc Build.PL
$perlgcc Build
$perlgcc Build test
$perlgcc Build install
Thanks again.Leave a comment:
-
What to do with a Build.PL file on Solaris 10?
I'm trying to install perl modules on Solaris 10. I consistently used the following commands for all perl modules:
$ /usr/perl5/bin/perlgcc Makefile.PL
$ /usr/sfw/bin/gmake
$ /usr/sfw/bin/gmake test
$ /usr/sfw/bin/gmake install
However, certain modules only have a Build.PL file. How do i use them?
Any help would be highly appreciated. Thank you.
No activity results to display
Show More
Leave a comment: