Actucally 'file' has always been  '/full/path/to/file' because
my path in most of my scripts are empty and
I have the taintcheck on.  Besides they were working under
mod_perl for a full week.
     
It's weird that I can now make them work by converting every dbmopen to tie.
It seems that perl suddenly decides not to like dbmopen function any more.
This function still works for other scripts not running as
httpd though.


On Thu, Nov 30, 2000 at 07:45:45AM +0000, G.W. Haywood wrote:
> Hi there,
> 
> On Wed, 29 Nov 2000 [EMAIL PROTECTED] wrote:
> 
> > I have this mysterious problem of my mod_perl scripts
> > giving errors like no such file or directory
> > when I know for a fact that files and directory are there.
> 
> >     dbmopen %A,'file',0644 
> 
> Try 
> 
> dbmopen %A,'/full/path/to/file',0644 
> 
> 73,
> Ged.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to