Re: [gentoo-user] missing libstdc++.so.5

2004-02-09 Thread Andrej Moravcik
Don't panic, it looks many people ecountered this problem. Look at this 
thread in gentoo forum:

http://forums.gentoo.org/viewtopic.php?t=133497highlight=libstdc

Andrej

[EMAIL PROTECTED] wrote:
I emerged the new gcc (3.3.2-r5)  (emerge -u gcc).
It seems that emerge removed gcc 3.2.3 INCLUDING libstdc++.so.5
This means that python no longer works:
python
python: error while loading shared libraries: libstdc++.so.5: cannot open shared 
object file: No such file or directory
and that emerge doesn't work.  (all other c++ based programs are also broken.)

I still have gcc-3.2.3.tar.bz2 in /usr/portage/distifiles and was going to compile it by hand to get
libstdc++.so.5 back.   

Will this work?  Anyone have a better idea?

(Guess I'll start backing up /lib and /usr/lib in addition to /etc and /home)

Richard
--
Andrej Moravcik
Datalock, a.s.
Teslova 26, 821 02 BRATISLAVA
e-mail: [EMAIL PROTECTED]
phone:  +421 02 49105 191
cell:   +421 907 896322
GnuPG public key available at http://pgp.mit.edu site.

--
[EMAIL PROTECTED] mailing list


[gentoo-user] python libstdc++.so.5 broken

2004-02-09 Thread Brendan Sullivan
Hey everyone, I just updated world and included in that was gcc 3.2.3.
Now whenever I try to emerge or etc-update, it says that python can not
find libstdc++.so.5. I did a locate and found that file, but i'm not
exactly sure where python is looking for it. Can someone please
enlighten me?

TIA
-- 
Brendan Sullivan
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] python libstdc++.so.5 broken

2004-02-09 Thread Spider
begin  quote
On Mon, 09 Feb 2004 15:24:04 -0600
Brendan Sullivan [EMAIL PROTECTED] wrote:

 Hey everyone, I just updated world and included in that was gcc 3.2.3.
 Now whenever I try to emerge or etc-update, it says that python can
 not
 find libstdc++.so.5. I did a locate and found that file, but i'm not
 exactly sure where python is looking for it. Can someone please
 enlighten me?
 

run ldconfig 

//Spider

-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] missing libstdc++.so.5

2004-02-09 Thread Phil Barnett
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 09 February 2004 9:20 am, Andrej Moravcik wrote:

 Don't panic, it looks many people ecountered this problem. Look at this
 thread in gentoo forum:

 http://forums.gentoo.org/viewtopic.php?t=133497highlight=libstdc

I had the problem. Updated my search mechanism with updatedb and searched for 
the missing components. I found them in an open office subdirectory and 
copied two files to /usr/lib

Everything started working.

Then, just for good measure, I re-emerged gcc and I had earlier some reason to 
re-emerge xfree86.

After that, all was ok.

- -- 

The choices we make dictate the life we lead. To thine ownself be true. -- 
William Shakespeare
KI4DPT
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAKEvaWMqSOYd58pwRAq60AJwLCvr976bjEdB0RThf1ybEg0lKegCgi5ay
AOhuoi/KD97OW/wNBxN4f5A=
=hOVa
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] missing libstdc++.so.5

2004-02-09 Thread Brendan Sullivan
thanks for the reply...glad that worked..that's what i used to do when i
ran redhat and compiled and installed most stuff myself...i'm still
getting used to gentoo's methods of installing programs...however,
people suggested other methods (Which may help you someday down the
line...)

run 'ldconfig' ...works wonders =0]

Brendan

On Mon, 2004-02-09 at 21:11, Phil Barnett wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Monday 09 February 2004 9:20 am, Andrej Moravcik wrote:
 
  Don't panic, it looks many people ecountered this problem. Look at this
  thread in gentoo forum:
 
  http://forums.gentoo.org/viewtopic.php?t=133497highlight=libstdc
 
 I had the problem. Updated my search mechanism with updatedb and searched for 
 the missing components. I found them in an open office subdirectory and 
 copied two files to /usr/lib
 
 Everything started working.
 
 Then, just for good measure, I re-emerged gcc and I had earlier some reason to 
 re-emerge xfree86.
 
 After that, all was ok.
 
 - -- 
 
 The choices we make dictate the life we lead. To thine ownself be true. -- 
 William Shakespeare
 KI4DPT
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (GNU/Linux)
 
 iD8DBQFAKEvaWMqSOYd58pwRAq60AJwLCvr976bjEdB0RThf1ybEg0lKegCgi5ay
 AOhuoi/KD97OW/wNBxN4f5A=
 =hOVa
 -END PGP SIGNATURE-
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 
Brendan Sullivan
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



[gentoo-user] missing libstdc++.so.5

2004-02-08 Thread richgentoo
I emerged the new gcc (3.3.2-r5)  (emerge -u gcc).
It seems that emerge removed gcc 3.2.3 INCLUDING libstdc++.so.5

