probleme install php5.1.4 + mysql 5
bonjour,
j'ai installé MYSQL5 et j'ai recupéré PHP5.1.4.
Cependant j'ai un problème lors du configure :
Citation:
'./configure' '--without-sqlite' '--enable-soap'
'--with-apxs2=/usr/local/apache2/bin/apxs' '--with-dom' '--with-zlib'
'--with-mysql' '--with-dom-xslt' '--with-dom-exslt' '--with-zlib-dir=/usr'
'--with-gd' '--with-jpeg-6b' '--enable-sockets' '--enable-gd-native-ttf'
'--with-jpeg-dir=./lib_ext/jpeg-6b/'
'--with-config-file-path=/usr/local/apache/conf' '--enable-trans-sid'
'--enable-track-vars' '--without-sqlite' '--with-tidy=lib_ext/tidy/'
'--with-mysqli=/usr/local/mysql/bin/mysql_config'
'--with-mysql=/usr/local/mysql/'
j'obtient ça à la fin :
Citation:
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... no
checking for mysql_close in -lmysqlclient... no
checking for mysql_error in -lmysqlclient... no
configure: error: mysql configure failed. Please check config.log for more information.
le fichier config.log est... impossible à dechiffrer :aie:
voici la fin ( cat config.log | tail -20 ):
Citation:
/usr/local/mysql//lib/libmysqlclient.a
(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0x14): undefined reference to `__pure_virtual'
/usr/local/mysql//lib/libmysqlclient.a
(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0x18): undefined reference to `__pure_virtual'
/usr/local/mysql//lib/libmysqlclient.a
(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0x3c): undefined reference to `__pure_virtual'
/usr/local/mysql//lib/libmysqlclient.a
(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0x40): more undefined references to `__pure_virtual' follow
/usr/local/mysql//lib/libmysqlclient.a
(libtaocrypt_la-file.o)(.text+0x88): In function `TaoCrypt::FileSource::~FileSource(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql//lib/libmysqlclient.a(libtaocrypt_la-file.o)(.text+0x28c): In function `TaoCrypt::FileSink::~FileSink(void)':
: undefined reference to `__builtin_delete'
collect2: ld returned 1 exit status
configure: failed program was:
#line 58781 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char mysql_error();
int main() {
mysql_error()
; return 0; }
si quelqu'un arrive à m'aider, bravo ^^