From:             [EMAIL PROTECTED]
Operating system: Linux 2.4.20
PHP version:      4.3.4
PHP Bug Type:     XSLT related
Bug description:  CLI Build Failure With XSLT

Description:
------------
Build fails. This is against Apache with CLI Build as well by default.
After adjusting, and making --enable-cli become --disable-cli
--disable-pear the build is fine. And using a CLI Build only fails as
expected from previous results.

This configure line was perfect, until adding --enable-xslt
--with-xslt-sablot=... --with-expat-dir=...

The previous build was this exact line with 4.3.4RC3, and this failure
occured during an upgrade to 4.3.4 with xslt.

Reproduce code:
---------------
./configure --prefix=/usr/local/php434rc3
--with-apxs=/usr/local/apache/bin/apxs --with-mysql --enable-cli
--disable-cgi --with-zlib --with-bz2 --enable-calendar --enable-exif
--enable-ftp --with-gd --with-jpeg-dir=/usr/local/libjpeg
--with-freetype-dir=/usr/local/freetype2 --with-iconv --enable-sockets
--with-curl=/usr --with-mcrypt=/usr --with-cpdflib
--with-srm=/usr/local/srm --enable-xslt
--with-xslt-sablot=/usr/local/sablot --with-expat-dir=/usr/local/expat

Expected result:
----------------
Successful Build.

Actual result:
--------------
ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
/home/src/php-4.3.4/ext/mysql/libmysql/my_tempnam.c:115: the use of
`tempnam' is dangerous, better use `mkstemp'
/usr/local/sablot/lib/libsablot.so: undefined reference to `operator
new[](unsigned)'
/usr/local/sablot/lib/libsablot.so: undefined reference to `vtable for
__cxxabiv1::__si_class_type_info'
/usr/local/sablot/lib/libsablot.so: undefined reference to `operator
delete(void*)'
/usr/local/sablot/lib/libsablot.so: undefined reference to
`__gxx_personality_v0'
/usr/local/sablot/lib/libsablot.so: undefined reference to
`__cxa_pure_virtual'
/usr/local/sablot/lib/libsablot.so: undefined reference to `vtable for
__cxxabiv1::__class_type_info'
/usr/local/sablot/lib/libsablot.so: undefined reference to `operator
delete[](void*)'
/usr/local/sablot/lib/libsablot.so: undefined reference to `vtable for
__cxxabiv1::__vmi_class_type_info'
/usr/local/sablot/lib/libsablot.so: undefined reference to `operator
new(unsigned)'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

-- 
Edit bug report at http://bugs.php.net/?id=26258&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26258&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26258&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26258&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26258&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26258&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=26258&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26258&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26258&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26258&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26258&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26258&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26258&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26258&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26258&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26258&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26258&r=float

Reply via email to