From:             mailbox at 2fresh dot ru
Operating system: FreeBSD 4.9
PHP version:      5.0.2
PHP Bug Type:     Compile Warning
Bug description:  /usr/libexec/elf/ld: Warning: size of symbol `strxmov' changed from 
52 to 42

Description:
------------
compile PHP5.0.2 + MySQL 4.1.7-standard


-bash-2.05b$ ./configure --prefix=/home/u12613/usr/local/ --with-zlib
--with-mysql=/home/u12613/usr/local --with-mysql-sock=/home/u12613/tmp
--with-mysqli=/home/u12613/usr/local/bin/mysql_config
--enable-embedded-mysqli


configure ok

make errors:


Reproduce code:
---------------
...
/home/u12613/usr/local/lib/libmysqlclient.a(strmake.o)(.text+0x0): first
defined here
/usr/libexec/elf/ld: Warning: size of symbol `strmake' changed from 49 to
48 in /home/u12613/usr/local/lib/libmysqld.a(libmystrings_strings-x86.o)
/home/u12613/usr/local/lib/libmysqld.a(libmystrings_strings-x86.o): In
function `strnmov':
libmystrings_strings-x86.o(.text+0x1a6): multiple definition of `strnmov'
/home/u12613/usr/local/lib/libmysqlclient.a(strnmov.o)(.text+0x0): first
defined here
/usr/libexec/elf/ld: Warning: size of symbol `strnmov' changed from 46 to
32 in /home/u12613/usr/local/lib/libmysqld.a(libmystrings_strings-x86.o)
/home/u12613/usr/local/lib/libmysqld.a(libmystrings_strings-x86.o): In
function `strmov':
libmystrings_strings-x86.o(.text+0x1c6): multiple definition of `strmov'
/home/u12613/usr/local/lib/libmysqlclient.a(strmov.o)(.text+0x0): first
defined here
/home/u12613/usr/local/lib/libmysqld.a(libmystrings_strings-x86.o): In
function `strxmov':
libmystrings_strings-x86.o(.text+0x1e1): multiple definition of `strxmov'
/home/u12613/usr/local/lib/libmysqlclient.a(strxmov.o)(.text+0x0): first
defined here
/usr/libexec/elf/ld: Warning: size of symbol `strxmov' changed from 52 to
42 in /home/u12613/usr/local/lib/libmysqld.a(libmystrings_strings-x86.o)
*** Error code 1


Actual result:
--------------
whats problem?

-- 
Edit bug report at http://bugs.php.net/?id=30631&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30631&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30631&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30631&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30631&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30631&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30631&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30631&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30631&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30631&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30631&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30631&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30631&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30631&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30631&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30631&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30631&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30631&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30631&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30631&r=mysqlcfg

Reply via email to