Hi I want to compile 4.1.0 with these configuration options:
./configure --with-apxs=/usr/local/apache/bin/apxs --with-config-file=/etc/httpd --with-mysql=/usr --with-system-regex --with-xml --with-zlib --with-gd --enable-gd-native-ttf --with-mnogosearch --enable-track-vars but it hangs up with mysqlclient errors: /usr/lib/mysql/libmysqlclient.a(dbug.o): In function `_db_unlock_file': dbug.o(.text+0xaf4): multiple definition of `_db_unlock_file' /usr/lib/mysql/libmysqlclient.a(ctype-tis620.o)(.data+0x1701): first defined here /usr/lib/mysql/libmysqlclient.a(ctype-tis620.o): In function `my_strnncoll_tis620': ctype-tis620.o(.text+0x244): multiple definition of `my_strnncoll_tis620' /usr/lib/mysql/libmysqlclient.a(ctype.o)(.data+0x684): first defined here /usr/lib/mysql/libmysqlclient.a(ctype.o): In function `find_compiled_charset_by_name': ctype.o(.text+0x0): multiple definition of `find_compiled_charset_by_name' /usr/lib/mysql/libmysqlclient.a(array.o)(.text+0x78): first defined here /usr/lib/mysql/libmysqlclient.a(array.o): In function `alloc_dynamic': array.o(.text+0xc4): multiple definition of `alloc_dynamic' and so on... We use the latest stable mysql (3.23.46-1). What's wrong with it? Thanks in advace! Regards Istvan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]