par
Benjiboubou » 18 févr. 2014, 20:01
Bonjour à tous,
Je souhaite installer php 5.4 fpm, et je bloque depuis des heures.

Lors de la compilation, je n'ai aucune erreur, c'est lors du Make que j'ai cette erreur:
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 1
Voici les paramètres lors de la compilation:
Code : 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
Je ne sais plus où chercher

Si quelqu'un à une piste (ou une solution

)
Merci d'avance.
Bonjour à tous,
Je souhaite installer php 5.4 fpm, et je bloque depuis des heures. :evil: Lors de la compilation, je n'ai aucune erreur, c'est lors du Make que j'ai cette erreur:
[code]/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 1[/code]
Voici les paramètres lors de la compilation:
[code]./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
[/code]
Je ne sais plus où chercher :cry: Si quelqu'un à une piste (ou une solution :D )
Merci d'avance.