Subject: Broken IMAP and Pine
To: None <port-amiga@netbsd.org>
From: John Klos <john@sixgirls.org>
List: port-amiga
Date: 02/16/2001 00:48:12
Hi,

Today I tried to update IMAP-UW to 2000c, only to find the package broken.

First, the makefile is broken:
... compile stuff ...
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
cd /usr/local/lib; for file in libc-client.a libc-client.la libc-client.so               li
bc-client.so.4.1      libc-client.so.4; do                    f=`echo ${file} | /usr/bin/se
d "s|libc-client|libimapuw|g"`;    [ -f ${file} ] && /bin/ln -sf ${file} ${f};             
done
*** Error code 1

So I try to install it anyway, not knowing what [ -f ${file} ] && /bin/ln -sf ${file} ${f}; is supposed to do, but skipping it.

That installed, but then Pine gives this error:
erika: {1} pine
/usr/libexec/ld.so: Undefined symbol "_RSAPublicDecrypt" in 
pine:/usr/local/lib/libcrypto.so.1.0

So I deinstall imap-uw-2000c, build and install imap-uw-2000a, and I still
get the same error with Pine.

I saw similar problems with upgraded systems before; what can I do to fix this?

THanks,
John Klos