Hi Roger, On 2007-06-09 at 17:24:12, Roger Munoz wrote: > And then downloaded k3b 1.0.1 from the website and used ./configure. It gave > me these errors: > > "K3b - Resmgr support: no" > "K3b - Lame Mp3 encoder plugin no missing the Lame headers and libraries" > "K3b - FFMpeg decoder plugin no. missing the ffmpeg headers and libraries > version 0.4.9 or higher"
These options need to be disabled in Debian. The Debian package is configured using these options: --without-resmgr --without-k3bsetup --without-cdrecord-suid-root If you want Lame and FFMpeg support, you'll need to get these packages from somewhere else (like www.debian-multimedia.org) as they are not in Debian. The Debian package is built without them, so they are not essential. An easier way to build the Debian package from source is: $ sudo apt-get install fakeroot debhelper dh-make make build-essential autoconf automake1.9 g++ gcc $ apt-get source k3b $ cd k3b-1.0.1 $ dpkg-buildpackage -rfakeroot -us -uc This will create a deb for K3b and it is also how the backports are done. Please tell me if you are still having problems. Francois -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]