ID: 14588
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Compile Failure
Operating System: linux 2.4.16 - redhat 6.2
PHP Version: 4.1.0
New Comment:
ah heck ok I'll recompile, but it's still a waste. I'll go for a coffee. :-)
Previous Comments:
------------------------------------------------------------------------
[2001-12-18 13:58:03] [EMAIL PROTECTED]
The php developer who added/maintains bzip2 support will know what I am talking about.
I am not going to compile when I know this! It would be a waste of my time.
------------------------------------------------------------------------
[2001-12-18 13:46:26] [EMAIL PROTECTED]
Please recompile so that you can tell us te exact errors.
Derick
------------------------------------------------------------------------
[2001-12-18 13:39:06] [EMAIL PROTECTED]
I compile bzip2 1.0.1 (the latest) and install it into a directory /www
Then try to compile php as so
./configure \
--prefix=/www \
--with-config-file-path=/www/apache/conf \
--with-apache=../apache_1.3.22 \
--disable-debug \
--enable-trans-id \
--enable-ftp \
--with-imap=/www \
--with-mysql=/usr \
--with-pgsql=/usr \
--with-sybase=/www \
--with-mcrypt \
--with-mhash \
--with-zlib=/www \
--with-bz2=/www \
--with-gd=/www \
--with-freetype-dir=/www \
--with-png-dir=/www \
--with-jpeg-dir=/www \
--enable-track-vars
make
make install
It fails while compiling in Bzip2 support. I don't have the exact errors to post
because I deleted my compile log, but they are the same errors you get if you don't
have the bzip2 development libraries installed, which of course I do in /www
Errors along the lines of:
undefined reference to BZ2_open unknown function
therefore this leads me to believe it's ignoring =/www Because the bzip2 packages for
redhat 6.2 do not have the needed files.
fyi - in case I haven't been clear, if I go back to php-4.0.6 everything is fine.
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=14588&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]