no more "dyld: Library not loaded" (fixed), but now "unable to dlopen" ...

OpenMacNews openmacnews at gmail.com
Thu Sep 7 11:54:31 EDT 2006


hi,

per earlier post, changing:

	---		--with-openssl=/usr/local/ssl
	+++		--with-openssl=/usr/local/ssl/lib

i no longer see errors:

	dyld: Library not loaded: /usr/local/ssl/lib/libssl.0.9.8.dylib
	  Referenced from: /usr/local/cyrus-imap//libexec/ctl_cyrusdb
	  Reason: image not found

in shell on launch with "-D".  again, no errors in DEBUG mode in shell 
window ...

but i DO now see in syslog:

Sep  7 08:39:54 devuser CYRUSIMAP/master[1722]: process started
Sep  7 08:39:55 devuser CYRUSIMAP/ctl_cyrusdb[1723]: recovering cyrus 
databases
Sep  7 08:39:56 devuser CYRUSIMAP/ctl_cyrusdb[1723]: done recovering 
cyrus databases
Sep  7 08:39:57 devuser CYRUSIMAP/master[1722]: ready for work
Sep  7 08:39:58 devuser CYRUSIMAP/ctl_cyrusdb[1726]: checkpointing 
cyrus databases

Sep  7 08:39:58 devuser CYRUSIMAP/lmtpunix[1730]: unable to dlopen 
/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.0.22.so: 
dlopen(/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.0.22.so, 2): 
Library not loaded: /usr/local/ssl/lib/libcrypto.0.9.8.dylib\n 
Referenced from: 
/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.0.22.so\n  Reason: image 
not found

Sep  7 08:39:58 devuser CYRUSIMAP/lmtpunix[1730]: unable to dlopen 
/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.so: 
dlopen(/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.so, 2): Library 
not loaded: /usr/local/ssl/lib/libcrypto.0.9.8.dylib\n  Referenced 
from: /usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.0.22.so\n  Reason: 
image not found

Sep  7 08:39:58 devuser CYRUSIMAP/imap[1727]: unable to dlopen 
/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.0.22.so: 
dlopen(/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.0.22.so, 2): 
Library not loaded: /usr/local/ssl/lib/libcrypto.0.9.8.dylib\n 
Referenced from: 
/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.0.22.so\n  Reason: image 
not found

Sep  7 08:39:58 devuser CYRUSIMAP/imap[1727]: unable to dlopen 
/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.so: 
dlopen(/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.so, 2): Library 
not loaded: /usr/local/ssl/lib/libcrypto.0.9.8.dylib\n  Referenced 
from: /usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.0.22.so\n  Reason: 
image not found

Sep  7 08:39:58 devuser CYRUSIMAP/imap[1727]: unable to dlopen 
/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.so: 
dlopen(/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.so, 2): Library 
not loaded: /usr/local/ssl/lib/libcrypto.0.9.8.dylib\n  Referenced 
from: /usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.0.22.so\n  Reason: 
image not found

Sep  7 08:39:58 devuser CYRUSIMAP/imap[1727]: unable to dlopen 
/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.0.22.so: 
dlopen(/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.0.22.so, 2): 
Library not loaded: /usr/local/ssl/lib/libcrypto.0.9.8.dylib\n 
Referenced from: 
/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.0.22.so\n  Reason: image 
not found

Sep  7 08:39:58 devuser CYRUSIMAP/imap[1727]: unable to dlopen 
/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.so: 
dlopen(/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.so, 2): Library 
not loaded: /usr/local/ssl/lib/libcrypto.0.9.8.dylib\n  Referenced 
from: /usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.0.22.so\n  Reason: 
image not found

Sep  7 08:39:58 devuser CYRUSIMAP/imap[1727]: unable to dlopen 
/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.so: 
dlopen(/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.so, 2): Library 
not loaded: /usr/local/ssl/lib/libcrypto.0.9.8.dylib\n  Referenced 
from: /usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.0.22.so\n  Reason: 
image not found

...


checking:

% ls -al /usr/local/cyrus-sasl/lib/sasl2/libdigestmd5

	-rwxr-xr-x 1 root wheel 133636 Sep  6 15:12 
/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.0.22.so
	lrwxrwx--- 1 root wheel     22 Sep  6 15:12 
/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.2.so -> 
libdigestmd5.2.0.22.so
	-rwxr-xr-x 1 root wheel    812 Sep  6 15:12 
/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.la
	lrwxrwx--- 1 root wheel     22 Sep  6 15:12 
/usr/local/cyrus-sasl/lib/sasl2/libdigestmd5.so -> 
libdigestmd5.2.0.22.so

as usual, no obvious clue as to what the problem is NOW :-(

one thing that does strike me a little odd is the explicit presence of 
those "\n" in the log output ...

thoughts?

richard

- --

/"\
\ /  ASCII Ribbon Campaign
 X   against HTML email, vCards
/ \  & micro$oft attachments

[GPG] OpenMacNews at gmail dot com
fingerprint: 50C9 1C46 2F8F DE42 2EDB  D460 95F7 DDBD 3671 08C6



More information about the Info-cyrus mailing list