Re[2]: Configure question?

Поиск
Список
Период
Сортировка
От Jason k Larson
Тема Re[2]: Configure question?
Дата
Msg-id 84220708203.20010615085435@techpilots.net
обсуждение исходный текст
Ответ на Re: Configure question?  (Michael <michael@exasource.com>)
Список 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@postgresql.org so that your
M> message can get through to the mailing list cleanly


В списке pgsql-php по дате отправления:

Предыдущее
От: "Adam Lang"
Дата:
Сообщение: Re: Re: [NOVICE] configuring question?
Следующее
От: Jason k Larson
Дата:
Сообщение: Re[3]: Configure question?