ID: 14242
Updated by: [EMAIL PROTECTED]
-Reported By: [EMAIL PROTECTED]
+Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Compile Failure
Operating System: Linux RH6.1
PHP Version: 4.1.0
New Comment:
I have run into this problem as well, on HP-UX 11.0 / php 4.1.1 gcc
3.01
my config was:
/u04/php/configure --prefix=/opt/php \
--with-xml \
--with-xpm-dir=/opt/xpm \
--without-mysql \
--with-zlib-dir=/opt/zlib \
--with-pdflib=/opt/pdflib \
--disable-session
even after doing a make clean and rm config.cache
Previous Comments:
------------------------------------------------------------------------
[2001-12-07 09:22:31] [EMAIL PROTECTED]
do a make clean, I compile with --disable-session all the time -- works
fine
------------------------------------------------------------------------
[2001-11-26 19:03:21] [EMAIL PROTECTED]
CFLAGS="-fPIC" ./configure --prefix=/usr \
--with-config-file-path=/usr/local/lib/phpcgi/ \
--without-gd \
--with-exec-dir=/usr/bin \
--with-regex=system \
--enable-ftp \
--with-pgsql=/usr/local/pgsql \
--with-mysql=/usr \
--enable-bcmath \
--with-gettext \
--with-xml \
--with-dom \
--enable-trans-sid \
--enable-pear \
--with-zlib \
--enable-sysvshm \
--enable-sysvsem \
--enable-mailparse \
--enable-pcntl \
--disable-session \
--enable-sockets
-------------
./.libs/libphp4.a(output.o): In function `php_end_ob_buffers':
output.o(.text+0x90d): undefined reference to `session_adapt_flush'
./.libs/libphp4.a(output.o): In function
`php_ub_body_write_no_header':
output.o(.text+0xca0): undefined reference to `session_adapt_uris'
collect2: ld returned 1 exit status
make[1]: *** [php] Error 1
-- Tomas V.V.Cox
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=14242&edit=1