ID: 14242
Updated by: sterling
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Compile Failure
Operating System: Linux RH6.1
PHP Version: 4.1.0
New Comment:

do a make clean, I compile with --disable-session all the time -- works fine

Previous Comments:
------------------------------------------------------------------------

[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


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to