From:             gabriel dot preda at amr dot ro
Operating system: Fedora Core 2
PHP version:      5.0.3
PHP Bug Type:     MySQLi related
Bug description:  could not load mysqli.so

Description:
------------
./configure --disable-debug --enable-sigchild --disable-short-tags
--prefix=/usr --mandir=/usr/share/man                \
--datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib
--enable-experimental-zts --with-apxs2=/usr/sbin/apxs   \
--cache-file=config.cache --enable-bcmath  --with-bz2 --enable-calendar
--with-curl --without-curlwrappers              \
--enable-dbase --enable-dbx --with-fam --enable-ftp --with-gettext
--with-gmp --with-iconv --with-gd --enable-exif      \
--without-imap --with-kerberos --with-mime-magic
--with-mysql=/usr/include/mysql                                        \
--with-mysqli=shared,/usr/bin/mysql_config --enable-cgi
--enable-force-cgi-redirect --enable-ipv6 --enable-libxml       \
--with-openssl --with-pdflib --enable-pcntl --with-regex=php
--enable-sysvsem --enable-sysvshm --enable-sysvmsg         \
--enable-shmop --enable-simplexml --without-swf --without-snmp
--enable-sockets --without-sqlite --enable-cli           \
--enable-wddx  --with-zip  --with-zlib --with-pear --disable-dba
--enable-mbstring --with-mysql-sock=/mysqldatabases    \
--disable-maintainer-zts --disable-memory-limit --enable-zend-multibyte
--with-config-file-path=/etc --without-recode   \
--disable-embedded-mysqli

I have installed MySQL 4.1.9 before PHP 5.0.3.

Reproduce code:
---------------
No code involved

Expected result:
----------------
myqli_* functions

Actual result:
--------------
The extension compiles I get some warnings... I end up with a mysqli.so

...but...

PHP Warning: PHP Startup: Invalid library (maybe not a PHP library)
'mysqli.so'  in Unknown on line 0


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

Reply via email to