ID:               38939
 Updated by:       [EMAIL PROTECTED]
 Reported By:      linuzboy at 163 dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         MySQL related
 Operating System: Debian etch
 PHP Version:      5.1.6
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

.


Previous Comments:
------------------------------------------------------------------------

[2006-09-24 11:11:46] linuzboy at 163 dot com

Description:
------------
I have errors while compiling php 5.1.6 with mysql 4.1.21 
(mysql-max-4.1.21-pc-linux-gnu-i686-icc-glibc23)

./configure  --enable-magic-quotes --with-curl --enable-zend-multibyte
\
  --enable-fastcgi --enable-mbstring   --enable-mbregex
--with-config-file-path=/etc \
  --with-gd --with-zlib --with-jpeg --with-png --with-xpm  \
  --enable-gd-native-ttf --with-ttf   --with-mysql=/usr/local/mysql \
  --with-mysqli=/usr/local/mysql/bin/mysql_config --enable-sockets \
  --without-sqlite --with-iconv   -with-pear -disable-debug \
  --with-freetype-dir --with-gettext --enable-memory-limit
 
But I always get the error 
...
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.
...

And:
configure:58533: checking for mysql_close in -lmysqlclient
configure:58552: gcc -o conftest -I/usr/include -g -O2 
-Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib -L/usr/lib 
conftest.c -lmysqlclient  -lfreetype -lpng -lz -lcurl -lz -lresolv -lm
-ldl -lnsl  -lxml2 -lcurl -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support
-lcom_err -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -lxml2
1>&5
/usr/local/mysql/lib/libmysqlclient.a(client.o): In function
`mysql_real_connect':
client.c:(.text+0x1482): undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(client.o): In function
`cli_read_rows':
client.c:(.text+0x1f93): undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(net.o): In function
`my_net_write':

Seeing the '_intel_fast_memcpy', I knew that it is because of the icc
compiled mysql. 
Can you help me how to solve this problem? I do not want to download a
new gcc compiled mysql. 
Maybe I just need  libmysqlclient 4.1.21 (non-rpm), and where to
download it? 
I am using gcc 4.1.2.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=38939&edit=1

Reply via email to