From:             phpbug-100703 at smayw dot nask dot com
Operating system: RedHat Linux 9
PHP version:      4CVS-2003-07-10 (stable)
PHP Bug Type:     Compile Failure
Bug description:  CLI fails to link with an undefined reference to 
`php_check_open_basedir_ex'

Description:
------------
compiling most current CVS of php4 will fail when building the CLI version
of php:

ext/standard/filestat.lo(.text+0xdfd): In function `php_stat':
/usr/local/src/php-cvs/php-src/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
$

the build will go through when --disable-cli is added to ./configure
options; the ./configure options I used are:

./configure --with-config-file-path=/etc/httpd/conf
--with-apxs2=/usr/local/apache/current/bin/apxs --with-gettext --with-xml
--with-dom --with-mysql --with-ldap --with-mcrypt --enable-mime-magic
--with-iconv --enable-mbstring --with-imap --disable-posix --with-zlib
--with-bz2


-- 
Edit bug report at http://bugs.php.net/?id=24596&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24596&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24596&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24596&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24596&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24596&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24596&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24596&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24596&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24596&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24596&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24596&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24596&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24596&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24596&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24596&r=gnused

Reply via email to