Re: Configure question?

From: Gene Stevens <gstevens(at)moody(dot)edu>
To: Michael <michael(at)exasource(dot)com>, pgsql-php(at)postgresql(dot)org
Subject: Re: Configure question?
Date: 2001-06-15 15:20:40
Message-ID: 5.0.0.25.2.20010615101358.00a9f3f8@email.moody.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

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

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Michael 2001-06-15 19:15:23 Re: Re[3]: Configure question?
Previous Message Jason k Larson 2001-06-15 14:58:20 Re[3]: Configure question?