Mailinglisten-Archive |
Hi, Ich bin gerade dabei nach dem Tutorial von www.baach.de ein LAMP aufzubauen. System ist ein RedHat-7.3 mit Standartinstallation. Klappt auch alles ganz super bis auf das kopilieren von php. Folgende Parameter hab ich angegeben ./configure \ --with-apxs=/usr/local/apache/current/bin/apxs \ --with-mysql=/usr/local/mysql/3.23.51 \ --with-zlib \ --with-ftp \ --with-gd \ --with-jpeg-dir=/usr/local/lib \ --enable-versioning \ --enable-track-vars=yes \ --enable-url-includes \ --enable-sysvshm=yes \ --enable-sysvsem=yes \ --with-config-file-path=/etc leider bricht das configure ab. Folgende gekürzte Meldungen [...] checking for MySQL support... yes checking size of char... 0 checking size of int... (cached) 4 checking size of long... (cached) 4 checking size of long long... 0 checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for uid_t in sys/types.h... (cached) yes checking for type ulong... no checking for type uchar... no checking for type uint... no checking for type ushort... no checking for int8... no checking base type of last arg to accept... socklen_t checking return type of qsort... void 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. leider sagt mir config.log auch nicht wirklich was :| [root_(at)_localhost php-4.2.1]# tail config.log #line 40203 "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; } wenn ich beim Configure das "--with-mysql=/usr/local/mysql/3.23.51 \" weglasse dann funktioniert alles tadellos, aber das ist ja auch nicht des Rätsels Lösung, muß ja auch so gehen. MySQL ließ sich wunderbar ohne Fehler kompilieren und läuft auch. Ich weiß nicht mehr woran ich noch drehn könnte, eventuell hat ja jemand eine Lösung oder einen Hinweis. vielen Danke cya later Stephan
php::bar PHP Wiki - Listenarchive