php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3245 Cannot compille
Submitted: 2000-01-18 12:07 UTC Modified: 2000-03-30 00:01 UTC
From: nmmm at nmmm dot nu Assigned:
Status: Closed Package: MySQL related
PHP Version: 3.0.14 OS: Linux 2.2.9
Private report: No CVE-ID: None
 [2000-01-18 12:07 UTC] nmmm at nmmm dot nu
This message appear when I try to compile.

MySQL version is:
-----------------
mysqld  Ver 3.22.30 for pc-linux-gnu on i686

command is:
-----------
./setup (select only MySQL)
make

result:
-------
/usr/local/mysql/lib/libmysqlclient.a(my_open.o): In function `my_open':
my_open.o(.text+0x14): undefined reference to `open64'
/usr/local/mysql/lib/libmysqlclient.a(mf_format.o): In function `fn_format':
mf_format.o(.text+0x201): undefined reference to `__lxstat64'
/usr/local/mysql/lib/libmysqlclient.a(my_fopen.o): In function `my_fopen':
my_fopen.o(.text+0x21): undefined reference to `fopen64'
collect2: ld returned 1 exit status
make: *** [php] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-30 00:01 UTC] sas at cvs dot php dot net
This is a libc problem. Compile MySQL from source.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 10:01:32 2024 UTC