LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-25-2003, 03:42 PM   #1
nef
Member
 
Registered: Dec 2002
Location: Mexico
Distribution: ArchLinux 0.7, Slackware 10.1
Posts: 61

Rep: Reputation: 15
where can i find 'linuxthreads'???


sorry if this question was already asked, i already searched for this but couldn't find it.

where can i download the 'linuxthreads' plugin i need to install glibc 2.3.
most posts say it's already installed and some others say it comes when you download glibc.

thanx
NEF
 
Old 06-25-2003, 03:52 PM   #2
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Hmm... Maybe you need POSIX Threads? If the answer is 'yes', you ahve them in your system (the library libpthread comes with glibc).

What's the problem? Are you trying to compile/write a program using threads?
 
Old 06-25-2003, 07:40 PM   #3
nef
Member
 
Registered: Dec 2002
Location: Mexico
Distribution: ArchLinux 0.7, Slackware 10.1
Posts: 61

Original Poster
Rep: Reputation: 15
im installing wine, which needs glibc 2.3 which needs linuxthreads.

the exact output when i run the configure is:

checking installed Linux kernel header files... 2.0.10 or later
*** On GNU/Linux systems it is normal to compile GNU libc with the
*** `linuxthreads' add-on. Without that, the library will be
*** incompatible with normal GNU/Linux systems.
*** If you really mean to not use this add-on, run configure again
*** using the extra parameter `--disable-sanity-checks'.

i already saw this on another thread but it didnt answer my question
and yes i think linuxthreads has something to do with POSIX threads, it says so in this site http://pauillac.inria.fr/~xleroy/linuxthreads/

please give me directions on how to install linuxthreads
 
Old 06-25-2003, 08:03 PM   #4
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,600

Rep: Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083
To see if linuxthreads is installed you can execute libc. Depends on your version, but using the machine I am on now as an example:
Code:
$ /lib/libc.so.6
The output should include a line similar to:
Quote:
linuxthreads-0.9 by Xavier Leroy
--jeremy
 
Old 06-26-2003, 09:21 AM   #5
nef
Member
 
Registered: Dec 2002
Location: Mexico
Distribution: ArchLinux 0.7, Slackware 10.1
Posts: 61

Original Poster
Rep: Reputation: 15
youre right jeremy i do have it, the output is exactly what you wrote

in some other post i read that to be able to install glibc 2.3 i have to put it (linuxthreads) into my glibc directory and configure glibc with --enable-add-ons

how can i put linuxthreads on glibc directory, so i can enable add ons???
 
Old 06-26-2003, 09:27 AM   #6
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,600

Rep: Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083
Replacing glibc is not a trivial task. If all you are trying to do is install wine from source then you shouln't need glibc2.3 (atleast you never used to). I took a quick look at the README and don't see such a requirement. What problem are you having?

--jeremy
 
Old 06-26-2003, 04:26 PM   #7
nef
Member
 
Registered: Dec 2002
Location: Mexico
Distribution: ArchLinux 0.7, Slackware 10.1
Posts: 61

Original Poster
Rep: Reputation: 15
yup, your right, i had already installed wine
(its the kind of situation when you want to fix something but to get that fixed you have to fix something before and so on, and at the end you've forgotten what the initial problem was.)
im actually trying to run kazaa on wine, since i havent been able to install giFT (if you know something about giFT and you want to help me a bit more, then check out this other thread
http://www.linuxquestions.org/questi...threadid=67086)
anyway, here is my problem:

[nef@localhost kazaa]$ wine ./kmd.exe
wine: /lib/i686/libc.so.6: version `GLIBC_2.3' not found (required by /usr/lib/libntdll.dll.so)
wine: /lib/i686/libc.so.6: version `GLIBC_2.3' not found (required by /usr/lib/libwine_unicode.so.1)

it is that 'libc.so.6'. I havent been able to install some other 2 or 3 programs because of that file that says my glibc is 2.2.5, that's why i wanted to update the glibc in the first place.

Last edited by nef; 06-26-2003 at 10:52 PM.
 
Old 06-27-2003, 11:39 AM   #8
nef
Member
 
Registered: Dec 2002
Location: Mexico
Distribution: ArchLinux 0.7, Slackware 10.1
Posts: 61

Original Poster
Rep: Reputation: 15
well, i found it here with the help of some other thread ftp://ftp.linuxfromscratch.org/lfs-packages/cvs, its an old version, but it does the job.

i thought now i would be able to configure, but now i get another error output
it is exactly the same problem, just as in this thread

http://www.linuxquestions.org/questi...threadid=43380

i think im just one step away from getting this
please help!!!!!!!!
 
Old 07-03-2003, 04:12 PM   #9
iraysyvalo
Member
 
Registered: Jul 2003
Distribution: Woody 3.0r1
Posts: 30

Rep: Reputation: 15
Plese chck here ftp://ftp.irisa.fr/pub/gnu/glibc/ and then download the linuxthreads add-on with the VERY x.y.z version of the glibc you want to build
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Introducing LinuxThreads to Fedora 4 Readie Linux - Newbie 4 12-06-2005 02:20 AM
The difference between linuxthreads and npt1 devilkin Linux From Scratch 7 05-15-2005 09:34 PM
LinuxThreads won't schedule real-time godOfThunder Linux - Software 0 05-12-2004 01:38 PM
glibc 2.3 with linuxthreads... khermans Linux - General 2 10-11-2002 09:48 PM
where to find "linuxthreads" add-on? drmartin Linux - Newbie 1 06-28-2002 12:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration