|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Installing Net::FTP and others
How do I install the Net::FTP, Net::Telnet and Net::LDAP modules on a Unix box? Does it require any special linking or do I just copy the necessary files to a certain directory? Thx!
|
|
#2
|
||||
|
||||
|
What version of Perl are you using? It might already be included. Just something to look into. I use ppm for all of my package installs.
|
|
#3
|
|||
|
|||
|
Quote:
Not sure about the Perl version. When I add the line "use Net::FTP" in my Perl script I get: Can't locate Net/FTP.pm in @INC (@INC contains: /opt/perl5/lib/5.00502/PA-RISC1.1 /opt/perl5/lib/5.00502 /opt/perl5/lib/site_perl/5.005/PA-RISC1.1 /opt/perl5/lib/site_perl/5.005 .) at test.pl line 3. BEGIN failed--compilation aborted at test.pl line 3. What is the procedure to install these libraries/modules? |
|
#4
|
|||
|
|||
|
Quote:
Ok, I found the modules under: /opt/perl/lib/site_perl/5.6.1/SOAP/Transport/FTP.pm /opt/perl/lib/site_perl/5.6.1/Net/LDAP.pm Does some1 know why my script does not pick these up? |
|
#5
|
|||
|
|||
|
Quote:
There seems to be a conflict between the Perl versions on my machine. Currently I have version 5.0.0.2, 5.6.1 and 5.8.0 installed. To run the correct compiler version I've had to execute my scripts using "./" instead of "perl". |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > Installing Net::FTP and others |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|