From:             lbayuk at mindspring dot com
Operating system: Linux
PHP version:      4.3.2
PHP Bug Type:     *Configuration Issues
Bug description:  Self Contained Extension sybase_ct won't config

Description:
------------
Attempt to convert sybase_ct extension into a Self Contained Extension
doesn't work anymore since the configuration
of sybase_ct checks to make sure the sybase extension
wasn't also configured. That check fails when the extention is converted
to be Self-Contained.

Reproduce code:
---------------
After "phpize":
$ ./configure --with-php-config=/opt/php/bin/php-config \
              --with-sybase-ct=shared,/opt/freetds


Expected result:
----------------
(Should configure properly)

Actual result:
--------------
   checking for Sybase-CT support... yes, shared
   configure: error: You can not use both --with-sybase and
--with-sybase-ct in same build!

(No, adding --without-sybase or similar does not fix it, but adding
"export PHP_SYBASE=no" before configure does.)


-- 
Edit bug report at http://bugs.php.net/?id=24231&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24231&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24231&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24231&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24231&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24231&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24231&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24231&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24231&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24231&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24231&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24231&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24231&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24231&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24231&r=gnused

Reply via email to