LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Install Programs (https://www.linuxquestions.org/questions/linux-software-2/install-programs-25816/)

stewe151 07-15-2002 01:56 PM

Install Programs
 
Ok, here is my first problem, I'm a :newbie: :cry:

Second problem;)

I'm trying to install some software. I go into the console and SU to root, do into the directory of the software I want to install, ./configure it, then get the error message that need GLIB. no problem, I go download it. try to install it and it says I need PKGCONFIG. So I install PKGCONFIG, no problems, I install GLIB, no problems, but when I try to install anything else it still says I don't have GLIB. what am I doing wrong?:confused:

Aussie 07-15-2002 02:03 PM

Do as root "ldconfig" followed by "make distclean" in the directory of the software your trying to install, then try ./configure again. Configure leaves a file called config.cache that it refers to when you re-run ./configure and if config.cache says something is missing you will get the same error message, make distclean returns the source to the state it was in after you extracted it.

stewe151 07-15-2002 02:11 PM

I'll give it a try, Thanks!

neo77777 07-15-2002 03:47 PM

Is your system rpm-based (RH, Mandy, SuSE) ? If you got glib as an RPM package get the source package src.rpm or glib-devel-x.x.arch.rpm
About your first problem - com'n we are all started at some point., so it is not a problem rather state of being.

stewe151 07-15-2002 06:08 PM

I have Mandrake 8.1, so I'm pretty sure it's RPM based. Another question, Now do I change my cursor and the cursor speed? oh, and where can I het thr RPM of glib? Thanks again!

neo77777 07-15-2002 07:18 PM

What are you running, KDE, GNOME, bb, windowmaker? In KDE, GNOME mouse speed is changed in control center. The best RPM place every RPM aware linux user must bookmark is http://www.rpmfind.net . Use their search option to get gllib-devel (make sure the version for glib and glib-devel match up)

stewe151 07-15-2002 07:22 PM

Thanks! one more question, and I'm sure this sounds stupid, but hkow do I access my CDrom drive? I went into /mnt/cdrom but there is nothing there. Oh, and I am using KDE.

stewe151 07-16-2002 08:41 AM

Nevermind, I figured it out


All times are GMT -5. The time now is 07:03 PM.