| Summary: | converters/php5-recode extension makes apache2 segfault | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Diego Escalante <dieguito> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Diego Escalante
2005-10-16 06:50:12 UTC
Responsible Changed From-To: freebsd-www->ale Make this a ports PR and assign to maintainer. 1) locate extensions.ini (most likely it is in /usr/local/etc/php/) 2) move line extension=recode.so to the top of the file 3) reload apache please write me back if that helped -- Andrew Novikov iConsultant.biz Yes, Indeed moving extension=recode.so to the start of the file fixed the problem. However I don't understand why this happens. Thanks!. -- "First they ignore you, then they laugh at you, then they fight you, then you win" -Ghandi La primavera llega con dificultad http://diegoe.blogspot.com > Indeed moving extension=recode.so to the start of the file fixed the > problem. > However I don't understand why this happens. It is a known issue that recode.so must be loaded before some other extensions (notably mysql.so, possibly others). My suugestions to Maintainers: I am not sure how extensions.ini is ordered and is it possible to put recode.so first (that would be best!). But at least this behavior should be documented. -- Andrew Novikov iConsultant.biz State Changed From-To: open->closed Extensions incompatabilities are documented on php web site. |