dans php.ini j'ai bien:
extension_dir="/usr/local/lib/php/20060613" (le chemain de mes modules)
avec plus loin
extension=mcrypt.so
extension=mysqli.so
...........etc.................
Merci
> Bonjour,
> Je viens de faire la mise � jour de mon freebsd vers le 7.2 et les modules de
> mon php ne sont plus charg�s. Dans phpinfo() la partie "additional module" est
> vide, les fonction mysql ne marchent plus.
>
> dans php.ini j'ai bien:
>
> extension_dir="/usr/local/lib/php/20060613" (le chemain de mes modules)
>
> avec plus loin
>
> extension=mcrypt.so
> extension=mysqli.so
> ...........etc.................
>
> Merci
as tu des erreurs dans les logs apache ? Normalement le module php va te
cracher des infos si il ne trouve pas des extensions.
patpro
--
A vendre : KVM IP 16 ports APC
http://patpro.net/blog/index.php/2008/01/12/133
Unknown(0) : Warning - PHP Startup: Unable to load dynamic library
'/usr/local/lib/php/20060613/sqlite.so' - /usr/local/lib/php/20060613/sqlite.so:
Undefined symbol "spl_ce_Countable"
Unknown(0) : Warning - PHP Startup: tokenizer: Unable to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=1, thread-safety=0
These options need to match
Unknown(0) : Warning - PHP Startup: xml: Unable to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=1, thread-safety=0
These options need to match
Unknown(0) : Warning - PHP Startup: xmlreader: Unable to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=1, thread-safety=0
These options need to match
Unknown(0) : Warning - PHP Startup: xmlwriter: Unable to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=1, thread-safety=0
These options need to match
Unknown(0) : Warning - PHP Startup: zip: Unable to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=1, thread-safety=0
These options need to match
Unknown(0) : Warning - PHP Startup: zlib: Unable to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=1, thread-safety=0
These options need to match
> Unknown(0) : Warning - PHP Startup: tokenizer: Unable to initialize module
> Module compiled with module API=20060613, debug=0, thread-safety=0
> PHP compiled with module API=20060613, debug=1, thread-safety=0
> These options need to match
../..
�a ressemble bien � �a ton histoire :
<http://www.mongodb.org/display/DOCS/Troubleshooting+the+PHP+Driver>
Sous FreeBSD il devrait �tre inutile de modifier des fichiers avant
recompilation d'un port. J'aurai plut�t tendance � te conseiller de
d�sinstaller PHP compl�tement et � le r�installer bien propre.