Cela fait depuis deux jours que je cherche sur ce forum tous les messages parlant de la mise à jour de PHP pour des serveurs de 1&1.
J'ai trouvé de très bon messages qui disaient comment faire.
Pas de problèmes j'ai fait comme dans les documents, j'ai mis à jour ce qu'iol fallait pour les RPM.
Mais à un moment avec le ./configure il me donnait une erreur sur libpng.
J'ai remis à jour la librairie avec un .rpm
Ensuite il me donne une autre erreur et quand j'essaie de mettre a jour avec un autre RPM il me dit:
Code: Select all
p15148839:/usr/local/src/php-4.3.3 # rpm -Uvh libpng-1.2.5-25.i586.rpm
Segmentation fault
p15148839:/usr/local/src/php-4.3.3 #Voici le code de mon .configure
Code: Select all
./configure --prefix=/usr/share --datadir=/usr/share/php --bindir=/usr/bin --libdir=/usr/share --includedir=/usr/include --with-_lib=lib --with-config-file-path=/etc --with-exec-dir=/usr/lib/php/bin --disable-debug --enable-bcmath --enable-calendar --enable-ctype --enable-dbase --enable-discard-path --enable-exif --enable-filepro --enable-ftp --enable-force-cgi-redirect --enable-gd-imgstrttf --enable-gd-native-ttf --enable-inline-optimization --enable-magic-quotes --enable-mbstr-enc-trans --enable-mbstring --enable-memory-limit --enable-safe-mode --enable-shmop --enable-sigchild --enable-sysvsem --enable-sysvshm --enable-track-vars --enable-trans-sid --enable-versioning --enable-wddx --enable-yp --with-bz2 --with-dom=/usr/include/libxml2 --with-ftp --with-gdbm --with-gettext --with-gmp --with-imap=yes --with-iodbc --with-jpeg-dir=/usr --with-ldap=yes --with-mcal=/usr --with-mcrypt --with-mysql=/usr --with-ndbm --with-pgsql=/usr --with-png-dir=/usr --with-qtdom=/usr/lib/qt2 --with-snmp --with-t1lib --with-tif-dir=/usr --with-ttf --with-freetype-dir --with-xml --with-swf=/usr/include/swf --with-xpm-dir=/usr/X11R6 --with-zlib=yes --with-gd=shared --with-openssl --with-curl --with-imap-ssl --enable-xslt --with-xslt-sablot --with-pdflib=/usr/lib/pdflib/bind/c --with-mm --with-apxs=/usr/sbin/apxs i586-suse-linuxCode: Select all
Configuring extensions
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... no
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... yes
checking for BZip2 support... yes
checking for BZip2 in default path... found in /usr
checking for BZ2_bzerror in -lbz2... yes
checking whether to enable calendar conversion support... yes
checking for cpdflib support... no
checking for CRACKlib support... no
checking whether to enable ctype functions... yes
checking for CURL support... yes
checking for CURL in default path... found in /usr
checking for cURL 7.9.8 or greater... libcurl 7.9.8
checking for curl_easy_perform in -lcurl... yes
checking for curl_version_info in -lcurl... no
checking for cyrus imap support... no
checking for xDBM support... no
checking whether to enable DBA... no
checking for gdbm_open in -lgdbm... yes
checking for GDBM support... yes
checking for dbm_open in -lndbm... yes
checking for NDBM support... yes
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DBM support... no
checking for CDB support... builtin
checking for INI File support... builtin
checking for FlatFile support... builtin
checking whether to enable DBA interface... yes
checking whether to enable dbase support... yes
checking whether to enable dbx support... no
checking whether to enable direct I/O support... no
checking for DOM support... yes
not found
configure: error: Please reinstall the libxml >= 2.4.14 distribution
p15148839:/usr/local/src/php-4.3.3 #Même en faisant
Code: Select all
shutdown-r nowMerci pour votre aide.