Gossamer Forum
Quote Reply
Perl help
Hi

Trying to find someone to install two Perl Modules on our shared server (lwp.pm and useragent.pm)
They are required to run two scripts those we use along with Links SQL and our new host does not have them on the server.
We have root access, Telnet, FTP and SSH access
I have tried to install them using CPAN.pm and it is not working.

I think We need an expert to do it.
Please let me know how much will it be.

You can e-mail me it akattih@yahoo.com

Thanks
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] Perl help In reply to
What did you try and what error did you see?

perl -MCPAN -e 'install LWP'
(hm actually I think you need to use Bundle::LWP)


Last edited by:

RedRum: Jan 9, 2002, 5:27 PM
Quote Reply
Re: [RedRum] Perl help In reply to
Through telnet type the install LWP command and got



Can't exec "pwd": Permission denied at /usr/lib/perl5/5.6.0/Cwd.pm line 85.
Use of uninitialized value in scalar chop at /usr/lib/perl5/5.6.0/Cwd.pm line 85
.
Use of uninitialized value in string eq at /usr/lib/perl5/5.6.0/ExtUtils/MM_Unix
.pm line 110.




Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] Perl help In reply to
Are you logged in as root?
Quote Reply
Re: [RedRum] Perl help In reply to
yup
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] Perl help In reply to
I have done this on a Virtual shared server for the LWP:Simple mod

Somewhere in your commands you will need to point to a directory in your space where you want the module installed. I think your trying to install it with the rest of perl in the root, which probably wont work on a shared server.

Do a search for installing mods on a virtual server at google and I`m sure you will find the reference.

chmod