hmm... where do I get them? (I'm a linux-beginner..)
I got me one on
http://rpm.pbone.net
But ohooh.. that requires libFLAC.so.8
And when I download that, and try to install it says it is already installed...
I think the libgig on the linuxsampler ftp site is not 64 bits, but 32 and therefore it checks for required 32 bits libraries where only the 64 bits ones are present?
So I have to compile myself...
Am I right?
Doing so, I downloaded from linuxsampler site the libgig-3.2.1.tar.bz2, and unpacked it, and then ran ./configure && make.
However this stopped with:
checking for SNDFILE... no
checking for AUDIOFILE... no
No audio file library found!
Sorry, you need either libsndfile or libaudiofile to compile libgig.
This is needed for the gigextract utility to write audio files.
However, in YaST I do see installed: libsndfile : 1.0.17-141.1 (x86_64)
And at the commandline I see it:
eddy@linux-j3d6:/usr/lib64> ls -al libsnd*
lrwxrwxrwx 1 root root 20 aug 16 19:29 libsndfile.so.1 -> libsndfile.so.1.0.17
-rwxr-xr-x 1 root root 353296 jun 7 00:50 libsndfile.so.1.0.17
It seems pkg-config is used to check if that is installed.
I do see many .pc files in several ../pkgconfig/ dirs, but indeed not the sndfile.pc.
Maybe YaST does not create these files when installing packages..?
Help is appreciated..!
Thanks, Eddy