ID:               16500
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           Open
 Bug Type:         Compile Failure
 Operating System: Red Hat Linux 7.1 / kernel 2.4.4
 PHP Version:      4.0CVS-2002-04-08
 New Comment:

I got it from CVS. I will update Zend and see what happens.


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

[2002-04-08 17:59:29] [EMAIL PROTECTED]

Did you get PHP from CVS or did you download a snapshot.
If the former, you just haven't updated Zend module.
If the latter, it might be some problem in the snapshot creation.


------------------------------------------------------------------------

[2002-04-08 17:11:13] [EMAIL PROTECTED]

dl.c version 1.68 line 48 defines GET_DL_ERROR() as DL_ERROR() instead
of (as in previous versions of dl.c) dlerror().

When building, that gives me the following error when gcc tries to link
together all of the various object files and libraries to make the php
binary:

ext/standard/dl.o: In function `php_dl':
/store/cvs/php/php4/ext/standard/dl.c:137: undefined reference to
`DL_ERROR'

If I change dl.c back to using dlerror() instead of DL_ERROR(), it
builds fine. Here is my configure command line:

./configure \
 --disable-short-tags \
 --enable-magic-quotes \
 --with-openssl \
 --with-zlib-dir=/usr/lib \
 --enable-calendar \
 --with-curl \
 --with-dom=/usr/local/lib \
 --with-gettext \
 --with-mcrypt \
 --with-mysql=/usr/local/mysql \
 --with-pgsql \
 --with-oci8=/store/oracle \
 --with-ncurses \
 --with-readline=/usr/local/lib \
 --with-mm=../mm-1.1.3 \
 --enable-sockets \
 --enable-sysvsem --enable-sysvshm \
 --with-iconv \
 --with-xmlrpc \
 --with-zip=/usr/local/lib \
 --enable-inline-optimization \
 --enable-dba \
 --with-gdbm \
 --with-ndbm \
 --with-db2 \
 --with-db3 \
 --with-shmop

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16500&edit=1

Reply via email to