Subject: Interix unzip build produces non-running executable
To: None <tech-pkg@netbsd.org>
From: J. Alexander Jacocks <jjacocks@mac.com>
List: tech-pkg
Date: 05/07/2004 15:11:08
I have built pkgsrc-current on Interix 3.5. I have gotten many packages
to build and install just fine, but I'm getting a weird error with unzip.
> bash-2.05b$ /usr/pkg/bin/unzip
> /usr/pkg/bin/unzip: error in loading shared libraries
> libz.so.1: system cannot load image
> bash-2.05b$ echo $LD_LIBRARY_PATH
> /usr/pkg/lib:/usr/lib:/usr/X11R6/lib
> bash-2.05b$ ls -l /usr/pkg/lib/libz.so.1
> lr--r--r-- 1 ajacocks +Administrators 11 May 7 14:31 /usr/pkg/lib/libz.so.1
> -> libz.so.1.2
> bash-2.05b$ ls -l /usr/pkg/lib/libz.so.1.2
> -r--r--r-- 1 ajacocks +Administrators 90553 May 7 14:31 /usr/pkg/lib/libz.so
> .1.2
Anybody have a suggestion? I'm really at a loss here.
Thanks!