Hello. I am trying to install DevIL on OpenSUSE 11.4. I get an error message that claims libjpeg and liblcms are not installed, but rpmquery says that they are both installed.
rpm -i DevIL-1.6.8-9.115.i586.rpm
warning: DevIL-1.6.8-9.115.i586.rpm: Header V3 DSA/SHA1 Signature, key ID b80d5758: NOKEY
error: Failed dependencies:
libjpeg is needed by DevIL-1.6.8-9.115.i586
liblcms is needed by DevIL-1.6.8-9.115.i586
rpmquery --all | grep jpeg
libjpeg62-devel-62.0.0-3.1.i586
libjpeg8-8.0.2-3.1.i586
mjpegtools-1.9.0-13.3.i586
libjpeg62-62.0.0-3.1.i586
libjpeg-turbo-1.0.1-3.1.i586
rpmquery --all | grep lcms
lcms-1.19-2.2.i586
liblcms2-2-2.1-4.1.i586
liblcms-devel-1.19-2.2.i586
liblcms1-1.19-2.2.i586
What is the problem here?
Thanks in advance.