LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Major development-packages problem (newbie style) (https://www.linuxquestions.org/questions/linux-newbie-8/major-development-packages-problem-newbie-style-143705/)

THX1138 02-08-2004 12:29 PM

Major development-packages problem (newbie style)
 
I'm hoping to install Superkaramba 0.33 on my system (SuSE 8.2 Pro). I'm a newbie. Here's my story.

I learned that all the qt3 development packages need to be installed first. SuSE 8.2 normally comes with qt3.1.1. I found the base qt program under /usr/lib/qt3. I did a search in YaST for qt3-devel in 'install and remove software' section, and there was NOTHING. Seeing that I could never find the development packages I'm SUPPOSED to get with 8.2 PRO, I downloaded the following upgrades from SuSE website:

qt3.3.0 base RPM and its respective development packages (qt3-devel, qt3-devel-doc, and qt3-devel-tools).

I did a successful RPM qt3 base package update with the command 'rpm -F qt3.3.0.rpm'. The first successful update I've ever had with Linux.

Then I tried to install the development 'rpm -U qt3.3.0.devel.rpm' and I got the following failed dependencies:

freetype2-devel
libmng-devel
libpng-devel
mesaglnt-devel

In YaST, it says I have freetype2 ALREADY INSTALLED, when in fact, as root I type 'find / -name freetype2* -print' and get only one directory: /usr/share/doc/packages/freetype2

I go to this freetype2 directory, and it looks like I have to install and configure it myself, but I'm having trouble with it.

I have no clue about the other dependencies yet.

Any advice/help is REALLY appreciated!

Demonbane 02-08-2004 02:01 PM

you need to install freetype-devel package, which is separate from freetype2, same goes for other ones.

THX1138 02-08-2004 06:24 PM

Yes, I figured that much. Now, HOW do I do it? I'm a newbie. In YaST 'Install and Remove Software' I type under search 'freetype' and all it responds with is 'freetype2' installed. Where do I find it, and how do I install it?


All times are GMT -5. The time now is 01:02 PM.