On 1/6/06 2:47 PM, "Tom Lane" <tgl@xxxxxxxxxxxxx> wrote: >> ./configure --with-openssl=path >> This no longer works with 8.x. See: >> <http://archives.postgresql.org/pgsql-committers/2003-11/msg00278.php> >> What is the correct way to work around this restriction? > > Use --with-includes and --with-libraries as needed. That allows me to build, but doesn't set the library search path in the binaries ("-Wl,-rpath /blah/blah" on linux or "-R /blah/blah" for Solaris). This prevents programs from loading, since they can't find the libraries if they are not in the default library search path of the user. Wes