ID: 33369 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: PDO related Operating System: IRIX 6.5.27 PHP Version: 5CVS-2005-06-16 (dev) New Comment:
Thx Wez, yes '--with-pdo-odbc=shared,unixODBC,/usr/nekoware' works. Someone please correct the configure help befor closing this bug :) Previous Comments: ------------------------------------------------------------------------ [2005-06-16 22:12:52] [EMAIL PROTECTED] --with-pdo-odbc=shared,unixODBC,/usr/nekoware should work with HEAD ------------------------------------------------------------------------ [2005-06-16 22:03:30] [EMAIL PROTECTED] Description: ------------ The ./configure --help describes that when using --with-pdo-odbc=flavour,dir that this extension will always build as a shared one. ... This extension will always be created as a shared extension named pdo_odbc.so. .. Compiled on IRIX with latest mips cc 7.4.3 compiler the *.so file is not created. Instead it it compiled into the php cli. [o2k]:/usr2/MIPS/php-src $ sapi/cli/php -v PHP 5.1.0-dev (cli) (built: Jun 16 2005 20:57:39) [o2k]:/usr2/MIPS/php-src $ sapi/cli/php -m | grep ODBC PDO_ODBC Reproduce code: --------------- ./configure --disable-all --disable-cgi --with-unixODBC=shared,/usr/nekoware --with-pdo-odbc=unixODBC,/usr/nekoware gmake && gmake install Expected result: ---------------- A shared extension named pdo_odbc.so Actual result: -------------- Compiled into the cli ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=33369&edit=1