[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fileutils static
From: |
Brad Van Orden |
Subject: |
Re: fileutils static |
Date: |
Wed, 24 Apr 2002 14:47:13 -0400 |
Hi Paul,
Thanks for the reply. The problem is that I have two Solaris 7
systems which are supposed to mirrors of each other. However,
one is has its patches much more up to date than the other one.
If I do an ldd on ls it shows 3 libraries. Two of these I have
moved into the chrooted environment. The third, I'm not sure I
can, it is:
/usr/platform/SUNW,UltraSPARC-IIi-cEngine/lib/libc_psr.so.1
If I ftp in and do an 'ls' on one machine, it behaves normally.
On the other, it only shows files and not directories unless
I use 'ls -l.' The only difference is the libc_psr.so.1 file.
That was one reason I was trying to get away from shared libraries.
Thanks,
Brad Van Orden
Paul Eggert wrote:
>
> > From: Brad Van Orden <address@hidden>
> > Date: Wed, 24 Apr 2002 11:13:19 -0400
> >
> > Please forgive if this is a basic question, but is there a way
> > to compile the utilities such that they don't use dynamic
> > libraries under Solaris 7? I'm trying to get some static
> > utilities (such as 'ls') to use under some chrooted ftp accounts.
>
> I've generally found it to be much easier and more straightforward to
> install the shared libraries in the chrooted environments.