Configuring extensions
checking whether to enable LIBXML support... yes
checking libxml2 install dir... /usr/lib
checking for xml2-config path...
configure: error: xml2-config not found. Please check your libxml2 installation.
Pourtant j'ai bien installé libxml2 libxml2-devel. Voici mon configue
./configure --prefix=/usr \
--with-config-file-path=%{_sysconfdir} \
--disable-cli \
--enable-force-cgi-redirect \
--enable-safe-mode \
--with-exec-dir=/usr/bin \
--with-mysql \
--with-zlib \
--with-gd \
--with-jpeg-dir=/usr/lib \
--with-png-dir=/usr/lib \
--with-zlib-dir=/usr/lib \
--with-freetype=/usr/lib \
--with-ttf=/usr/lib \
--enable-gd-native-ttf \
--enable-shared \
--with-openssl \
--with-kerberos \
--enable-calendar \
--enable-exif \
--enable-ftp \
--with-ldap \
--with-pear \
--with-dom \
--with-wddx \
--with-xml \
--with-libxml-dir=/usr/lib
# devel ?
Posté par schyzomarijks . Évalué à 2.
Parce que normalement, ca devrait être dedans.
sinon vérifie bien ton $PATH
which xml2-config devrait te retourner le chemin.
[^] # Re: devel ?
Posté par Philippe M (site web personnel) . Évalué à 1.
Born to Kill EndUser !
# xml2-config
Posté par deadbeef . Évalué à 2.
Vérifie aussi que la commande se trouve bien dans ton package d'installation (par exemple avec rpm -ql libxml2-devel si c'était un packet rpm).
[^] # Re: xml2-config
Posté par Philippe M (site web personnel) . Évalué à 1.
Quand je fais un yum install libxml2-devel j'ai :
Et forcement le rpm -ql ne trouve pas le paquet.
Born to Kill EndUser !
[^] # Re: xml2-config
Posté par Philippe M (site web personnel) . Évalué à 1.
Merci pour l'aide et désolé pour le dérangement.
Born to Kill EndUser !
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.