Missing ssl test in configure - Mailing list pgadmin-hackers

From Zdenek Kotala
Subject Missing ssl test in configure
Date
Msg-id 47A2F1BF.1090002@sun.com
Whole thread Raw
Responses Re: Missing ssl test in configure
List pgadmin-hackers
I'm trying to compile pgAdmin on solaris and I was caught in the same
trap as many times before. I got following error:

error: you must specify a valid PostgreSQL installation with
--with-pgsql=DIR

But it is not correct. I specified it correctly. However main problem
there is libssl. Default libssl installation on Solaris is in
/usr/sfw/lib which is not usually in library path.

Special lines are added for solaris to add -lssl in configure (see
acinclude.m4 line 412), but there is no check that ssl is really
installed or not. This check should be there.

    Comments?

        Zdenek


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7032 - tags/REL-1_8_2
Next
From: Zdenek Kotala
Date:
Subject: underscores in a context menu