php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31807 could not load mysqli.so
Submitted: 2005-02-02 09:09 UTC Modified: 2005-02-19 14:34 UTC
From: gabriel dot preda at amr dot ro Assigned:
Status: Closed Package: MySQLi related
PHP Version: 5.0.3 OS: Fedora Core 2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gabriel dot preda at amr dot ro
New email:
PHP Version: OS:

 

 [2005-02-02 09:09 UTC] gabriel dot preda at amr dot ro
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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-02-05 12:05 UTC] georg@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip

 
 [2005-02-19 14:34 UTC] gabriel dot preda at amr dot ro
The latest snapshot did the trick !

Thank you !
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 10:01:30 2025 UTC