MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: mysql.so - where can I get it?
Posted by: Colin Charles
Date: August 28, 2006 05:43PM

Firstly, you have not told us what Linux variant you're running.

Requiring the .so file (Shared object) just basically means you're missing a package. On a modern system like Fedora Core for instance, you have the "yum" tool, so doing "yum search php-mysql" might be what you're after

Most likely, you need php-mysql, to provide /usr/lib/php/modules/mysql.so

On my system, I have several occurances of mysql.so for perl, and python bindings as well.

[byte@albus ~]$ locate mysql.so | xargs rpm -q --whatprovides
libdbi-dbd-mysql-0.8.1a-1.2.1
perl-DBD-MySQL-3.0004-1.FC5
php-mysql-5.1.4-1
php-mysql-5.1.4-1
MySQL-python-1.2.0-3.2.2

--
Colin Charles, Chief Evangelist, Monty Program Ab
Download MariaDB: http://www.mariadb.org/
Get all your answers at the Knowledgebase: http://kb.askmonty.org/
Blog: http://www.bytebot.net/blog/

Options: ReplyQuote


Subject
Views
Written By
Posted
8754
July 06, 2006 09:46PM
Re: mysql.so - where can I get it?
13738
August 28, 2006 05:43PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.