Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installing PHP with MySQL

Status
Not open for further replies.

qleader

Technical User
Dec 20, 2001
31
US
I am running Red Hat 7.2 with Apache, I installed MySQL with the RPM's and now I am working on trying get PHP compiled. I have created a symbolic link e.g. /usr/local/mysql which points to /usr/bin That is were the mysql client is installed by the RPM. When php compiles (./configure ---with-mysql=/usr/local/mysql) I get a error that it cannot find the header file in /usr/local/mysql. Header file??? I think I have the symbolic link pointed to right location. Can someone please help me with this installation.
 
Gah!! I had this, I figured out that when compiling /usr/local should let you compile correctly, full path was always failing. I can't have sent that email, it says from Superuser.
 
hi qleader,

it should even be sufficient, to compile it
with "--with-mysql" if you didn't use an
exotic location for your mysql

greetings markus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top