LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Which libz...? (https://www.linuxquestions.org/questions/linux-general-1/which-libz-45115/)

t1mc00per 02-12-2003 04:38 PM

Which libz...?
 
I've tried to install the screensavers "kfiresaver" and "kogs" from kde-look.org and also the game "kolf" (comes with kde 3.1).
On running ./configure for these programs it always errors with "checking for libz... configure: error: not found. Check your installation and look into config.log".

What are these libz? I've looked into config.log and it doesn't help me.

acid_kewpie 02-12-2003 04:43 PM

that'll be the Z libs, a set of compression libraries. just install libz with "urpmi libz-devel" should sort and deps out along the way. assuming you've got urpm set up right (mandrake package manager)

t1mc00per 02-12-2003 04:53 PM

ok, it got past that one (btw i'm currently urpmi'ing kdelibs because I thought that might be it). But now:

configure: WARNING: libjpeg not found. disable JPEG support.
checking for Qt... configure: error: Qt (>= Qt 3.0.3) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

?

acid_kewpie 02-13-2003 06:51 AM

ok, so it's libjpeg you want to install, and it's devel package.

these error messages generated by configure are normally very straight forward. it's told you what's missing, so install it. simple as that. just when you install from rpm they don't installed the development side of the pacakge that is required for source installs, so there will normally be a blah-devel package to partner it.


All times are GMT -5. The time now is 04:32 PM.