LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Upgrading glibc-2.2.4 to glibc-2.3.2 on redhat 7.2 (https://www.linuxquestions.org/questions/linux-from-scratch-13/upgrading-glibc-2-2-4-to-glibc-2-3-2-on-redhat-7-2-a-210541/)

Shuja 07-28-2004 05:55 AM

Upgrading glibc-2.2.4 to glibc-2.3.2 on redhat 7.2
 
Hi,

I'm trying to upgrade glibc-2.2.4 to glibc-2.3.2 on redhat 7.2

but when I finally compiled gclib, it shows me this error.

dl-runtime.c:57: error: conflicting types for 'fixup'
../sysdeps/i386/dl-machine.h:158: error: previous declaration of 'fixup' was here
dl-runtime.c:57: error: conflicting types for 'fixup'
../sysdeps/i386/dl-machine.h:158: error: previous declaration of 'fixup' was here
dl-runtime.c:137: error: conflicting types for 'profile_fixup'
../sysdeps/i386/dl-machine.h:161: error: previous declaration of 'profile_fixup' was here
dl-runtime.c:137: error: conflicting types for 'profile_fixup'
../sysdeps/i386/dl-machine.h:161: error: previous declaration of 'profile_fixup' was here
../sysdeps/i386/dl-machine.h:158: warning: 'fixup' declared `static' but never defined
../sysdeps/i386/dl-machine.h:161: warning: 'profile_fixup' declared `static' but never defined
make[2]: *** [/mnt/lfs/builds/glibc-build/elf/dl-runtime.os] Error 1
make[2]: Leaving directory `/mnt/lfs/builds/glibc-build/glibc-2.3.3-lfs-5.1/elf'
make[1]: *** [elf/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/lfs/builds/glibc-build/glibc-2.3.3-lfs-5.1'
make: *** [all] Error 2

Anybody come across such a problem and fixed it, kindly share the solution.

Thank You.

Andrew Benton 07-28-2004 07:34 AM

Glibc is a core shared library. It is very likely that if you install glibc-2.3.2 over glibc-2.2.4 many things will break and you will end up having to reinstall Linux just to get a working system back. So save yourself the grief. Goto http://www.linuxiso.org/index.php and upgrade to Fedora core 2 or Slack 10

Shuja 07-30-2004 12:34 AM

I can not upgrade the whole system because it has many software running and too many configuration. Moreover, Its not my personal system on which I can do whatever I want to, its a server in corporate environment.
I'm doing all the experiment on the replica of that server, and when everything is done smoothly (hopefuly), I will do the same on that server.
So upgrading a system is not an option.


All times are GMT -5. The time now is 06:48 AM.