From:             s dot lemke at infoworxx dot de
Operating system: Linux 2.6.11
PHP version:      5.0.5
PHP Bug Type:     MySQLi related
Bug description:  libphp5.so is not build when using --with-mysqli option.

Description:
------------
Excatly the same problem#34512, 
libphp5.so is not build when using --with-mysqli option.

PHP 5.0.5
Mysql 4.1.14
debian 3.1
PHP and Mysql are installed from Source, not from apt.

Please let me know, what infos else do you need,

Sebastian

Reproduce code:
---------------
./configure \
"--with-mysqli" \
"--with-apxs=/usr/local/apache/bin/apxs" \
"--with-config-file-path=/infoworxx/conf/apache" \
"--with-openssl=/usr" \
"--with-curl=/usr" \
"--with-libxml-dir" \
"--with-pear" \
"--with-gettext" \
"--with-fdftk" \
"--with-bz2" \
"--prefix=/usr" \
"--exec-prefix=/usr" \
"--enable-mailparse" \
"--enable-ftp" \
"--enable-wddx" \
"--enable-track-vars" \
"--enable-calendar" \
"--enable-sockets" \
"--enable-inline-optimization" \
"--enable-mbstring" \
"--disable-trans-sid" \
"--disable-debug" \
"--with-zlib" \
"--with-gd" \
"--with-jpeg-dir" \
"--with-png-dir" \
"--with-freetype-dir" \
"--with-tiff-dir" \
"--with-imagick"

Expected result:
----------------
libphp5.so is not build.


-- 
Edit bug report at http://bugs.php.net/?id=34561&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=34561&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=34561&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=34561&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=34561&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=34561&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=34561&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=34561&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=34561&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=34561&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=34561&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=34561&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=34561&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=34561&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=34561&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=34561&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=34561&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=34561&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=34561&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=34561&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=34561&r=mysqlcfg

Reply via email to