php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35977 All recursive error 1
Submitted: 2006-01-12 12:31 UTC Modified: 2006-01-12 12:44 UTC
From: geoffrey at misco dot nl Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.4.1 OS: Redhat 9
Private report: No CVE-ID: None
 [2006-01-12 12:31 UTC] geoffrey at misco dot nl
Description:
------------
If i try to make php 4.2.2 it fails
I compiled it with 
configure --with-sybase=/usr/local/freetds --enable-track-vars


Expected result:
----------------
Succesfull make without error

Actual result:
--------------
This is the error:
/bin/sh /home/geoffrey/php-4.2.2/libtool --silent --mode=link gcc -I. -I/home/ge
offrey/php-4.2.2/ -I/home/geoffrey/php-4.2.2/main -I/home/geoffrey/php-4.2.2 -I/
home/geoffrey/php-4.2.2/Zend -I/home/geoffrey/php-4.2.2/ext/mysql/libmysql -I/us
r/local/freetds/include -I/home/geoffrey/php-4.2.2/ext/xml/expat  -I/home/geoffr
ey/php-4.2.2/TSRM -g -O2   -o php -export-dynamic        stub.lo libphp4.la
./.libs/libphp4.a(my_malloc.o)(.text+0xbd): In function `my_malloc':
/home/geoffrey/php-4.2.2/ext/mysql/libmysql/my_malloc.c:24: undefined reference
to `errno'
./.libs/libphp4.a(my_realloc.o)(.text+0xb4): In function `my_realloc':
/home/geoffrey/php-4.2.2/ext/mysql/libmysql/my_realloc.c:44: undefined reference
 to `errno'
./.libs/libphp4.a(my_error.o)(.text+0x275): In function `my_error':
/home/geoffrey/php-4.2.2/ext/mysql/libmysql/my_error.c:32: undefined reference t
o `errno'
./.libs/libphp4.a(my_lib.o)(.text+0x37a): In function `my_dir':
/home/geoffrey/php-4.2.2/ext/mysql/libmysql/my_lib.c:162: undefined reference to
 `errno'
./.libs/libphp4.a(my_lib.o)(.text+0x546): In function `my_stat':
/home/geoffrey/php-4.2.2/ext/mysql/libmysql/my_lib.c:585: undefined reference to
 `errno'
./.libs/libphp4.a(my_getwd.o)(.text+0xbe):/home/geoffrey/php-4.2.2/ext/mysql/lib
mysql/my_getwd.c:43: more undefined references to `errno' follow
collect2: ld returned 1 exit status
make[1]: *** [php] Fout 1
make[1]: Weggaan uit map `/home/geoffrey/php-4.2.2'
make: *** [all-recursive] Fout 1



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-12 12:36 UTC] tony2001@php.net
PHP 4.2.2 ?
Try something newer than 4 years old version.
 [2006-01-12 12:39 UTC] geoffrey at misco dot nl
allright i installed the latest 4.4.1
[geoffrey@localhost php-4.4.1]$ ./configure --with-sybase=/usr/local/freetds --
enable-track-vars
./configure: line 1488: ./config.log: Onbekend bestand of map

<unknown file or map>
 [2006-01-12 12:42 UTC] geoffrey at misco dot nl
Nevermind !! i runned it now and is ok!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Jun 26 09:01:31 2024 UTC