Bonjour à tous,

J'essaie désespérément d'installer PHP sur une machine Unix Tru64. A la compilation j'avais le message suivant sur plusieurs sources :
"/sbin/loader: Fatal Error: Cannot load multiple versions of shared object. libxml2.so.2 depends on version osf.1 of libiconv.so and $HOME/php/php-5.1.4/sapi/cli/php depends on version 2.0.4 of libiconv.so.".
J'ai donc configuré avec la commande suivante :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
 
#
./configure --with-libxml-dir --with-axps2 --with-gd --enable-socket --with-sqlite --with-zlib-dir --without-iconv
#
La compilation passe bien (afin si je passe des problème d'unresolved sur la fonction zend_error_noreturn) avec juste un warning :
"Warning version mismatch for shared library libiconv.so
php depends on version 2.0.4:2.0 and libxml2.so.2 depends on version osf.1"
Mais lors du make install j'ai le message
"/sbin/loader: Fatal Error: Cannot load multiple versions of shared object. libxml2.so.2 depends on version osf.1 of libiconv.so and $HOME/php/php-5.1.4/sapi/cli/php depends on version 2.0.4 of libiconv.so."
Est-ce que quelqu'un peut m'aider? Là je commence vraiment à craquer...