1
Linux / Re: Problem with libxvidcore (solved)
« on: June 08, 2010, 10:40:55 pm »
I have the same problem on openSuSE 11.2. The end of my ./configure output is
checking xvid.h usability... yes
checking xvid.h presence... yes
checking for xvid.h... yes
checking for xvid_decore in -lxvidcore... no
configure: error: You must have libxvidcore!!!
I uninstalled all pre-packaged *xvid* packages. I built and installed xvid. This seemed OK
D: /usr/local/lib
I: /usr/local/lib/libxvidcore.so.4.2
I: /usr/local/lib/libxvidcore.a
D: /usr/local/include
I: /usr/local/include/xvid.h
aha just got it! (I will still post this - it may help someone else).
sudo ln -s /usr/local/lib/libxvidcore.so.4.2 /usr/local/lib/libxvidcore.so
the configure script is missing the so.4.2, so a symlink helps. I did this with my own xvid build, but this may have worked with the packaged version.
checking xvid.h usability... yes
checking xvid.h presence... yes
checking for xvid.h... yes
checking for xvid_decore in -lxvidcore... no
configure: error: You must have libxvidcore!!!
I uninstalled all pre-packaged *xvid* packages. I built and installed xvid. This seemed OK
D: /usr/local/lib
I: /usr/local/lib/libxvidcore.so.4.2
I: /usr/local/lib/libxvidcore.a
D: /usr/local/include
I: /usr/local/include/xvid.h
aha just got it! (I will still post this - it may help someone else).
sudo ln -s /usr/local/lib/libxvidcore.so.4.2 /usr/local/lib/libxvidcore.so
the configure script is missing the so.4.2, so a symlink helps. I did this with my own xvid build, but this may have worked with the packaged version.