Define Files on FreeBSD...

Walter Vaughan wvaughan at steelerubber.com
Thu Apr 28 08:42:27 PDT 2005


Chad McWilliams wrote:
> /usr/appl/fp/lib/makedir /usr/appl/filepro/bob
> /usr/libexec/ld-elf.so.1: Shared object "libc.so.4" not found, required by
> "makedir"
> 
> My bsd is a base install, so I'm not sure if I'm missing something or what.

Well that makes it pretty simple to fix...

on a FreeBSD4.11 box
# ldd makedir
makedir:
         libc.so.4 => /usr/lib/libc.so.4 (0x28067000)
# ll /usr/lib/libc.so*
lrwxr-xr-x  1 root  wheel       9 Jan 27 08:27 /usr/lib/libc.so -> libc.so.4
-r--r--r--  1 root  wheel  583024 Jan 27 08:27 /usr/lib/libc.so.4


however on my 5.4-RC2 box that I don't have filePro on...
$ ll /usr/lib/libc.so.4
ls: /usr/lib/libc.so.4: No such file or directory
$ ll /usr/lib/libc.so*
lrwxrwxrwx  1 root  wheel  - 14 Apr 15 15:25 /usr/lib/libc.so@ -> 
/lib/libc.so.5

This kinda sucks since they just put up new binaries for FreeBSD.
Chad, to get this into proper channels, please forward these to filepro 
support to get them to point to /usr/lib/libc.so rather than a specific 
version number of that library.

--
Walter





More information about the Filepro-list mailing list