php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24985 Error on make
Submitted: 2003-08-08 09:17 UTC Modified: 2003-08-08 12:00 UTC
From: balin at myrealbox dot com Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 4CVS-2003-08-08 (stable) OS: redhat 8.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: balin at myrealbox dot com
New email:
PHP Version: OS:

 

 [2003-08-08 09:17 UTC] balin at myrealbox dot com
Description:
------------
i configure
./configure --prefix=/usr/local --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs --with-dom --with-dom-xslt --enable-xslt --with-xslt-sablot --with-zlib --with-iconv

Than 
make

and exit with error:

Reproduce code:
---------------
ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
/root/install/php4-STABLE-200308081130/ext/mysql/libmysql/my_tempnam.c:115: the use of `tempnam' is dangerous, better use `mkstemp'
/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


Expected result:
----------------
snapshot is php4-STABLE-200308081130



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-08 12:00 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Looks like you have a broken libsablot.so
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 14:01:30 2025 UTC