All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* undefined symbol: _IO_2_1_stdin_
@ 1998-12-20  3:45 Keith Jacob
  1998-12-20  9:39 ` Martin Costabel
  1998-12-20 11:05 ` Gary Thomas
  0 siblings, 2 replies; 4+ messages in thread
From: Keith Jacob @ 1998-12-20  3:45 UTC (permalink / raw
  To: linux-pmac list, linuxppc-dev list, linuxppc-user list


Any clues? Please?

Full errror is

error in loading shared libraries
: undefined symbol: _IO_2_1_stdin_

When?

Whenever I try to run pre-compiled binaries (mostly from stock LinuxPPC 
RPMs) from late-1998 builds.

BTW, Gary Thomas's latest egcs-1.1-1b RPMs include bins that exhibit this 
behaviour, e.g. gcc!

When I was using egcs-1.0-2e, and R4 packages there were no probs with 
bins I compiled myself.

TIA

--
Keith Jacob
kjacob@wantree.com.au




[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to  Cc linuxppc-dev  if your ]]
[[ reply is of general interest. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: undefined symbol: _IO_2_1_stdin_
  1998-12-20  3:45 Keith Jacob
@ 1998-12-20  9:39 ` Martin Costabel
  1998-12-20 11:05 ` Gary Thomas
  1 sibling, 0 replies; 4+ messages in thread
From: Martin Costabel @ 1998-12-20  9:39 UTC (permalink / raw
  To: Keith Jacob; +Cc: linux-pmac list, linuxppc-dev list, linuxppc-user list


Keith Jacob wrote:
> 
> Any clues? Please?
> 
> Full errror is
> 
> error in loading shared libraries
> : undefined symbol: _IO_2_1_stdin_
> 
> When?
> 
> Whenever I try to run pre-compiled binaries (mostly from stock LinuxPPC
> RPMs) from late-1998 builds.

Are you trying to run R4.1 binaries with R4 libraries? This won't work.
You have to upgrade your glibc (and everything else). Better wait for R5
and stay with binaries linked with glibc-961212 (if you can find out
which ones they are :-)).

I am pretty sure this(*) will be one of the very FAQs over the next
months. That's why I kept the excessive crossposting list from Keith's
original. I would love to be wrong on this. 

> 
> BTW, Gary Thomas's latest egcs-1.1-1b RPMs include bins that exhibit this
> behaviour, e.g. gcc!

This is very strange. So maybe your problem is something else, after
all.

(*) A typical variant for pre-R5 binaries is:
 error in loading shared libraries
: undefined symbol: __libc_start_main

--
Martin

[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to  Cc linuxppc-dev  if your ]]
[[ reply is of general interest. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: undefined symbol: _IO_2_1_stdin_
  1998-12-20  3:45 Keith Jacob
  1998-12-20  9:39 ` Martin Costabel
@ 1998-12-20 11:05 ` Gary Thomas
  1 sibling, 0 replies; 4+ messages in thread
From: Gary Thomas @ 1998-12-20 11:05 UTC (permalink / raw
  To: Keith Jacob
  Cc: linuxppc-user list, linuxppc-user list, linuxppc-dev list,
	linux-pmac list


What libraries (GLIBC) do you have installed?

On 20-Dec-98 Keith Jacob wrote:
> 
> Any clues? Please?
> 
> Full errror is
> 
> error in loading shared libraries
>: undefined symbol: _IO_2_1_stdin_
> 
> When?
> 
> Whenever I try to run pre-compiled binaries (mostly from stock LinuxPPC 
> RPMs) from late-1998 builds.
> 
> BTW, Gary Thomas's latest egcs-1.1-1b RPMs include bins that exhibit this 
> behaviour, e.g. gcc!
> 
> When I was using egcs-1.0-2e, and R4 packages there were no probs with 
> bins I compiled myself.
> 

------------------------------------------------------------------------
Gary Thomas                              |
email: gdt@linuxppc.org                  | "Fine wine is a necessity of
   ... opinions expressed here are mine  |        life for me"
       and no one else would claim them! |
                                         |      Thomas Jefferson
------------------------------------------------------------------------



[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to  Cc linuxppc-dev  if your ]]
[[ reply is of general interest. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: undefined symbol: _IO_2_1_stdin_
@ 1998-12-21  6:25 Keith Jacob
  0 siblings, 0 replies; 4+ messages in thread
From: Keith Jacob @ 1998-12-21  6:25 UTC (permalink / raw
  To: Martin Costabel; +Cc: linuxppc-dev list


On 20/12/98 8:09 PM, Martin Costabel <costabel@wanadoo.fr> tapped out:

>
>Keith Jacob wrote:
>> 
>> Any clues? Please?
>> 
>> Full errror is
>> 
>> error in loading shared libraries
>> : undefined symbol: _IO_2_1_stdin_
>> 
>> When?
>> 
>> Whenever I try to run pre-compiled binaries (mostly from stock LinuxPPC
>> RPMs) from late-1998 builds.
>
>Are you trying to run R4.1 binaries with R4 libraries? 

Not that I know of; certainly not intentionally.

>This won't work.
>You have to upgrade your glibc (and everything else). Better wait for R5
>and stay with binaries linked with glibc-961212 (if you can find out
>which ones they are :-)).
>
>I am pretty sure this(*) will be one of the very FAQs over the next
>months. That's why I kept the excessive crossposting list from Keith's
>original. I would love to be wrong on this. 

Excessive crossposting? What else are these lists for? (-:
>
>> 
>> BTW, Gary Thomas's latest egcs-1.1-1b RPMs include bins that exhibit this
>> behaviour, e.g. gcc!
>
>This is very strange. So maybe your problem is something else, after
>all.
>
>(*) A typical variant for pre-R5 binaries is:
> error in loading shared libraries
>: undefined symbol: __libc_start_main
>
>--
>Martin

After a *lot* more digging around, I can only assume this is actually a 
header problem, i.e. binaries compiled against the wrong headers will 
give this error message. But, as usual, the normal caveats apply; e.g. do 
I really know what I'm talking about...


--
Keith Jacob
kjacob@wantree.com.au




[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to  Cc linuxppc-dev  if your ]]
[[ reply is of general interest. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1998-12-21  6:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1998-12-21  6:25 undefined symbol: _IO_2_1_stdin_ Keith Jacob
  -- strict thread matches above, loose matches on Subject: below --
1998-12-20  3:45 Keith Jacob
1998-12-20  9:39 ` Martin Costabel
1998-12-20 11:05 ` Gary Thomas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.