View Single Post

   
  #1 (permalink)  
Old 04-18-2008, 08:55 AM
Zdenek Kotala
 
Posts: n/a
Default Missing ssl test in configure

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


---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote