1753311 Members
6596 Online
108792 Solutions
New Discussion юеВ

chatr

 
Mario_88
Advisor

chatr

Hello:

Is it possible to use chatr to disable an static library?

-------

shared executable
shared library dynamic path search:
SHLIB_PATH enabled second
embedded path disabled first /opt/hpws/apache/li
shared library list:
dynamic /usr/lib/libcl.2
dynamic /usr/lib/libCsup.2
dynamic /usr/lib/libstd.2
dynamic /usr/lib/libstream.2
static /opt/hpws/apache/lib/libaprutil-0.sl.9
static /opt/hpws/apache/lib/libexpat.sl.1
static /opt/hpws/apache/lib/libapr-0.sl.9
dynamic /usr/lib/libm.2
dynamic /usr/lib/libnsl.1
dynamic /usr/lib/libpthread.1
dynamic /usr/lib/libdld.2
dynamic /usr/lib/libc.2
shared library binding:
------------------------------

The static libraries I want to disable are /opt/hpws/apache...

Regards,
Mario.
4 REPLIES 4
harry d brown jr
Honored Contributor

Re: chatr

I'm probably wrong, but I think you want to use "ar".

live free or die
harry d brown jr
Live Free or Die
Pete Randall
Outstanding Contributor

Re: chatr

man ar

ar(1)

NAME
ar - create and maintain portable archives and libraries


Pete

Pete
harry d brown jr
Honored Contributor

Re: chatr

man ar

again, I am probably wrong, but it's worth a stab.

live free or die
harry d brown jr
Live Free or Die
Ermin Borovac
Honored Contributor

Re: chatr

I don't think you can disable static entries from chatr output, but you can turn them into dynamic entries with

# chatr -l

What exactly are you trying to achieve?