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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP, Apache, MySQL install Problems. HELP me!

Status
Not open for further replies.

DJKAOS

Technical User
Jun 30, 2000
101
US
I'm going crazy I have been trying to install this stuff for 3 days.

First I installed MySQL rpm (a few weeks ago.) and it works fine, I have some databases and everything is cool.

Now i'm trying to install PHP and apache
I had all sorts of problems I solved them though..but my lates problem is this, when configuring PHP it can't find the MySQL header files...and I cant find them either where the heck are they? all the tutorials say they are in /usr/local/mysql but not mine...

I installed mysql from an RPM does that matter? Linux Mandrake 8.1


./configure --with-apache=../apache_1.3.22 --with-mysql=/??????/ --enable-track-vars

I need this stuff working soon I have a final project to do for schoo
 
mysql....xxx...tar.gz - mysql sources
to build php, yu will nedd php,apache,mysql sources, and much more (all the libs you want to use in php)
I think in INSTALL readme in the sources of php it's being described
 
Hi,

On Mandrake the mysql header files are in a separate rpm - you may not have that installed --> ftp://rpmfind.net/linux/Mandrake/8.1/i586/Mandrake/RPMS/MySQL-devel-3.23.41-5mdk.i586.rpm .

That puts the headers into /usr/include/mysql .

Regards

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top