php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25524 Filestat.c error
Submitted: 2003-09-13 10:56 UTC Modified: 2003-09-13 13:12 UTC
From: don at unx dot sytes dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4CVS-2003-09-13 (stable) OS: Slackware Linux 9
Private report: No CVE-ID: None
 [2003-09-13 10:56 UTC] don at unx dot sytes dot net
Description:
------------
./configure --prefix=/www/php --with-apxs2=/www/bin/apxs --with-config-filepath=/www/php --enable-sockets --with-mysql=/usr/local/mysql --with-zlib -with-zlib-dir=/usr/local/lib --with-gd

make



Reproduce code:
---------------
ext/standard/filestat.lo(.text+0xdc1): In function `php_stat':
/root/php4-200309131330/ext/standard/filestat.c:575: undefined reference to `php_check_open_basedir_ex'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

Expected result:
----------------
Not Sure

Actual result:
--------------
Not Sure

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-13 13:12 UTC] magnus@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PHP.

See bug #25520
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Dec 25 04:00:02 2025 UTC