Results 21 to 26 of 26
Don't know why I didn't try this earlier, but i tried running ./configure without any --with-gd and it still returned with the error:
configure: error: Cannot find header files under ...
- 02-27-2003 #21Just Joined!
- Join Date
- Feb 2003
- Posts
- 16
Don't know why I didn't try this earlier, but i tried running ./configure without any --with-gd and it still returned with the error:
Which of course, would mean that GD has nothing to do with the problem I'm having.configure: error: Cannot find header files under /usr/local
- 02-27-2003 #22Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
I downloaded the PHP configure script, and it's only the MySQL configuration that generates that kind of error message. Try excluding the directories from the mysql and gd options (ie. just --with-msql and --with-gd), and see if that helps.
- 02-27-2003 #23Just Joined!
- Join Date
- Feb 2003
- Posts
- 16
Yes after posting the msg about exlcuding --with-gd, I stared at my configurations tring and saw that the only one using /usr/local was mysql.
Actually, before I saw your last reply, i tried without the --with-mysql ONLY (in other words, I did include --with-gd) and the configuration went all the way through without errors!
Now, to fix the mysql error
- 02-27-2003 #24Just Joined!
- Join Date
- Feb 2003
- Posts
- 16
i tried --with-mysql=/usr instead of the original --with-mysql=/usr/local and the configuration went all the way through without complaining. "make" worked as well, as did "make install" so now made sure I had AddType application/x-httpd-php .php on the httpd.conf file, which I did. I created a .php file with text inside and outside the php tags, opened up mozilla, pointed my browser to http://localhost , and the page loaded but w/out the php stuff

This is enough for me for tonight, I'll be nitpicking it tomrrow.
Dolda2000, thanks for your all your help
- 02-27-2003 #25Just Joined!
- Join Date
- Feb 2003
- Posts
- 16
i opened the file and saw that i only hadopened up mozilla, pointed my browser to http://localhost , and the page loaded but w/out the php stuff
argh!! the tag was not correct. i corrected it to:Code:<? phpinfo() ?>
and sure enough the php stuff loaded. :PCode:<?php phpinfo() ?>
Once again, thanks Dolda2000 for going through this with me
- 02-27-2003 #26Linux Enthusiast
- Join Date
- Jun 2002
- Location
- San Antonio
- Posts
- 621
it is great to see 3-4 problems a day resolved around here. Thanks Dolda
I respectfully decline the invitation to join your delusion.



