From:             balin at myrealbox dot com
Operating system: redhat 8.0
PHP version:      4CVS-2003-08-08 (stable)
PHP Bug Type:     *Compile Issues
Bug description:  Error on make

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



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

Reply via email to