[PD] mp3cast~

Christian Klippel ck at mamalala.de
Mon Apr 28 01:34:35 CEST 2003


hi,

Am Montag, 28. April 2003 00:52 schrieb Patrick Pagano:
> on the linux laptop it works if i put liblmp3lame.so.0 into /pd/bin and
> do ./pd from there
>
> i loads it
>
> the desktop (both RH7.3) will not load it no matter what
>

after installing a .so lib you have to do ldconfig to make the new lib known 
to the dynamic linker.

look at /etc/ld.so.conf, this is the config for the dynamic linker. every path 
in there will be searched when a lib is opened. if it is there, and you run 
ldconfig, everything should work the next time.

after installing rpm's (or other "managed" packages), ldconfig is usually 
executed automatically when new libs are installed. 

greets,

chris




More information about the Pd-list mailing list