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 via email to