I hope I get a slightly less elitist reply eventually.

I'd try to recompile apache, but last time I tried to compile apache, it had
even more errors then I'm getting now...  This project is worth a good
fight, but not one that will ~require~ that I recode half the kernel.

On a side note, will removing the check statements that are cause the error
fix it..  The file is there, any user can read it, its got to be something
with the configure script.

Also, any good places I could learn how to change some entries in the rpm
database.  I figure if I tell the php-mysql rpm what it wants to hear, it
will listen.

Robert Staph, W3RCS
The Center for Advanced Technologies


----- Original Message -----
From: B. van Ouwerkerk <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 02, 2001 4:47 PM
Subject: Re: [PHP-INST] What am I doing wrong?


> You might need to install Apache from source too. I'm not sure, don't like
> Redhat. I know the MySQL RPM on the cd has u HUGE bug.. perhaps this is
> also causing you one or two problems.. not sure.
>
> uhm.. it's --with-mysql=/path/to/mysql not --with-mysql
>
> Apache 1.3.12 you say.... thats pretty old.. current is 1.3.19 Don't these
> redcrap boys ever keep their RPM's up to date??
>
> I'm always untarring apache then run a ./configure
> --prefix=/path/where/i/want/apache
> Then I start compiling PHP.
>
> More info on how to compile these together.. www.devhed.com
>
> Bye,
>
>
> B.
>
>
>
> At 16:08 2-5-01 -0400, Robert Staph wrote:
> >While trying to install php 4.0.5 from source using:
> >
>
>./configure --with-mysql --with-apache=/usr/include/apache --enable-track-v
ars
> >
> >No matter what path I give, I always get back (with the path I gave it as
> >the error):
> >
> >Configuring SAPI modules
> >checking for AOLserver support... no
> >checking for Apache module support via DSO through APXS... no
> >checking for Apache module support... no
> >configure: error: Invalid Apache directory - unable to find httpd.h under
> >/usr/include/apache
> >
> >But, the kicker is, I have the file, its right where I tell the script it
> >is.  Permissions look ok, read for everyone(rwx for root) all the way to
> >it.  I'm running the ./configure as root.  I am on Redhat 7.0 with apache
> >1.3.12-25.  I have the apache, apache-manual, apache-dev, and apache src
> >rpm's installed.
> >
> >Tried adding the dir in my path, no luck.  I can ls in
/usr/include/apache
> >and the file is right there.  I'm out of ideas.
> >
> >I've tried to install php 4.0.1 and php 4.0.4 from rpm, that works.  Try
> >to install php-mysql can't find mysql..  yet another oddity because mysql
> >is there, otherwise ICRADIUS wouldn't work...  but thats another story
> >that no one can help me solve.
> >
> >[root@guardian /root]# rpm -i php-mysql-4.0.4pl1-9.i386.rpm
> >error: failed dependencies:
> >         mysql is needed by php-mysql-4.0.4pl1-9
> >         libmysqlclient.so.10   is needed by php-mysql-4.0.4pl1-9
> >
> >[root@guardian /root]# rpm -qa | grep MySQL
> >MySQL-devel-3.23.36-1
> >MySQL-client-3.23.36-1
> >MySQL-3.23.36-1
> >
> >All of the above work great if I add the packages to an initial install,
> >but I don't have that option at this time.
> >
> >
> >
> >Robert Staph, W3RCS
> >The Center for Advanced Technologies
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to