On Monday 31 October 2016 07:32:10 pm Fred Gleason wrote:
>  A favorite gotcha on RHEL-ish systems is to put them in ‘/usr/local/lib’ 
> (the default for many configure scripts), but *not* in the default list of 
> places where ld.so(8) looks.  To fix that, you can:
> 
> 1) Install them in ‘/usr/lib’ or ‘/usr/lib64’ as appropriate.  You can do 
> that by passing ‘—prefix=/usr’ to ‘configure’ when building each codec.  This 
> is my preferred practice.
> 
> 2) Add ‘/usr/local/lib’ to the list of places where ld.so(8) looks.  To do 
> that, do (as root):
> 
>         echo /usr/local/lib > /etc/ld.so.conf.d/glasscoder.conf
>         ldconfig

 So, how do you feel about making /usr/local/lib a symbolic to /usr/lib64 ?

-- 
Cowboy

http://cowboy.cwf1.com

Bagbiter:
        1. n.; Equipment or program that fails, usually
intermittently.  2. adj.:  Failing hardware or software.  "This
bagbiting system won't let me get out of spacewar."  Usage:  verges on
obscenity.  Grammatically separable; one may speak of "biting the
bag".  Synonyms: LOSER, LOSING, CRETINOUS, BLETCHEROUS, BARFUCIOUS,
CHOMPER, CHOMPING.
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to