ID: 15816
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type: Compile Failure
Operating System: Solaris 8
PHP Version: 4.1.2
New Comment:
Alread fixed in CVS, this will be in 4.2.0
Derick
Previous Comments:
------------------------------------------------------------------------
[2002-03-01 12:08:55] [EMAIL PROTECTED]
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
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=15816&edit=1