php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24130 Compile error --with-sybase-ct
Submitted: 2003-06-11 12:17 UTC Modified: 2003-06-11 12:26 UTC
From: gk at online dot dp dot ua Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.2 OS: Red Hat Linux 9
Private report: No CVE-ID: None
 [2003-06-11 12:17 UTC] gk at online dot dp dot ua
Configure:
'./configure' \
'--with-apxs=/usr/local/apache/bin/apxs' \
'--with-sybase-ct=/opt/sybase-11.9.2' \
'--enable-track-vars' \
'--with-mysql'

After make:
/php-4.3.2/ext/mysql/libmysql/my_tempnam.c:115: the use of `tempnam' is dangerous, better use `mkstemp'
/opt/sybase-11.9.2/lib/libintl.so: undefined reference to `__ctype_b'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

also this error return with configure --with-sybase=


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-11 12:26 UTC] sniper@php.net
See bug #23884

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Aug 01 14:00:02 2025 UTC