Subject: Re: Dynamic Libraries Problem?
To: Gregory McGarry <g.mcgarry@qut.edu.au>
From: Simon Burge <simonb@telstra.com.au>
List: port-pmax
Date: 10/09/1997 16:12:00
On Thu, 9 Oct 1997 12:09:49 +1000 (EST)  Gregory McGarry wrote:

> # ls -la /usr/local/lib
> 
> lrwxr-xr--   1 root  wheel  libMrm.so -> /usr/local/lib/libMrm.so.0.81
> -rw-r--r--   1 root  wheel  libMrm.so.0.81
> -rw-r--r--   1 root  wheel  libUil.a
> lrwxr-xr--   1 root  wheel  libUil.so -> /usr/local/lib/libUil.so.0.81
> -rw-r--r--   1 root  wheel  libUil.so.0.81
> -rw-r--r--   1 root  wheel  libXm.a
> lrwxr-xr--   1 root  wheel  libXm.so -> /usr/local/lib/libXm.so.0.81
> -rw-r--r--   1 root  wheel  libXm.so.0.81

Just a hunch, but all the existing libraries have a symlink with only
the major number of the shared lib.  For example, try linking libXm.so.0
to libXm.so.0.81 .

Like I said, just a guess...

Simon.