I’m having trouble install Perl Module in my Solaris 10 server. I did it the usual way
- perl Makefile.pl
- make
- make test
- make install
Sometimes it fail.
After googling around, I found many people have the same problem. It turns out Perl-on-Solaris have its workaround for this kind of problem. You guys can do this next time you install Perl Module on Solari
- /usr/perl5/bin/perlgcc Makefile.PL
- /usr/sfw/bin/gmake
- /usr/sfw/bin/gmake test
- /usr/sfw/bin/gmake install
Here is my Solaris version:
-bash-3.00$ more /etc/release
Solaris 10 11/06 s10s_u3wos_10 SPARC
And the Perl version:
-bash-3.00$ perl -v
This is perl, v5.8.4 built for sun4-solaris-64int
(with 28 registered patches, see perl -V for more detail)
Have fun you guys!
June 14, 2007 at 1:09 am
Aku gak mudeng, Di. Piye to Adigang, Adigung, Adiguna…
September 1, 2007 at 1:03 pm
nice tips
February 28, 2008 at 5:05 pm
Great tip
Start working in a minute. Thanks for provide clear point of view
August 23, 2008 at 9:23 pm
Good tips…..tapi tetep we….homok! :d
July 14, 2009 at 5:13 pm
superp!!!! working
August 5, 2009 at 6:07 am
Aaahh!!!!This was what I was looking for..Thanks a lot adiguna for blogging this