|
Posted by be_tnt on April 11, 2005, 9:55 am
Please log in for more thread options
Hello,
I need to install the libnet module on my SUN server. I downloaded the
latest version from the CPAN website and uncompress it on y server.
As explained in the readme file, I executed the makefile.pl file.
The next step is to execute "make". But when I did it, I got "not
found".
Any idea?
Thx!
|
|
Posted by John Bokma on April 11, 2005, 6:02 pm
Please log in for more thread options
be_tnt wrote:
> Hello,
>
> I need to install the libnet module on my SUN server. I downloaded the
> latest version from the CPAN website and uncompress it on y server.
> As explained in the readme file, I executed the makefile.pl file.
> The next step is to execute "make". But when I did it, I got "not
> found".
> Any idea?
Sounds like your SUN server doesn't come with make. Look for a binary
verion of GNU make.
--
John Small Perl scripts: http://johnbokma.com/perl/
Perl programmer available: http://castleamber.com/
Happy Customers: http://castleamber.com/testimonials.html
|
|
Posted by Bill Karwin on April 11, 2005, 11:35 am
Please log in for more thread options
John Bokma wrote:
>>The next step is to execute "make". But when I did it, I got "not
>>found".
>
> Sounds like your SUN server doesn't come with make. Look for a binary
> verion of GNU make.
It might also be that you don't have the make command in your shell's
PATH. On Solaris, make is often installed as /usr/ccs/bin/make, putting
it in a location that many users don't have in their PATH.
Regards,
Bill K.
|
|
Posted by be_tnt on April 12, 2005, 1:01 am
Please log in for more thread options
Thx Bill.
The make was in fact on my SUN server but not included in my $PATH.
I executed it but when I did "make install", it installed the
libraries in my current directory and not in the perl one. Do you have
an idea on the reason?
Thx!
> John Bokma wrote:
> >>The next step is to execute "make". But when I did it, I got "not
> >>found".
> >
> > Sounds like your SUN server doesn't come with make. Look for a binary
> > verion of GNU make.
>
> It might also be that you don't have the make command in your shell's
> PATH. On Solaris, make is often installed as /usr/ccs/bin/make, putting
> it in a location that many users don't have in their PATH.
>
> Regards,
> Bill K.
|
|
Posted by be_tnt on April 12, 2005, 8:01 am
Please log in for more thread options
>
> The make was in fact on my SUN server but not included in my $PATH.
> I executed it but when I did "make install", it installed the
> libraries in my current directory and not in the perl one. Do you have
> an idea on the reason?
>
> Thx!
>
That's ok. It has been correctly installed. I have just made a type in
my use statement.
Thx for youe help.
|
| Similar Threads | Posted | | Local installation of perl module | September 5, 2005, 9:07 am |
| perl cgi session module installation problem | June 5, 2006, 11:11 am |
| Mysql-DBD Perl module Installation Problem in HPUX | June 30, 2005, 9:05 am |
| perl DBI installation help | March 1, 2006, 10:29 am |
| perl DBI,DBD::ODBC installation help | March 7, 2006, 12:42 am |
| perl modules installation | July 13, 2007, 11:29 am |
| perl-gtk installation failing on Solaris | March 20, 2007, 7:28 am |
| Perl Win32::Setupsup installation issue | April 2, 2007, 5:01 pm |
| Installation problem - Net-SNMP Perl Modules on cygwin | March 1, 2005, 1:52 am |
| curses module installation failed | March 16, 2006, 1:26 pm |
|