Re: ??? :undefined symbol: __register_frame_info

1999-12-21 Thread Jean-Yves BARBIER
On Sun, Dec 19, 1999 at 07:27:45PM -0500, Bob Brown wrote:
 Here is my problem:  My end goal is to install StarOffice 51.  I loaded hamm 
 from my cd, upgraded to slink using apt-get from ftp.debian.org, then pulled 
 down XFree86 3.3.5 (current) for glibc.  When I run startx I get this:
 /usr/X11R6/bin/X: error in loading shared libraries
 : undefined symbol: __register_frame_info

This primitive can be found @ http://www.suse.com, look up
for XServers page, at the bottom, you'll find the regframe.rpm.

JY
-- 
Jean-Yves F. Barbier [EMAIL PROTECTED]
 You have junk mail.


??? :undefined symbol: __register_frame_info

1999-12-20 Thread Bob Brown





Here is my problem: My end goal is to 
install StarOffice 51. I loaded hamm from my cd, upgraded to slink using 
apt-get from ftp.debian.org, then pulled down XFree86 3.3.5 (current) for 
glibc. When I run startx I get this:
/usr/X11R6/bin/X: error in loading shared 
libraries
: undefined symbol: 
__register_frame_info

X11TransSocketUNIXConnect: Can't connect: errno 
= 2 
X11TransSocketUNIXConnect: Can't connect: errno 
= 2 
X11TransSocketUNIXConnect: Can't connect: errno 
= 2 
X11TransSocketUNIXConnect: Can't connect: errno 
= 2 
X11TransSocketUNIXConnect: Can't connect: errno 
= 2 
X11TransSocketUNIXConnect: Can't connect: errno 
= 2
giving up.
xinit: no such file or directory (errno 
2): unable to connect to X server
xinit: no such process (errno 3): Server 
error.

Any suggestions? Is there a guide to 
reading these error 
codes?


/usr/lib/libstdc++-libc6.0-1.so.2: undefined symbol: __register_frame_info

1998-11-30 Thread Oliver Thuns
/usr/lib/libstdc++-libc6.0-1.so.2: undefined symbol:
__register_frame_info

Why is this not fixed now?!? :-(

There are fixed libs, but they are not on the debian ftp server. Should
not to hard to upload the fixed libs to the ftp server.





--

  \|/  \|/
  @'/ .. \`@
  /_| \__/ |_\
 \__U_/ 



Re: /usr/lib/libstdc++-libc6.0-1.so.2: undefined symbol: __register_frame_info

1998-11-30 Thread Brandon Mitchell
On Mon, 30 Nov 1998, Oliver Thuns wrote:

 /usr/lib/libstdc++-libc6.0-1.so.2: undefined symbol:
 __register_frame_info
 
 Why is this not fixed now?!? :-(
 
 There are fixed libs, but they are not on the debian ftp server. Should
 not to hard to upload the fixed libs to the ftp server.

Nope, it's not hard at all.  It just takes a bit of time to get out of
incoming: ftp://llug.sep.bnl.gov/debian/incoming/

With that said, the upgrade will break packages built with the bad version
of these libs (at least that's my understanding of the thread so far).

Brandon

+---  ---+
| Brandon Mitchell * [EMAIL PROTECTED] * http://bhmit1.home.ml.org/ |
|  Sometimes you have to release software with bugs. - MS Recruiter  |


Re: undefined symbol: __register_frame_info

1998-11-29 Thread Daniel Martin
Eric Jensen [EMAIL PROTECTED] writes:

 I recently installed Slink on a laptop.  I have the latest versions of all
 the signifigant packages.  When I try to run dselect, groff, or many many
 other things, I get this:
 
 error in loading shared libraries
 /usr/lib/libstdc++-libc6.0-1.so.2: undefined symbol: __register_frame_info
 
 How do I fix this???

You complain to upstream maintainers to fix their packages.  Until
they do, you can use an older version of libc6.

I've put the last one I had at:
http://master.debian.org/~fizbin/libc6_2.0.7u-3.deb

Why did this happen?  Well, there were a few versions of libc6 which
got out which were broken.  The way they were broken meant that
programs compiled with them (not C, just C++, pascal, and anything
else using certain egcs compilers, as opposed to gcc stuff) couldn't
be run anywhere else - they all had this weird dependency on this odd
symbol.

Now, once libc6 is fixed, we have this scenario.

In any case, downgrade libc6 until all of your other packages have
been upgraded and this stupid libc6 inconsistency is fixed.


undefined symbol: __register_frame_info

1998-11-27 Thread Eric Jensen
I recently installed Slink on a laptop.  I have the latest versions of all
the signifigant packages.  When I try to run dselect, groff, or many many
other things, I get this:

error in loading shared libraries
/usr/lib/libstdc++-libc6.0-1.so.2: undefined symbol: __register_frame_info

How do I fix this???