|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-08-14 23:09 UTC] gkanoff at cablespeed dot com
[2005-08-14 23:12 UTC] tony2001@php.net
[2005-08-22 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 20:00:01 2025 UTC |
Description: ------------ Upgraded my version of mysql to 4.1.13 Tried to reinstall php 5.0.4 configure: error: mysql configure failed. Please check config.log for more information. Actual result: -------------- configure:56835: checking for mysql_error in -lmysqlclient configure:56854: gcc -o conftest -g -O2 -no-cpp-precomp -L/ usr/local/mysql/lib -L/usr/local/mysql/lib -L/usr/local/lib -L/usr/local/lib -L/usr -L/usr conftest.c -lmysqlclient -lz -lldap -llber -lgd -lfreetype -lpng -lz -ljpeg -lcurl -lz - lssl -lcrypto -lm -lxml2 -lz -liconv -lm -lgssapi_krb5 - lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lcurl - lssl -lcrypto -lz -lxml2 -lz -liconv -lm 1>&5 ld: Undefined symbols: _fprintf$LDBLStub _sprintf$LDBLStub _printf$LDBLStub _vsprintf$LDBLStub configure: failed program was: #line 56843 "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();