cleaning old Apache::Session's

2000-06-01 Thread Adam Cassar
a pre-defined access points. -- Adam Cassar Senior Web Developer ___ NetRegistry http://www.netregistry.com.au Tel: +61 2 9699 6099 | Fax: +61 2 9699 6088 PO Box 270 Broadway NSW 2007 Australia

Apache, mod_perl and DBI

2000-02-14 Thread Adam Cassar
using the default httpd.conf with mod_perl added as a module I add the line at the end of the config PerlModule Apache::DBI the server refuses to start, no logs, no nothing. running strace on apache shows that it crashes when it spawns the client and loads the DBI modules any ideas? -- Adam

Re: Apache::DBI woes

2000-02-11 Thread Adam Cassar
Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic' cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib' Characteristics of this binary (from libperl): Built under linux Compiled at Jan

Apache::DBI woes

2000-02-09 Thread Adam Cassar
Hello All, I have been having numerous problems with Apache::DBI, I have tried using PerlRequire startup.pl with startup.pl containing use Apache::DBI; and also tried PerlModule Apache::DBI; in httpd.conf with only this module loaded but to no success. I can load Apache::Registry fine. bas