mod_log_sql és php
A kérdésem az lenne, hogy használta-e/használja-e valaki a mod_log_sql-t? Én kipróbáltam, de
az apache segfault-tal elszállt. :( Kis nyomozás után sikerült kideríteni, hogy mi lehet a probléma.
Apache segfaults or has other problems when using PHP and mod_log_sql
This occurs if you compiled PHP with MySQL database support. PHP utilizes its internal, bundled MySQL libraries by default. These conflict with the "real" MySQL libraries linked by mod_log_sql, causing the segmentation fault.
PHP and mod_log_sql can be configured to happily coexist. The solution is to configure PHP to link against the real MySQL libraries: recompile PHP using --with-mysql=/your/path. Apache will run properly once the modules are all using the same version of the MySQL libraries.
http://www.outoforder.cc/projects/apache/mod_log_sql/docs-2.0/#id2820918
Igenám, csak a php nálam már így van forgatva, ha jól tudom egy ideje így illik használni... :(
Verziószámok:
- ubuntu hoary
- php 4.3.10
- apache 1.3.33
- mysql 4.0.23
Van valakinek ötlete merre nézelődjek? Köszi!
■ az apache segfault-tal elszállt. :( Kis nyomozás után sikerült kideríteni, hogy mi lehet a probléma.
Apache segfaults or has other problems when using PHP and mod_log_sql
This occurs if you compiled PHP with MySQL database support. PHP utilizes its internal, bundled MySQL libraries by default. These conflict with the "real" MySQL libraries linked by mod_log_sql, causing the segmentation fault.
PHP and mod_log_sql can be configured to happily coexist. The solution is to configure PHP to link against the real MySQL libraries: recompile PHP using --with-mysql=/your/path. Apache will run properly once the modules are all using the same version of the MySQL libraries.
http://www.outoforder.cc/projects/apache/mod_log_sql/docs-2.0/#id2820918
Igenám, csak a php nálam már így van forgatva, ha jól tudom egy ideje így illik használni... :(
Verziószámok:
- ubuntu hoary
- php 4.3.10
- apache 1.3.33
- mysql 4.0.23
Van valakinek ötlete merre nézelődjek? Köszi!
megoldottunk nagyjból... :)