| From: | Dmitry Morozovsky <marck(at)rinet(dot)ru> |
|---|---|
| To: | Tamir Halperin <tamir(at)brobus(dot)net> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: Installed OpenSSL but still cannot install PostgreSQL |
| Date: | 2003-03-24 13:13:09 |
| Message-ID: | 20030324161105.O77971@woozle.rinet.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On Mon, 24 Mar 2003, Dmitry Morozovsky wrote:
DM> TH> 1:-lcrypt.2 => /usr/lib/libcrypt.so.2
DM> TH> 110:-lcrypto.2 => /usr/local/lib/libcrypto.so.2
DM> TH> 111:-lcrypto.3 => /usr/local/lib/libcrypto.so.3
DM> TH> 117:-lmcrypt.8 => /usr/local/lib/libmcrypt.so.8
DM>
DM> Aha. This seems to be a fault in /usr/ports/Mk/bsd.port.mk around line 930
DM>
DM> .if defined(USE_OPENSSL)
DM> .if ${OSVERSION} >= 400014
DM> .if !exists(/usr/lib/libcrypto.so)
DM> .BEGIN:
DM> @${ECHO_CMD} "This port requires the OpenSSL library, which is part of"
DM> @${ECHO_CMD} "the FreeBSD crypto distribution but not installed on your"
DM>
DM> You may try to play with symlinks, but I suppose more natural way is to upgrade
DM> your system to at least 4.6 security branch and install OpenSSL from base
DM> system.
The last note: you can also re-install openssl port (pkg_delete previous
installation first) within base:
cd /usr/ports/security/openssl
make OPENSSL_OVERWRITE_BASE=yes
make install
Sincerely,
D.Marck [DM5020, DM268-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck(at)rinet(dot)ru ***
------------------------------------------------------------------------
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tamir Halperin | 2003-03-24 17:01:18 | Re: Installed OpenSSL but still cannot install PostgreSQL |
| Previous Message | Rajesh Kumar Mallah | 2003-03-24 13:04:01 | ERROR message improvement.. |