Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-06 Thread blacknoz
] configure doesn't find my pgsql installation ok, tell us if you succeed or not. I successfully compiled and install wxGtk2, stc and ogl, and configure of pgadmin3 is ok, but when compiling, I got: then mv -f .deps/utffile.Tpo .deps/utffile.Po; else rm -f .deps/utffile.Tpo; exit 1; fi

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-06 Thread Linuxer Wang
[EMAIL PROTECTED] wrote: Please, stay on the list. I have no time for this now, maybe you didn't enable unicode in the wx build. Someone has another idea ? Hi, I successfully compiled and installed the pgadmin3. Youare right, I recompiled the wxGTK2 and enabled the unicode, that's a key

[pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-05 Thread Linuxer Wang
Hi, all I am using Fedora4test3, the Gcc is 4.0, when I tried to compile the pgadmin 1.2.2 source codes, I got the following errors by configure: checking pgsql in /usr/lib/pgsql... failed configure: error: you must specify a valid pgsql installation with --with-pgsql=DIR I changed the DIR to

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-05 Thread Raphaël Enrici
Hi, Linuxer Wang wrote: Hi, all I am using Fedora4test3, the Gcc is 4.0, when I tried to compile the pgadmin 1.2.2 source codes, I got the following errors by configure: checking pgsql in /usr/lib/pgsql... failed configure: error: you must specify a valid pgsql installation with

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-05 Thread OpenMacNews
hi, I am using Fedora4test3, the Gcc is 4.0, when I tried to compile the pgadmin 1.2.2 source codes, I got the following errors by configure: checking pgsql in /usr/lib/pgsql... failed configure: error: you must specify a valid pgsql installation with --with-pgsql=DIR I changed the DIR to be

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-05 Thread Linuxer Wang
Raphal Enrici wrote: Hi, Linuxer Wang wrote: Hi, all I am using Fedora4test3, the Gcc is 4.0, when I tried to compile the pgadmin 1.2.2 source codes, I got the following errors by configure: checking pgsql in /usr/lib/pgsql... failed configure: error: you must specify a valid pgsql

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-05 Thread Raphaël Enrici
Linuxer Wang wrote: Raphaël Enrici wrote: Hi, Linuxer Wang wrote: Hi, all I am using Fedora4test3, the Gcc is 4.0, when I tried to compile the pgadmin 1.2.2 source codes, I got the following errors by configure: checking pgsql in /usr/lib/pgsql... failed configure: error: you must

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-05 Thread Linuxer Wang
OpenMacNews wrote: hi, I am using Fedora4test3, the Gcc is 4.0, when I tried to compile the pgadmin 1.2.2 source codes, I got the following errors by configure: checking pgsql in /usr/lib/pgsql... failed configure: error: you must specify a valid pgsql installation with --with-pgsql=DIR I

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-05 Thread Raphaël Enrici
Please, stay on the list, you'll get more chance to get it up ;) Linuxer Wang wrote: Raphal Enrici wrote: according to what I read, configure does not find the file named libq-fe.h. This file should be located somewhere in /usr/include. Did you install the package named postgresql-devel ?

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-06-05 Thread Raphaël Enrici
Linuxer Wang wrote: Raphal Enrici wrote: WOW! Your are so right! Now the configure succeed without any arguments. But when I make it, error occurs: ../pgAdmin3.cpp:59:24: error: wx/ogl/ogl.h: no such file or directory ok, it seems you built wxWidgets without ogl support. Can you

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-02-07 Thread Dave Page
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adam H. Pendleton Sent: 05 February 2005 13:28 To: Serguei A. Mokhov Cc: pgadmin-hackers@postgresql.org Subject: Re: [pgadmin-hackers] configure doesn't find my pgsql installation Here's

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-02-05 Thread Adam H. Pendleton
Here's the culprit: configure:4912: checking for PQexec in -lpq configure:4942: gcc -o conftest -Wall -g -O0 -I/local/pkg/pgsql8.0//include -L/local/pkg/pgsql8.0//lib conftest.c -lpq -lssl -lcrypto -lpq 5 /usr/bin/ld: cannot find -lssl This is the old -lssl bug. I submitted a fix for this a

[pgadmin-hackers] configure doesn't find my pgsql installation

2005-02-04 Thread Serguei A. Mokhov
Hello, My pgsql is installed in /local/pkg/pgsql8.0, but configure of pgadmin can't seem to be persuaded to believe that or anything else for that matter. Could you hint me what am I doing wrong? (I have pg in fact in two different locations, one is fresh from CVS the other is 8.0.1, none is

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-02-04 Thread Adam H. Pendleton
Could you send the config.log file generated by configure? This will help in debugging the problem. Serguei A. Mokhov wrote: Hello, My pgsql is installed in /local/pkg/pgsql8.0, but configure of pgadmin can't seem to be persuaded to believe that or anything else for that matter. Could you hint

Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-02-04 Thread Serguei A. Mokhov
On Fri, 4 Feb 2005, Adam H. Pendleton wrote: Date: Fri, 04 Feb 2005 18:21:37 -0500 installation Could you send the config.log file generated by configure? This will help in debugging the problem. Sure. Attached. Serguei A. Mokhov wrote: Hello, My pgsql is installed in