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
> 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
> 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
> >