Re: [Perl-unix-users] Perl module stopping script from running??
by Ben Eagle other posts by this author
Feb 8 2007 11:37AM messages near this date
Re: [Perl-unix-users] Perl module stopping script from running??
|
Re: [Perl-unix-users] Perl module stopping script from running??
That seemed to take care of the problem of finding the module, but
unfortunetly my script still doesn't work so I will have to fix thoughs
bugs
But thanks Matt you deffently got me in the next step.
-----Original Message-----
From: Matt Schneider [mailto:mschneider@[...].com]
Sent: Thursday, February 08, 2007 11:04 AM
To: Ben Eagle; perl-unix-users@[...].com
Subject: RE: [Perl-unix-users] Perl module stopping script from
running??
The path variable is probably different for the anonymous web user on
Solaris. Can you add make it work by adding a use lib statement that
tells the script where the module is installed?
Something like:
use lib '/usr/local/perl/lib/whatever';
Matt
_____
From: perl-unix-users-bounces@[...].com
[mailto:perl-unix-users-bounces@[...].com] On Behalf Of
Ben Eagle
Sent: Thursday, February 08, 2007 8:54 AM
To: perl-unix-users@[...].com
Subject: [Perl-unix-users] Perl module stopping script from running??
I am using a developed module called per ChartDirector, which creates
png charts I use to add to a pdf file.
The pdf was not being created, and I found out that when I add 'use
perchartdirector;' the script bombs but only from the browser, in the
shell prompt it runs just fine, this is a problem since the script is
suppose to be ran from the browser.
The server is Solaris, running apache under tomcat (I didn't set it up).
Now I know on another linux server and my windows server the program
runs fine, but kinda wondering why it stops running when called from the
browser, could it be because its under SSL?
Thread:
Ben Eagle
Matt Schneider
Ben Eagle
Matt Schneider
Matt Schneider
|