Joe Morris (NTM) wrote:
Sudhir Anand wrote:
I have all the libraries installed. including the devel versions? Checked that the development versions are installed. The libGL are the open GL libraries. As there is an nvidia card and driver installed, the libGL libraries are those provided by nvidia. I have checked with YaST that all the libraries are installed. The problem appears to be that the xmms makefiles are referencing the libGL libraries in /usr/lib, which are 32-bit where as they should be referencing the 64-bit libraries in /usr/lib64.
Try export LDFLAGS="-L/usr/lib64", or if you are building from source, add it to your configure switches. I have tried this switch but the make file is still referencing /usr/lib instead of /usr/lib64
As regards the others, it would appear that the configure script finds the packages for libmikmod and libvorbis but the make files cannot find the files in the locations they are searching. Why are you rebuilding from source? You could try rebuilding the src.rpm, your problems might be solved easier that way. I cannot find a .src.rpm for XMMS for x86_64 platfrom for SuSE 9.3. I am building from sources as SuSE's version of XMMS crashes with a segmentation error on my PC.