This means that python no longer works:
python
python: error while loading shared libraries: libstdc++.so.5: cannot open shared 
object file: No such file or directory

and that emerge doesn't work.  (all other c++ based programs are also broken.)

I still have gcc-3.2.3.tar.bz2 in /usr/portage/distifiles and was going to compile it 
by hand to get
libstdc++.so.5 back.   

Will this work?  Anyone have a better idea?


(Guess I'll start backing up /lib and /usr/lib in addition to /etc and /home)

Richard



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] missing libstdc++.so.5

2004-02-08 Thread Matthew Marlowe
I noticed the same thing here, however if you just type:

   ldconfig

apparently it finds the appropriate library and you are up and running
again.  And, no, you can't just type env-update - it's broken until you
run ldconfig manually.

Regards,
Matt

 I emerged the new gcc (3.3.2-r5)  (emerge -u gcc).
 It seems that emerge removed gcc 3.2.3 INCLUDING libstdc++.so.5

 This means that python no longer works:
 python
 python: error while loading shared libraries: libstdc++.so.5: cannot open
 shared object file: No such file or directory

 and that emerge doesn't work.  (all other c++ based programs are also
 broken.)

 I still have gcc-3.2.3.tar.bz2 in /usr/portage/distifiles and was going to
 compile it by hand to get
 libstdc++.so.5 back.

 Will this work?  Anyone have a better idea?


 (Guess I'll start backing up /lib and /usr/lib in addition to /etc and
 /home)

 Richard



 --
 [EMAIL PROTECTED] mailing list





-- 
Matthew Marlowe,
DeployLinux.Net Consulting
http://www.deploylinux.com/


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] no libstdc++

2003-12-27 Thread John Ross Hunt
 Hi,

 I have installed gcc-3.3.2-r4, and now I no longer have
 libstdc++.so.5
 anywhere. It broke many of the programs. When I try to run
 g++ or c++ I
 get the message Can't locate/run g++ (I don't know who emits this
 message; I don't think it is the shell). Anyone knows what's
 going on?
 Also, is it possible to ask emerge to not clean the temporary
 files it
 creates?

There's a script at /usr/portage/sys-devel/gcc/files/fix_libtool_files.sh
that probably needs running.  It should update those pesky .la files that
are hard-coded to the old gcc path.

If you're truly missing
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.*, then something is
awry.  I'd try re-emerging gcc and see if that corrects the problem.

 BTW: Am I the only person getting each message on this list twice?

Only getting one copy here.

-jrh



--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] no libstdc++

2003-12-27 Thread Redeeman
On Sat, 2003-12-27 at 11:49, John Ross Hunt wrote:
  Hi,
 
  I have installed gcc-3.3.2-r4, and now I no longer have
  libstdc++.so.5
  anywhere. It broke many of the programs. When I try to run
  g++ or c++ I
  get the message Can't locate/run g++ (I don't know who emits this
  message; I don't think it is the shell). Anyone knows what's
  going on?
  Also, is it possible to ask emerge to not clean the temporary
  files it
  creates?
 
 There's a script at /usr/portage/sys-devel/gcc/files/fix_libtool_files.sh
 that probably needs running.  It should update those pesky .la files that
 are hard-coded to the old gcc path.
 
 If you're truly missing
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.*, then something is
 awry.  I'd try re-emerging gcc and see if that corrects the problem.
 
  BTW: Am I the only person getting each message on this list twice?
 

sometimes i get twice
 Only getting one copy here.
 
 -jrh
 
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments



--
[EMAIL PROTECTED] mailing list



[gentoo-user] no libstdc++

2003-12-25 Thread Moshe Kaminsky
Hi,

I have installed gcc-3.3.2-r4, and now I no longer have libstdc++.so.5 
anywhere. It broke many of the programs. When I try to run g++ or c++ I 
get the message Can't locate/run g++ (I don't know who emits this 
message; I don't think it is the shell). Anyone knows what's going on? 
Also, is it possible to ask emerge to not clean the temporary files it 
creates?

Thanks,
Moshe

BTW: Am I the only person getting each message on this list twice?

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] no libstdc++

2003-12-25 Thread Tom Wesley
On Thu, 2003-12-25 at 20:25, Moshe Kaminsky wrote:
 Hi,
 
 I have installed gcc-3.3.2-r4, and now I no longer have libstdc++.so.5 
 anywhere. It broke many of the programs. When I try to run g++ or c++ I 
 get the message Can't locate/run g++ (I don't know who emits this 
 message; I don't think it is the shell). Anyone knows what's going on? 
 Also, is it possible to ask emerge to not clean the temporary files it 
 creates?
 

I had this once after a system restore.  Logging in as root and running 

# ldconfig

fixed it for me, so might be worth a go!

 Thanks,
 Moshe
 
 BTW: Am I the only person getting each message on this list twice?

