View Single Post
Old 02-13-2005, 07:04 PM   #1 (permalink)
wombatman
Insane
 
Some more Linux questions

This is based off of SuSE 9.1 Pro. Firstly, I'm trying to install gAIM from the downloaded source. I ran into some problems with gcc not being installed, etc, but I got that fixed. Then I ran into a problem with Glib not being version 2.0.0 or better, so I went out and downloaded the source for that and compiled it successfully. So now to the current problem...

It runs pkg-config --modversion glib-2.0 and it finds that the version is 2.2.3, when in fact I have installed 2.6.2. The configure find this and complains that it doesn't know which is correct. Glib installed its stuff into /usr/local/lib. And the configure error suggests I point LD_PKGCONFIG_PATH to that location. As it is, LD_CONFIG_PATH (or LD_PKGCONFIG_PATH, I can't remember which) points to /opt/gnome/lib/pkgconfig, which I would guess is the problem. So how do I set the variable to the correct path?

Secondly, is there anywhere I can go to find a step-by-step instruction guide for switching from KDE to something else? And also, what would be good to switch to?
wombatman is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76