faq
flatforty
contribute
subscribe
configure
search
rdf
main
parent
thread
|
Re: Installation fails... Still !
by Andras Mantia on Wednesday 12/Dec/2001, @02:16
|
You are right, installation from sources on some systems/configurations can be painful. You can try to:
- search for a binary package. For the wider spread apps, the distros usually make binary packages. I checked the SuSE site, and there is already an rpm for Quanta 2.0. Ask for your distribution maker to do a package for this.
- dig a little on the net and in the Howto-s, Readme-s and log files and try to install it. Most of the time when you succeed with installation of one KDE app from the sources, you will not have more problem with other apps (because you already "corrected" your system. Maybe you have to use the same flags for ./configure as for the first app.
In your case what you can do is:
> checking for libz... configure: error: not found. Check your installation and look into config.log
As it says, look at the end of the "config.log" file to see what's the problem. 99% it will complain about a missing header file (zlib.h). In this case you should install the libz-devel (or something similar) package. As a general rule, when compiling from sources, you need also the devel package for your libraries (KDE, Qt, libz, ImageMagick, etc.)
KDEDIR and QTDIR should be set by the distro, but if it fails, they should point to your KDE (and QT) installation. Eg. KDE is in /opt/kde and QT in /usr/lib/qt2, than set these variables to these paths.
I will try to make a better Readme, but I don't think that in one Readme file I can describe every solution why configuring (compiling, linking) fails. But I will try... |
|
|
The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: Installation fails... Still !
by Alain on Wednesday 12/Dec/2001, @13:13
|
> As a general rule, when compiling from sources, you need also the devel package for your libraries (KDE, Qt, libz, ImageMagick, etc.)
Thank you... I think it is the cause. I am not a developper, so I did not install the development packages in the Mandrake installation. There are many ones... Pfff... it is not obvious...
|
[
Reply To This | View ]
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|
|