Hi, I found ldconfig command is not exist in Salix XFCE 14.1.
I need this command to generate some symbol link for me.
Is there any alternative for this ?
Where is ldconfig ?<SOLVED>
Where is ldconfig ?<SOLVED>
Last edited by zw963 on 17. Aug 2014, 04:27, edited 1 time in total.
Re: Where is ldconfig ?
It exists here. Try
Code: Select all
which ldconfig
Re: Where is ldconfig ?
Thanks, it seem like /sbin /usr/sbin is not in my $PATH.mimosa wrote:It exists here. Try
Code: Select all
which ldconfig