[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Segment Fault in Raq4 w/DBI module



Hi All,
This may be off topic for this list, but any help would be greatly
appreciated!!
I know just enough about this stuff to be dangerous and not enough to make
this work!

I have a raq4 and installed mysql (included was the dbi module) from an
RPM.. that went fine and does work.
I then installed the Apache DBI module to get a persistant database
connection.

I added these lines to my httpd.conf file to make all scripts in the
perl-bin directory run under mod_Perl:

PerlModule Apache::DBI
<Location /perl-bin>
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader On
Options ExecCGI
</Location>
Alias /perl-bin/ /home/sites/home/web/perl-bin/

The problem is that I can't get the DBI module to work in this directory.
It works fine anywhere else but not in the perl-bin dir.  There seems to be
a confict between mod_perl and the dbi mod.

Does anyone have any light to shed on this for me!!
Thanks so much,
Albert