RE: [PHP-DEV] Towards 4.0.2 From: Mike Robinson (mgrphp3 <email protected>)
Date: 08/11/00

> ...it would
> be great if within the next few days people will test the CVS in their
> development environments.

Stock RHL-6.2
PHP Snapshot - 11-Aug-2000 16:46
Apache-1.3.12

./configure

--disable-inline \
--disable-debug \
--with-apxs=/usr/sbin/apxs \
--with-msql=/usr/local/Hughes \
--with-pgsql=/usr/include/pgsql \
--enable-ftp \
--with-zlib \
--with-xml \
--with-mysql \
--with-mcrypt=/usr/local/lib \
--with-mhash=/usr/local/lib \
--with-mcal=/usr/src/libmcal \
--with-imap=/usr/include/imap \
--with-swf=/usr/local/lib \
--with-interbase=/usr/interbase \
--with-ldap=/usr \
--enable-wddx \
--enable-sysvsem \
--enable-sysvshm \
--with-jpeg-dir=/usr/src/jpeg-6b \
--with-xpm-dir=/usr/X11R6/ \
--with-t1lib=/usr/local \
--with-gd=/usr/local \
--enable-bcmath \
--with-pfpro=/usr/local \
--with-curl=/usr/local \
--with-pspell=/usr/local

compiles and installs fine.
If I include '--with-yaz=', or '--with-yaz=/usr/bin', then
php configures ok...

checking for YAZ support... yes

but make fails with....

/usr/bin/ld: .libs/libphp4.so: undefined versioned symbol name
log_file@ <email protected>
/usr/bin/ld: failed to set dynamic section sizes: Bad value
collect2: ld returned 1 exit status
make[1]: *** [libphp4.la] Error 1
make[1]: Leaving directory `/usr/src/phpdev'
make: *** [all-recursive] Error 1

.mike

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>