Re[2]: Configure question?

From: Jason k Larson <jlarson(at)techpilots(dot)net>
To: pgsql-php(at)postgresql(dot)org
Subject: Re[2]: Configure question?
Date: 2001-06-15 14:54:35
Message-ID: 84220708203.20010615085435@techpilots.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

No, you missed what he was pointing out.

The path to Apache you specify was:
./apache-_1.3.14
however the apparent 'real' path to Apache is:
./apache_1.3.14

You're configure script should read:
./configure --with-pgsql --with-apache=./apache_1.3.14 --enable-track-vars

>> > configure: error: Invalid Apache directory - unable to find httpd.h under
>> > ../apache-_1.3.14
>>
>> ^^^
>> Try using the correct path.(?)

M> so even though the instructions say to ./configure in apache_1.3.14, I should
M> configure it in apache_1.3.14/src/include?

M> The comand I am using is:

M> ./configure --with-pgsql --with-apache=./apache-_1.3.14 --enable-track-vars

M> Should I run this same script from the /include directory

M> I am very new at this, as it is my first time. Sorry if these are stupid
M> questions:-)

>> > I did a file find and httpd.h is under
>> > /usr/src/apache_1.3.14/src/include.
>>
>> ^^^
>>
>> The directory name is different.
>>
>>
>> gh
>>

M> ---------------------------(end of broadcast)---------------------------
M> TIP 3: if posting/reading through Usenet, please send an appropriate
M> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
M> message can get through to the mailing list cleanly

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Jason k Larson 2001-06-15 14:58:20 Re[3]: Configure question?
Previous Message Willie Northway 2001-06-15 14:27:36 Re: configuring question?