php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5861 not find libmysqlclient.so.6
Submitted: 2000-07-30 16:39 UTC Modified: 2000-07-30 17:11 UTC
From: a dot cecchetto at phenixnet dot it Assigned:
Status: Closed Package: MySQL related
PHP Version: 4.0.1pl2 OS: GNU Debian / Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: a dot cecchetto at phenixnet dot it
New email:
PHP Version: OS:

 

 [2000-07-30 16:39 UTC] a dot cecchetto at phenixnet dot it
I've tried to compile the latest version of php, with apache 1.3.12 as module with support
                               to mysql db ( version 3.22.31)

                               this is my configure line of Mysql
                               ./configure --prefix=/some/paths/mysql

                               this is my configure line of Apache

                               ./configure --prefix=/some/paths/apache
                               --enable-shared=max

                               and this is my configure line of php
                               ./configure --with-mysql=/some/paths/mysql --with-apxs=/some/paths/apache 

                               Everything have gone ok, but when i've tried to start the apache server , the apache
                               couldn't start and showed this
                               line libmysqlclient.so.6 not find ????


                               With php3 everything went ok !!!
                               I've made some mistake ???

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-30 17:11 UTC] rasmus@php.net
Add the path to libmysqlclient.so to your /etc/ld.so.conf file and run ldconfig
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 16 06:01:29 2024 UTC