php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #378 configure Apache1.3b6 with libphp3.a
Submitted: 1998-05-15 10:54 UTC Modified: 1998-05-16 12:04 UTC
From: leugering at amsterdam dot agw dot bt dot co dot uk Assigned: rasmus (profile)
Status: Closed Package: Installation problem
PHP Version: 3.0 Release Candidate 4 OS: linux 2.0.30
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: leugering at amsterdam dot agw dot bt dot co dot uk
New email:
PHP Version: OS:

 

 [1998-05-15 10:54 UTC] leugering at amsterdam dot agw dot bt dot co dot uk
When I run :
configure --activate-module=src/modules/php3/libphp3.a
I get :
/usr/i486-unknown-linux-gnulibc1/bin/ld:
cannot open -lmysqlclient: No such file or directory

What's wrong any suggestions ?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-05-16 12:04 UTC] rasmus
This works fine for me with Apache 1.3b6 and MySQL.  You probably did not point PHP at the correct place when you told it where to find your MySQL installation.

On my system I simply use --with-mysql when I configure PHP.  You may need to use --with-mysql=/usr/local/mysql or something similar depending on where your libmysqlclient.a file is located.  If it is in /usr/local/lib/mysql then just use --with-mysql.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 09:01:28 2024 UTC