| Suse/Novell This Forum is for the discussion of Suse Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-07-2004, 06:35 PM
|
#1
|
|
Member
Registered: Nov 2004
Posts: 31
Rep:
|
can't find glibc-devel for SuSE 9.1
hello i'm new to linux and even newer to SuSE. i'm using 9.1. I moved from Mandrake 10.0 because it was absolute crap. hopefully SuSE will be better, anyway..............
i'm trying to compile gaim and i got the typical gcc, c++ blah blah not found errors. so i'm trying to get them all but i can't find glibc-devel. i tried rpmfind but the server is crap.
on a side note, how do i change the mouse from doing a single-click to open folders, it's driving me crazy, i want double-click back
|
|
|
|
12-07-2004, 08:05 PM
|
#2
|
|
Member
Registered: May 2004
Location: Southeastern USA
Distribution: SuSe, MEPIS, Knoppix, DSL
Posts: 84
Rep:
|
Re: can't find glibc-devel for SuSE 9.1
Quote:
Originally posted by xstealthrtx
i'm trying to compile gaim and i got the typical gcc, c++ blah blah not found errors. so i'm trying to get them all but i can't find glibc-devel.
|
Yea, I ran into the same issue, but not a problem. Try this link:
ftp://ftp.suse.com/pub/suse/i386/9.1/suse/i586/
You'll need atleast the following (and possibly other modules). There is a heiarchy order to install the commonC++-devel 2.1.0.13-12... I've had to install the following packages:
zlib1.2.1-70.i586.rpm
zlib-devel.i586.rpm
readline4.3-306.i586.rpm
readline-devel.i586.rpm
libxml2-2.6.7-28.i586.rpm
libxml2-devel.i586.rpm
binutils.i586.rpm
glibc-devel-2.3.3.i586.rpm
libstdc++-devel.i586.rpm
glibc-dev.rpm
gcc-2.2.2-41.i586.rpm
gcc-c++ 3.3.3-41.rpm
CommonC++-2.1.0.13-125.i586.rpm
CommonC++-devel2.1.0.13-125.i586.rpm
ncurses-5.4-61.3
ncurses-devel-5.4-61.3
make-3.80-184
... and I think there was a make-devel
I think that is all of them, if not as you install the rpm's it'll toss an error message as to which ones your missing. I installed these using YaST without a hitch.
op <- newoob on the prowl.
Last edited by oprogue; 12-07-2004 at 08:08 PM.
|
|
|
|
12-08-2004, 06:46 AM
|
#3
|
|
LQ Newbie
Registered: Oct 2004
Location: Poland
Distribution: openSUSE 11.3
Posts: 18
Rep:
|
refffer to http://www.linuxquestions.org/questi...hreadid=253645 - in the first post there are five sources to add to YaST Installation Sources... just make sure tghe PAckman works - and u'll be albe to install everything......
P.S.: The Packman sometimes doesnt work because u have to move rthe sources up and down to get it work -
i HAVE THE PACKAN ON TOP, THAN SUPPLEMENTARY software sdources, tyhan GNOME, than KDE, and at the end the HDD dir with the suse 9.1 from ftp...
|
|
|
|
12-08-2004, 10:01 AM
|
#4
|
|
Member
Registered: Nov 2004
Posts: 31
Original Poster
Rep:
|
thanks, i found the glibc devel. and i just gave up on compiling because it never works, ever. i just got the rpm of gaim, and everything else i'll be using.
i don't understand why the default on 'user friendly' linux distros is not to install everything needed to compile and such. i know each program might have different dependencies but the basics still don't get installed. after searching for a week i still can't find how to compile something correctly. no one seems to have answers. i don't see the point in having an OS that you can't do anything with. i guess that's why people put rpms out. i love YaST 
|
|
|
|
12-08-2004, 10:34 AM
|
#5
|
|
Member
Registered: Nov 2004
Posts: 31
Original Poster
Rep:
|
oooook, i wonder why after 10 posts of posting konsole command lines that no one told me to install 'make' i have everything else but nothing about make. i've been trying to make without make. uuuuuhhh, also no one has said that i might need to delete the config.cache file for changes to take effect. daaaah! and what's with not being in su mode until you do make install. can't i just be a su during the whole process? how would that hurt anything?
|
|
|
|
12-08-2004, 02:16 PM
|
#6
|
|
Member
Registered: May 2004
Location: Southeastern USA
Distribution: SuSe, MEPIS, Knoppix, DSL
Posts: 84
Rep:
|
Quote:
Originally posted by xstealthrtx
can't i just be a su during the whole process? how would that hurt anything?
|
yeahhhh ... learning curve, cept I got slung off in the first turn of it. I did the same thing and kept getting all kind of errors. I think this problem is allievated with 9.2 Pro, can someone confirm?
Are all the compiler/developer libraries installed along with 9.2 Pro?

|
|
|
|
12-09-2004, 06:11 PM
|
#7
|
|
Member
Registered: Apr 2002
Location: ks
Distribution: openSUSE 12.2 64 bit
Posts: 487
Rep:
|
Quote:
Originally posted by oprogue
Are all the compiler/developer libraries installed along with 9.2 Pro?
|
They are if you choose them during the install.
Quote:
Originally posted by xstealthrtx
oooook, i wonder why after 10 posts of posting konsole command lines that no one told me to install 'make'
|
Look about five posts up from oprogue:
Quote:
make-3.80-184
... and I think there was a make-devel
|
|
|
|
|
12-09-2004, 10:02 PM
|
#8
|
|
Member
Registered: Nov 2004
Posts: 31
Original Poster
Rep:
|
oh dammit!!!!!!!!! i missed that make file from him. daaaaaaaah! ok he was the first!!!!
|
|
|
|
12-10-2004, 10:38 AM
|
#9
|
|
Member
Registered: May 2004
Location: Southeastern USA
Distribution: SuSe, MEPIS, Knoppix, DSL
Posts: 84
Rep:
|
Quote:
Originally posted by xstealthrtx
oh dammit!!!!!!!!! i missed that make file from him. daaaaaaaah! ok he was the first!!!!
|
... yep ... ha ha ha ... I was kicking myself too. I remembered compiling basic and pascal programs on an old Vax unix machine ... three steps. Thought this was a slicker process only running the ./configure ... only to discover there was a 'make' step. Still simplier though. It's all about the learning process. One thing's for certain, once ya make a mistake and discover the solution after beating yourself up over it - ya never forget to do it again!
(My scroll wheel works now ... yahooo! ... talk about the duhhh ... feeling, and I wouldn't have found the setting (least I wasn't looking for one) until someone ask about making a touch pad function. dohh.)
Last edited by oprogue; 12-10-2004 at 10:44 AM.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:44 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|