Missing ssl test in configure

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Missing ssl test in configure
Date: 2008-02-01 10:17:35
Message-ID: 47A2F1BF.1090002@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Zdenek Kotala 2008-02-01 10:35:15 underscores in a context menu
Previous Message svn 2008-02-01 08:57:20 SVN Commit by dpage: r7032 - tags/REL-1_8_2