Opened 19 years ago

Closed 19 years ago

#5713 closed defect (fixed)

Installation/Selfupdate Errors

Reported by: mellon85@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 1.0
Keywords: Cc:
Port:

Description

I am trying to install DarwinPorts ( on OS X 10.4.3 PPC ) and i'm having some strange problem. I have tried both binary and source installation methods. but the error shows up in any case (with source, during installation, with binary, during update).

the configure script returns this error:

... checking for lockf... yes checking for flock... yes checking for setmode... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for copyfile... yes checking for MD5Update in -lmd... no checking for MD5_Update in -lcrypto... no configure: error: Neither OpenSSL or libmd were found. A working md5 implementation is required.

"locate libcrypto" returns: /usr/lib/libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.dylib /usr/lib/libcrypto.dylib

Change History (2)

comment:1 Changed 19 years ago by blb@…

What do the following commands (run in Terminal) say?

file /usr/lib/libcrypto.0.9.7.dylib nm /usr/lib/libcrypto.0.9.7.dylib |grep MD5_Update

comment:2 Changed 19 years ago by mellon85@…

Resolution: fixed
Status: newclosed

I have fixed the problem, the library was ... damaged... I copied it from another OS X system and it worked perfectly

Note: See TracTickets for help on using tickets.