[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Raq4 mod_perl - DBI Segmentation fault (11)
- Subject: [cobalt-users] Raq4 mod_perl - DBI Segmentation fault (11)
- From: "Sim Ayers" <sim@xxxxxxxxxxxx>
- Date: Mon Aug 13 21:08:11 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi all,
I'm trying to use a Apache Authentication and Authorization module that uses
the
DBI::mysql for verifying the username and password. The module always
returns
the error message child pid xxx exit signal Segmentation fault (11);
Searching the web I came across this solution:
http://perl.apache.org/guide/troubleshooting.html
Solution: re-compile PHP without the built-in MySQL support (you can still
connect to MySQL).
To correct this problem I re-compiled/installed the latest version of PHP
4.0.6
from source, and it did not correct the problem.
Then I re-compiled/installed the latest version of MySQL (3.23.40) from
source, re-complied PHP
and it still did not correct the problem.
Then I installed the latest version of mod_perl using DSO and added this to
the http.conf file
LoadModule perl_module modules/libperl.so
However, then none of my pre-existing Apache modperl modules worked.
Whenever I requested a web page document, the Apache server returned the
web page document, without any error messages, but also without the Apache
module processing the request.
I've seen a lot of web pages, even on the cobalt archives, that have asked
the
same question, however none of fixes that they suggested have workded on the
Raq4.
Has anyone ever been able to use the DBI in an Apache DSO module
on a Raq3 or Raq4 with PHP installed?
-Sim