Re: Apache::DBI crashes apache-mod_ssl-1.3.9.2.4.6

1999-11-06 Thread Frank D. Cringle
Christof Damian <[EMAIL PROTECTED]> writes: > there must be someone (*) out there who has a working spec file for: > > Apache 1.3.9 > + shared mod_ssl-1.3.9.2.4.6 > + static mod_perl > + shared everything else > > it would be nice if it would also keep the file layout from redhat 6.0 > or 6.1 I

Re: Apache::DBI crashes apache-mod_ssl-1.3.9.2.4.6

1999-11-06 Thread Christof Damian
Stephane Benoit wrote: > > To do it yourself wich is probably the best way (no confilct with > existing perl etc...) : > * please forgive name errors (like tarballs and dir names) as I'm > writting from what i remeber when i did it * > [...steps to a apache-mod_ssl with static mod_perl...] this

Apache::DBI crashes apache-mod_ssl-1.3.9.2.4.6

1999-11-03 Thread Nick Urbanik
Dear folks, I am installing and setting up a RH 6.1 system with (quoting /var/log/httpd/error_log): Apache/1.3.9 (Unix) mod_ssl/2.4.6 OpenSSL/0.9.4 mod_perl/1.21 configured When I put use Apache::DBI (); into my startup.pl, or PerlModule Apache::DBI into my perl.conf, then httpd stops with a sem

Re: Apache::DBI crashes apache-mod_ssl-1.3.9.2.4.6

1999-11-03 Thread Nick Urbanik
Dear Edmund, thank you for taking the time to reply. Edmund Mergl wrote: > in case you are using the stock rpm's fo apache and mod_perl, the solution is > rather simple: > > compile apache with mod_perl from the sources and install just the binary > httpd (you can rename it as httpd_modperl). >

Re: Apache::DBI crashes apache-mod_ssl-1.3.9.2.4.6

1999-01-02 Thread Stephane Benoit
To do it yourself wich is probably the best way (no confilct with existing perl etc...) : * please forgive name errors (like tarballs and dir names) as I'm writting from what i remeber when i did it * 1 get apache-mod_ssl-1.3.9.2.4.6-0.6.0.src.rpm (from http://www.modssl.org) 2 get openssl-0.9.4.

Re: Apache::DBI crashes apache-mod_ssl-1.3.9.2.4.6

1999-01-02 Thread Stephane Benoit
I have compiled mod_perl statically and the rest as dso's and i have no more problems No need to recompile perl unless you want perl threads. RH61, Apache 1.3.9 / Mod_ssl 246 / Modperl 1.21 / Mod_php 3012 Cheers Nick Urbanik wrote: > Dear Edmund, > > thank you for taking the time to reply. > >