Christopher Murtagh writes:
> checking openssl/ssl.h usability... no
> checking openssl/ssl.h presence... no
> checking for openssl/ssl.h... no
> configure: error: header file <openssl/ssl.h> is required for OpenSSL
Check the config.log file.
> [EMAIL PROTECTED] postgres]$ /usr/local/pgsql/bin/createlang plperlu chris
> ERROR: Load of file /usr/local/pgsql/lib/plperl.so failed: libperl.so: cannot open
> shared object file: No such file or directory
> createlang: language installation failed
This is an error message of the run-time loader. Perhaps you need to
tweak /etc/ld.so.conf or set LD_LIBRARY_PATH.
--
Peter Eisentraut [EMAIL PROTECTED]
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match