Je souhaite installer php 5.4 fpm, et je bloque depuis des heures.
Code : Tout sélectionner
/usr/bin/ld: ext/ldap/ldap.o: undefined reference to symbol 'ber_strdup@@OPENLDAP_2.4_2'
/usr/bin/ld: note: 'ber_strdup@@OPENLDAP_2.4_2' is defined in DSO /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2 so try adding it to the linker command line
/usr/lib/x86_64-linux-gnu/liblber-2.4.so.2: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make: *** [sapi/cli/php] Erreur 1Code : Tout sélectionner
./configure --prefix=/usr/local/php54x-fpm --with-mysql --with-mysqli --enable-bcmath --with-zlib-dir=/usr/include/ --enable-simplexml --with-xsl --with-xmlrpc --with-gd --with-openssl --enable-magic-quotes --enable-exif --enable-ftp --enable-sockets --enable-shmop --enable-mbstring --enable-sysvsem --enable-sysvshm --enable-calendar --with-png-dir=/usr --with-iconv --with-jpeg-dir=/usr --with-freetype-dir=/usr --with-pdo-mysql --with-mcrypt --enable-shmop --with-gmp --with-curl --with-mhash --enable-soap --with-kerberos --enable-dba --enable-zip --with-mssql --enable-apc --enable-suhosin --with-ldap-sasl --with-ldap --with-imap --with-imap-ssl --enable-gd-native-ttf --with-libxml --with-snmp --with-gettext --with-tidy
Merci d'avance.