php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15816 Error during execution of configure with option --with-custom-odbc
Submitted: 2002-03-01 12:08 UTC Modified: 2002-03-01 12:44 UTC
From: gerardo at saremedia dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.1.2 OS: Solaris 8
Private report: No CVE-ID: None
 [2002-03-01 12:08 UTC] gerardo at saremedia dot com
Error during execution of configure with option --with-custom-odbc
/usr/local/php-4.1.2/configure --with-custom-odbc=/usr/local/DataDirect --with-apache=../apache_1.3.23 --enable-track-vars --with-mysql=/usr/local/mysql --with-gd=/usr/local/gd-1.3
...
checking for a custom ODBC support... yes
./configure: test: argument expected
----
Error on line 36379:
    if test $shared != "yes"; then
----
fixed with 
    if test "$shared" != "yes"; then 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-01 12:44 UTC] derick@php.net
Alread fixed in CVS, this will be in 4.2.0

Derick
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Dec 08 01:00:02 2025 UTC