[Wine] Error Message?

Declan Moriarty junk_mail at iol.ie
Fri May 18 10:28:54 CDT 2007


On Fri, 2007-05-18 at 11:11 -0400, Rick wrote:

> > Find libjack.so on your box. It may be a symlink to libjack.so.<version>
> > Unless it's in /lib or /usr/lib, check (as root) that the directory is
> > listed in /etc/ld.so.conf and then try running ldconfig and see if that
> > sorts it. If it doesn't, then that gets interesting.
> 
> Well, I found them in the lib folder: (2 of them)
> file:///usr/lib/libjack-0.100.0.so.0
> file:///usr/lib/libjack-0.100.0.so.0.0.23
> 
> Hmm, this file does not look like "libjack.so" its allot longer.
> 
> AND, as for the "ld.so.conf" file (the only line in there) is...
> "include /etc/ld.so.conf.d/*.conf" (without "")
> ------
> 
> What next?
As root

cd /usr/lib
ln -s libjack-0.100.0.so.0.0.23 libjack.so
ldconfig

The standard arrangement for libraries is like this example
/usr/lib/libcapi20.so                   
/usr/lib/libcapi20.so.3            
/usr/lib/libcapi20.so.3.0.4  

where libcapi20.so.3.0.4 is the binary, and the other two can be
symlinks.

ldconfig is like lilo, you run it 'in all dangers, temptations, and
afflictions'. And if you recognise where the quote is from, you'll know
how old I am :-)
-- 
Declan Moriarty <junk_mail at iol.ie>




More information about the wine-users mailing list