openssl-0.9.8 + httpd-2.0.55 + mod_perl-2.0.2

2005-11-24 Thread sunil.thunga
Hi All,   We are trying to make SSL enabled apache and we are facing some problems.   httpd executable is not generating if I use below configuration options.   openssl-0.9.8   sh ./config --openssldir=$INET_TOP/lib/$OPSYS/openssl make make test make install   httpd-2.0.55  

Re: Apache::DBI + DBD::Multiplex

2005-11-24 Thread Carl Johnstone
> Thanks for the suggestion. It appears that DBD::Multiplex is mashing up > the ref address each time. Interesting its not mashing up the sub ref > address for mx_error_proc. I'll dig deaper into Multiplex and see why > its changing it. The subroutine will only be defined once at file load time so

Re: Apache::DBI + DBD::Multiplex

2005-11-24 Thread Carl Johnstone
> Philippe M. Chiasson wrote: > > 2 possible avenues to investigate: > > - Change your code to not use an array-ref as mx_dsns argument but some string (comma delimited, etc) > > - Look at changing Apache::DBI to not use the ref as part of the dsn cache key, but use the contents of the array > >