Compiling LKCD on SLES7
I'm attempting to compile LKCD 4.1-1 + qlcrash 4.1-1 on SLES7. I've updated glibc and the kernel to 2.4.18-4GB + glibc 2.2.2-69 through YOU. I've installed the source rpms from lkcd.sf.net : lkcdutils-4.1-1.src.rpm lkcdutils-qlcrash-4.1-1.src.rpm I've installed all of the qt libraries I could find on the SLES7 CD: qt-2.3.0-70 qtlib-1.45-270 yast2-ui-qt-2.3.14-20 I've check to see there it put the libraries: /usr/lib/qt /usr/lib/qt-2.3.0 /usr/lib/qt2 (symlink to qt-2.3.0) As root, I cd to /usr/src/packages and run: rpm -bb SPECS/lkcdutils-qlcrash.spec I get a message complaining that I don't have Qt headers and libraries installed: "Qt (>= Qt 2.2.2) (headers and libraries) not found" I must be over looking something, so I check the configuration log and see: less BUILD/lkcdutils-qlcrash-4.1/config.log conftest.C:2: qglobal.h: No such file or directory conftest.C:2: qglobal.h: No such file or directory conftest.C:2: qglobal.h: No such file or directory Jonathan Paul Cowherd Linux and Java Administrator Genscape, Inc. Email: jonathan.cowherd@genscape.com Office: (502) 583-3730 Mobile: (502) 314-0444
Jonathan Cowherd wrote:
I've installed all of the qt libraries I could find on the SLES7 CD:
qt-2.3.0-70 qtlib-1.45-270 yast2-ui-qt-2.3.14-20
I've check to see there it put the libraries:
/usr/lib/qt /usr/lib/qt-2.3.0 /usr/lib/qt2 (symlink to qt-2.3.0)
As root, I cd to /usr/src/packages and run:
rpm -bb SPECS/lkcdutils-qlcrash.spec
I get a message complaining that I don't have Qt headers and libraries installed:
"Qt (>= Qt 2.2.2) (headers and libraries) not found"
I must be over looking something, so I check the configuration log and see:
On other distributions you need to install packages like qt?-devel-x.y.z. Look for it on your CDs. -- Andreas
participants (2)
-
Andreas Winkelmann
-
Jonathan Cowherd