|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[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 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 14:00:01 2025 UTC |
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