php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23977 Compile failure with xslt and xslt-sablot
Submitted: 2003-06-03 05:07 UTC Modified: 2003-06-06 06:28 UTC
From: francesco dot laurita at fastweb dot it Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.2 OS: Linux 2.4.19
Private report: No CVE-ID: None
 [2003-06-03 05:07 UTC] francesco dot laurita at fastweb dot it
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:
[stealthp@stealthp 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.

[stealthp@stealthp 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



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-06 06:28 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PHP.

Try search the bug db with '__cxa_pure_virtual'

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 20 14:00:02 2025 UTC