I'm only getting them all once.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] no libstdc++

2003-12-25 Thread Moshe Kaminsky
+ Tom Wesley [EMAIL PROTECTED] [25/12/03 22:36]:
 On Thu, 2003-12-25 at 20:25, Moshe Kaminsky wrote:
  Hi,
  
  I have installed gcc-3.3.2-r4, and now I no longer have libstdc++.so.5 
  anywhere. It broke many of the programs. When I try to run g++ or c++ I 
  get the message Can't locate/run g++ (I don't know who emits this 
  message; I don't think it is the shell). Anyone knows what's going on? 
  Also, is it possible to ask emerge to not clean the temporary files it 
  creates?
  
 
 I had this once after a system restore.  Logging in as root and running 
 
 # ldconfig
 
 fixed it for me, so might be worth a go!

Thanks, the point is it's really not there. I used find, and it is just 
not installed.

 
  Thanks,
  Moshe
  
  BTW: Am I the only person getting each message on this list twice?
 
 I'm only getting them all once.

yeah, it seems I've subscribed twice...
 
 -- 
 Tom Wesley





pgp0.pgp
Description: PGP signature


Re: [gentoo-user] no libstdc++

2003-12-25 Thread Tom Wesley
On Thu, 2003-12-25 at 20:53, Moshe Kaminsky wrote:
 + Tom Wesley [EMAIL PROTECTED] [25/12/03 22:36]:
  On Thu, 2003-12-25 at 20:25, Moshe Kaminsky wrote:
   Hi,
   
   I have installed gcc-3.3.2-r4, and now I no longer have libstdc++.so.5 
   anywhere. It broke many of the programs. When I try to run g++ or c++ I 
   get the message Can't locate/run g++ (I don't know who emits this 
   message; I don't think it is the shell). Anyone knows what's going on? 
   Also, is it possible to ask emerge to not clean the temporary files it 
   creates?
   
  
  I had this once after a system restore.  Logging in as root and running 
  
  # ldconfig
  
  fixed it for me, so might be worth a go!
 
 Thanks, the point is it's really not there. I used find, and it is just 
 not installed.
 

I have 3.3.2-r4 installed for an Athlon XP if you want me to mail you
copies - never know it might fix it for you, or at least to the point
where you can carry on

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] no libstdc++

2003-12-25 Thread Redeeman
On Thu, 2003-12-25 at 22:00, Tom Wesley wrote:
 On Thu, 2003-12-25 at 20:53, Moshe Kaminsky wrote:
  + Tom Wesley [EMAIL PROTECTED] [25/12/03 22:36]:
   On Thu, 2003-12-25 at 20:25, Moshe Kaminsky wrote:
Hi,

I have installed gcc-3.3.2-r4, and now I no longer have libstdc++.so.5 
anywhere. It broke many of the programs. When I try to run g++ or c++ I 
get the message Can't locate/run g++ (I don't know who emits this 
message; I don't think it is the shell). Anyone knows what's going on? 
Also, is it possible to ask emerge to not clean the temporary files it 
creates?

   
   I had this once after a system restore.  Logging in as root and running 
   
   # ldconfig
   
   fixed it for me, so might be worth a go!
  
  Thanks, the point is it's really not there. I used find, and it is just 
  not installed.
  
 
i had this problem too, it looked after libstdc++ in gcc 3.2.3 dir, so i
made a link, and it now works
 I have 3.3.2-r4 installed for an Athlon XP if you want me to mail you
 copies - never know it might fix it for you, or at least to the point
 where you can carry on
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] no libstdc++

2003-12-25 Thread Peter Ruskin
On Thursday 25 Dec 2003 20:25, Moshe Kaminsky wrote:
 Hi,

 I have installed gcc-3.3.2-r4, and now I no longer have
 libstdc++.so.5 anywhere. It broke many of the programs. When I try to
 run g++ or c++ I get the message Can't locate/run g++ (I don't know
 who emits this message; I don't think it is the shell). Anyone knows
 what's going on? Also, is it possible to ask emerge to not clean the
 temporary files it creates?

$ qpkg -f /usr/lib/libstdc++.so.2.9
sys-libs/lib-compat *

Peter
-- 
==
Gentoo Linux:   Portage 2.0.49-r18 (default-x86-1.4, gcc-3.2.3, 
glibc-2.3.2-r3, 2.6.0-gentoo-w4l)   i686 AMD Athlon(tm) XP 3200+
==


--
[EMAIL PROTECTED] mailing list



[gentoo-user] missing libstdc++ after emerge -u world

2003-03-24 Thread myciel
Hello

After friday's emerge rsync   emerge -u world (after month of not syncing)
I found libstdc++.so.5 is not in my standard ldd path.
There is still old entry in /etc/ld.so.conf pointing to gcc-3.2.1 path:
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1
r.



--
[EMAIL PROTECTED] mailing list