Note Submitter: David Woakes
----
I installed MySQL 4.1.4 in Fedora Core 2 using rpms from
MySQL:
MySQL-client-4.1.4-0
MySQL-server-4.1.4-0
MySQL-devel-4.1.4-0
MySQL-shared-4.1.4-0
I configured with --with-mysqli=/usr/bin/mysql_config and
--with-mysql=/usr and was getting duplicate symbol
definitions at the end of make.
I worked out that the linking stage was including the shared
libs (from MySQL-shared) and the static libs (from
MySQL-devel). Uninstalling the devel package doesn't help
because you need the include files. The solution I came up
with was to delete the static lib files. Not perfect, but
it got there.
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|