LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   glibc configuration problems (https://www.linuxquestions.org/questions/linux-software-2/glibc-configuration-problems-74038/)

rundjuling 07-19-2003 04:59 AM

glibc configuration problems
 
Hello,

I'm running RedHat 8 on my box here and I'm having some problems.
I'm going to install glibc 2.3.2. I'm unpacking it into /usr/local, but when running ./configure, an error message appears saying: "you must configure in a separate build directory". What does that mean?

camelrider 07-19-2003 08:16 PM

Try ./configure --help to see what argument to give ./configure to specify a directory for it to place it's files.

rundjuling 07-20-2003 12:29 PM

Thanks for the reply.

But if I use ./configure --prefix=/usr/local, the same error message appears.

jarin scott 07-20-2003 09:01 PM

I was having the same problem and I managed to get the program configure. What I did was:
untared the folder to /home/jarin/Desktop/glibc-2.3.2
Created the folder glibc-build on the Desktop
then I ran the configure script form the Desktop:
./Desktop/glibc-2.3.2/configure prefix=/home/robert/Desktop/glibc-build
If you have the linuxthread files add the enable add-on function.
That should be it. Hope this helps and good-luck

Jarin Scott

rundjuling 07-28-2003 04:42 PM

Thanks a lot! It worked! Sorry for the late reply.
I finally made it configure now. However, I don't think it's properly installed yet, cause when typing "which glibc" nothing is showing.
Sorry, I'm kinda new to this, but should there be a "make install" thing or something like that?


All times are GMT -5. The time now is 08:23 AM.