php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13785 Compile with MySQL 4.0.0
Submitted: 2001-10-22 03:50 UTC Modified: 2001-11-02 02:37 UTC
From: autoinfo at auto dot ru Assigned:
Status: Closed Package: MySQL related
PHP Version: 4.0CVS-2001-10-24 OS: FreeBSD 4.4
Private report: No CVE-ID: None
 [2001-10-22 03:50 UTC] autoinfo at auto dot ru
PHP 4.0CVS compiled with same configure parameters, but after MySQL 4.0.0 was upgraded
(from 3.23.43) generated the following error:

gmake[1]: Entering directory `/usr/local/src/php'
/bin/sh /usr/local/src/php/libtool --silent --mode=link gcc -I. -I/usr/local/src/php/ -I/usr/local/src/php/main -I/usr/local/src/php -I/usr/local/src/php/Zend -I/usr/local/include/freetype2/freetype -I/usr/local/include -I/usr/local/src/imap/c-client -I/usr/local/mysql/include/mysql -I/usr/local/src/php/ext/xml/expat
-I/usr/local/src/php/TSRM -O2   -o php -export-dynamic   stub.lo libphp4.la

./.libs/libphp4.a(internal_functions.o)(.data+0x20): undefined reference to `mysql_module_entry'

gmake[1]: *** [php] Error 1

With MySQL 3.23.43 - I have not this Error...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-24 01:02 UTC] sniper@php.net
reclassified.

 [2001-10-24 04:31 UTC] autoinfo at auto dot ru
Now I tested it whith NEW(!!!) 4.0CVS-2001-10-24 and have the following Error:

gmake[1]: Entering directory `/usr/local/src/php'
/bin/sh /usr/local/src/php/libtool --silent --mode=link gcc -I. -I/usr/local/src/php/
-I/usr/local/src/php/main -I/usr/local/src/php -I/usr/local/src/php/Zend
-I/usr/local/include/freetype2/freetype -I/usr/local/include
-I/usr/local/src/imap/c-client -I/usr/local/mysql/include/mysql
-I/usr/local/src/php/ext/xml/expat
-I/usr/local/src/php/TSRM -O2   -o php -export-dynamic   stub.lo libphp4.la

./.libs/libphp4.a(internal_functions.o)(.data+0x20): undefined reference to
`mysql_module_entry'

gmake[1]: *** [php] Error 1

With MySQL 3.23.43 - I have not this Error...
 [2001-11-02 02:37 UTC] sniper@php.net
Fixed in CVS.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 00:01:31 2024 UTC