From:             francesco dot laurita at fastweb dot it
Operating system: Linux  2.4.19
PHP version:      4.3.2
PHP Bug Type:     Compile Failure
Bug description:  Compile failure with xslt and xslt-sablot

I got this error when i try to compile:

/usr/local/lib/libsablot.so: undefined reference to `operator
new[](unsigned)'
/usr/local/lib/libsablot.so: undefined reference to `vtable for
__cxxabiv1::__si_class_type_info'
/usr/local/lib/libsablot.so: undefined reference to `operator
delete(void*)'
/usr/local/lib/libsablot.so: undefined reference to
`__gxx_personality_v0'
/usr/local/lib/libsablot.so: undefined reference to `__cxa_pure_virtual'
/usr/local/lib/libsablot.so: undefined reference to `vtable for
__cxxabiv1::__class_type_info'
/usr/local/lib/libsablot.so: undefined reference to `operator
delete[](void*)'
/usr/local/lib/libsablot.so: undefined reference to `vtable for
__cxxabiv1::__vmi_class_type_info'
/usr/local/lib/libsablot.so: undefined reference to `operator
new(unsigned)'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1


Configure line:
./configure --with-apxs2=/usr/local/apache2/bin/apxs
--with-oci8=/opt2/oracle/product/9.2.0 --with-mysql=/usr/local/mysql
--enable-sigchild --enable-cli --enable-ftp --prefix=/usr/local/php-4.3.2
--enable-xslt=/usr/local/lib --with-xslt-sablot=/usr/local/lib

gcc version:
[EMAIL PROTECTED] Documents]$ gcc --version
gcc (GCC) 3.2 (Mandrake Linux 9.0 3.2-1mdk)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

[EMAIL PROTECTED] Documents]$

expat version:
1.95.5
Configure line of expat: ./configure --prefix=/usr/local

Sablot version:
0.98
Configure line of Sablot: ./configure --prefix=/usr/local

Best regards



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

Reply via email to