Re: Errors with dynamic extensions loading when running from jsp

2006-07-07 Thread Mumia W.
Ray Gebbie wrote: I checked the Socket.so file and it is readable and executable by all (and the directories are readable also). I have no understanding of what the 'Bad address' error means. This is all happening before the script even starts to execute. If I comment out the "use Net::FTP;",

Re: Errors with dynamic extensions loading when running from jsp

2006-07-07 Thread Ray Gebbie
Beginners List cc 07/06/2006 03:14 PM Subject

Re: Errors with dynamic extensions loading when running from jsp

2006-07-06 Thread Mumia W.
Ray Gebbie wrote: I have a pretty simple script that I am running on AIX 5.3 using Perl 5.8.2. The script runs fine standalone, but when trying to run it from a jsp running on a web site, I get the following: ERROR: Can't load '/usr/opt/perl5/lib/5.8.2/aix-thread- multi/auto/Socket/Socket.so' fo

RE: Errors with dynamic extensions loading when running from jsp

2006-07-06 Thread Ray Gebbie
PM cc Subject RE

RE: Errors with dynamic extensions loading when running from jsp

2006-07-06 Thread Timothy Johnson
Are you sure that the user the jsp is running under has permissions to the module directory? -Original Message- From: Ray Gebbie [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 12:45 PM To: beginners@perl.org Subject: Errors with dynamic extensions loading when running from jsp