Hello Hideki,
Creating symbolic links with libaries is not the recommended way to make
programms working. Sooner or later this method will entail new problems. The
port misc/compat4x installs the missing libc.so.4. Alternatively install it
with "pkg_add -r compat4x-i386-5.3".
Best regards
BjÃr
On Thu, Dec 23, 2004 at 12:24:49PM +0900, Hideki Yamamoto wrote:
>
> Hi,
>
> When trying to run my application, which was compiled on FreeBSD4.8,
> on FreeBSD 5.3, It does not work and appears
>'Shared object "libc.so.4" not found.'
>
> After make an symbolic link as follows,
> # l
On Thu, Dec 23, 2004 at 12:24:49PM +0900, Hideki Yamamoto wrote:
> When trying to run my application, which was compiled on FreeBSD4.8,
> on FreeBSD 5.3, It does not work and appears
>'Shared object "libc.so.4" not found.'
>
> After make an symbolic link as follows,
> # ln -s /usr/li
Hi,
When trying to run my application, which was compiled on FreeBSD4.8,
on FreeBSD 5.3, It does not work and appears
'Shared object "libc.so.4" not found.'
After make an symbolic link as follows,
# ln -s /usr/lib/libc.so /usr/lib/libc.so.4
it works well.
Is this link is correct f