I have tried to compile kdemultimedia-3.4.0 on my fedora 3, but during the configure I have this problem
checking vorbis/vorbisfile.h usability... yes
checking vorbis/vorbisfile.h presence... yes
checking for vorbis/vorbisfile.h... yes
checking for ov_open in -lvorbisfile... yes
checking for vorbis_info_init in -lvorbis... yes
checking for ogg_page_version in -logg... yes
checking for vorbis headers... yes
checking for ov_test_callbacks in -lvorbisfile... yes
checking for Ogg Vorbis libraries and headers... searched but not found
I have installed all necessary rpm
libogg,libvorbis and devel version
This's my configure
./configure --prefix=/usr/local/kde --exec_prefix=/usr/local/kde --bindir=/usr/local/kde/bin --sbindir=/usr/local/kde/sbin --libexecdir=/usr/local/kde/libexec --datadir=/usr/local/kde/share --sysconfdir=/usr/local/kde/etc --sharedstatedir=/usr/local/kde/share --localstatedir=/usr/local/kde/var --libdir=/usr/local/kde/lib64 --infodir=/usr/local/kde/info --includedir=/usr/local/kde/include --mandir=/usr/local/kde/man --with-qt-dir=/usr/local/qt --enable-libsuffix=64 --enable-final --enable-new-ldflags --with-flac=/usr/bin
I have tried this option --with-ogg=/usr/include/ogg --with-vorbis=/usr/include/vorbis but I have the same error
Have any idea
P.s My english is very bad!!