|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-01 12:44 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 08 01:00:02 2025 UTC |
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