Anyone ever figured this one out before? Ever since I upgraded to the
glibc-2.0.7 rpms. I have been having trouble with certain programs
which I compile with egcs.

./fetchmail: error in loading shared libraries
: undefined symbol: __register_frame_info     

It seems that something is going wrong with the initialization code
for certain program (seems to be programs that have something to do
with networking). I found that there is a __register_frame_info in the
symbols to glibc 2.0.6 when I do a nm but not in 2.0.7. However, I am
confused because __register_frame_info doesn't seem to be part of
glibc but rather something that is defined within egcs but for some
resaon is not being compiled.

I have tried.
1) Recompiling the program. 
2) Recompiling egcs 1.0.2
and about a million other things but I still haven't figured it out.

In looking around the net, I have found that at least three other
people have the same problem that I have but no one has been able to
come up with a solution to this problem.

-ben


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to