From:             [EMAIL PROTECTED]
Operating system: Solaris 8
PHP version:      4.1.2
PHP Bug Type:     Compile Failure
Bug description:  Error during execution of configure with option --with-custom-odbc

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 bug report at http://bugs.php.net/?id=15816&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15816&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15816&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15816&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15816&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15816&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15816&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15816&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15816&r=submittedtwice

Reply via email to