php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14242 --disable-session breaks ob functions?
Submitted: 2001-11-26 19:03 UTC Modified: 2001-12-07 09:22 UTC
From: cox at idecnet dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.1.0 OS: Linux RH6.1
Private report: No CVE-ID: None
 [2001-11-26 19:03 UTC] cox at idecnet dot com
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-07 09:22 UTC] sterling@php.net
do a make clean, I compile with --disable-session all the time -- works fine
 [2002-02-12 19:25 UTC] dboeke at eesus dot jnj dot com
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
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Jun 28 05:01:30 2024 UTC