Re: Missing ssl test in configure

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Missing ssl test in configure
Date: 2008-02-01 11:33:34
Message-ID: 47A3038E.3060307@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

I attach suggested patch. I add libssl and libkrb5 tests, but maybe it
is not good place put them directly into PostgreSQL test. Please, feel
free to move it to correct place.

Zdenek

Zdenek Kotala wrote:
> 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
>

Attachment Content-Type Size
pgadmin.patch text/x-patch 1.9 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2008-02-01 12:17:58 v1.8.2 tagged and uploaded
Previous Message Zdenek Kotala 2008-02-01 10:35:15 underscores in a context menu