php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10761 Call toCall to unsupported or undefined function mysql_connect()
Submitted: 2001-05-09 15:12 UTC Modified: 2001-05-09 15:40 UTC
From: iandbigejunk at yahoo dot com Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 4.0.5 OS: Red Hat 7
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: iandbigejunk at yahoo dot com
New email:
PHP Version: OS:

 

 [2001-05-09 15:12 UTC] iandbigejunk at yahoo dot com
Problem: php modules for mysql are not loaded.
Solution: launch php from command line using php -h
watch and note errors.  In our case these files need renaming from version 10 to version 9.  See version 9 below.  NOTE links must also be changed.


[root@hobbes lib]# ll libmy*
lrwxrwxrwx    1 root     root           23 May  8 14:33 libmysqlclient.so -> libmysqlclient.so.9.0.0
lrwxrwxrwx    1 root     root           23 May  8 14:33 libmysqlclient.so.9 -> libmysqlclient.so.9.0.0
-rwxr-xr-x    1 root     root       217861 Mar 27 02:33 libmysqlclient.so.9.0.0
lrwxrwxrwx    1 root     root           25 May  8 14:33 libmysqlclient_r.so -> libmysqlclient_r.so.9.0.0
lrwxrwxrwx    1 root     root           25 May  8 14:32 libmysqlclient_r.so.9 -> libmysqlclient_r.so.9.0.0
-rwxr-xr-x    1 root     root       217925 Mar 27 02:32 libmysqlclient_r.so.9.0.0


If you can enter the command 
#php -h
with no errors then your mysql modules are probably loaded ok.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-09 15:40 UTC] cardinal@php.net
Not a bug.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 14:01:32 2024 UTC