I'm able to get ./configure to get past the Qt error but now it complains that kdelibs isn't installed, or the version of qt doesn't match kdelibs.
Everything was yum installed, and this is on CentOs 5 64-bit.
Thanks for additional configuration help.
Scott
On 10/16/07, Scott Ehrlich scott@mit.edu wrote:
I'm able to get ./configure to get past the Qt error but now it complains that kdelibs isn't installed, or the version of qt doesn't match kdelibs.
Everything was yum installed, and this is on CentOs 5 64-bit.
Thanks for additional configuration help.
What is it that you're attempting to configure? The subject can't be accurate with KDE 1.0.3 unless you're REALLY into flash-backs to 1997.
There's a kderedhat repository that I'd recommend using rather than ./configure;make;make install.
On Tue, 16 Oct 2007, Jim Perrin wrote:
On 10/16/07, Scott Ehrlich scott@mit.edu wrote:
I'm able to get ./configure to get past the Qt error but now it complains that kdelibs isn't installed, or the version of qt doesn't match kdelibs.
Everything was yum installed, and this is on CentOs 5 64-bit.
Thanks for additional configuration help.
What is it that you're attempting to configure? The subject can't be accurate with KDE 1.0.3 unless you're REALLY into flash-backs to 1997.
Sorry - thanks for catching my subject error.
I meant k3b.
There's a kderedhat repository that I'd recommend using rather than ./configure;make;make install.
-- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Scott Ehrlich wrote:
I'm able to get ./configure to get past the Qt error but now it complains that kdelibs isn't installed, or the version of qt doesn't match kdelibs.
## Builddeps $ yum install kdelibs-devel ## to define QTDIR,QTINC,QTLIB: $ source /etc/profile.d/qt.sh ## go! $ ./configure
Else, you can try rebuilding from src.rpm: http://kdeforge.unl.edu/apt/kde-redhat/all/stable/SRPMS/k3b-1.0.3-3.src.rpm but that includes extensive media support, and c5 may be missing some dependencies (just keep removing stuff until it works).
-- Rex