Hi,
I found the reason for this first problem.
When I installed pg 7.3.4 I did it with option for library directory ( it is on anoder
place by me).
As I found pgAdmin search for the lib dir but do not send the correct message.
It will be great to have this option in ./configure.
At the moment I n
On Sunday, Sep 14, 2003, at 15:20 US/Eastern, Dave Page wrote:
Hi Ivan,
I'm not sure why it is not finding it. Perhaps the configure.log file
that is created will shed some light on the problem.
Adam; do you have any ideas?
Ivan, please send me the config.log file (in the same directory as
conf
Hi Ivan,
I'm not sure why it is not finding it. Perhaps the configure.log file
that is created will shed some light on the problem.
Adam; do you have any ideas?
Regards, Dave.
> -Original Message-
> From: pginfo [mailto:[EMAIL PROTECTED]
> Sent: 14 September 2003 09:29
> To: Dave Page
Hi Ivan (and Dave;p),
can you also try something like
./configure --with-pgsql-include=/usr/local/pgqsl/include
Please also send the output of configure and the config.log file which should be in
the same directory. It may help us to discover what's going wrong.
regards,
Raphaƫl
Message d
Hi Dave,
thanks for the answer.
I made pg install from source and I can find the *.h file.
It is exact into /usr/local/pqsql/include.
I got --with-pgsql=/usr/local/pgsql , but the configure report the same
message.
About with file is ./configure searching?
regards,
ivan.
Dave Page wrote:
> It's r
It's rumoured that pginfo once said:
> Hi,
> I try to install the latest pgAdmin3 on my workstation.
> It is running red hat 7.3.
> I make the installation from source.
> By running ./configure I got this message:
> you must specify a valid pgsql instalation wit --with-pgsql=DIR.
>
> I installed al