> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Pauly > Sent: 26 July 2004 18:03 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] Problem configuring pgadmin3 > > Hello, > > I have a strange problem during the ./configure of pgadmin3. > After running for some time, the configure script stops with > the following > remark: > > configure: error: you must specify a valid pgsql installation > with --with-pgsql=DIR > > This seems like a straight-forward problem, where you just > add the --with-pgsql option to the configure script. However, > it keeps giving this same error (after adding this option, of > course ;)). > > I have been looking through the mailing list of the pgadmin > support, but sofar I have only found out that I am not the > only one with this problem. > > More information about my system: > Slackware 9.1 > Postgresql 7.4.3 (default installation) > wxWindows installed, as described on www.pgadmin.org > config.log added with this message > > Has anybody fixed this problem? I would like to use this > wonderful tool again!
Hi Pauly, The primary automated test build system is Slackware 9.1 so you should have no problems. I'm by no means a configure expert, but do you have openssl installed on your system? It looks to me like it may be required to configure (though it shouldn't be to build). Regards, Dave ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend