At 01:41 AM 6/15/2001 -0600, Michael wrote:
>Sorry aabout that last mail. I've been at this since around 5:00 and am
>having brain farts. This is my actual question. after reading the other
>message, i couldn't even understand what I meant.
>
> > > configure: error: Invalid Apache directory - unable to find httpd.h under
> > > ../apache-_1.3.14
> >
> > ^^^
> > Try using the correct path.(?)
Notice the "^^^" from the other list member .. your problem is likely
identified there.
>the instructions say to ./configure from php3.0.18/
>
>The comand I am using is:
>
>./configure --with-pgsql --with-apache=./apache-_1.3.14 --enable-track-vars
>
>Should I run this same script except :
>
>./configure --with-pgsql --with-apache=./apache-_1.3.14/src/include
>--enable-track-vars
No, because you are still having a problem with the path. You have an
extra dash in your command that you do not need (I'm guessing you have the
Apache source in a directory named "apache_1.3.14" and *not*
"apache-_1.3.14" as your command specifies). Try running this command instead:
./configure --with-pgsql --with-apache=./apache_1.3.14 --enable-track-vars
Notice that the dash has been removed from "./apache-_1.3.14" you typed
earlier.
>I am very new at this, as it is my first time. Sorry if these are stupid
>questions:-)
Not a problem. I sometimes have the all the right ideas lined up only to
be foiled by a typo.
-- Gene Stevens
- Web Development
-- http://www.moody.edu