Unix Technical Forum

Where is libstdc++.so.3?

This is a discussion on Where is libstdc++.so.3? within the comp.unix.solaris forums, part of the Solaris Operating System category; --> Hi Experts: System - Solaris 8 10/00, patched with recommended and patch_check identified patches in February. I'm trying to ...


Go Back   Unix Technical Forum > Unix Operating Systems > Solaris Operating System > comp.unix.solaris

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-05-2008, 01:02 PM
Larry Lindstrom
 
Posts: n/a
Default Where is libstdc++.so.3?

Hi Experts:

System - Solaris 8 10/00, patched with recommended and
patch_check identified patches in February.

I'm trying to run mysql-3.23.45 that I just downloaded
from Sunfreeware. The install went fine, but when I try
to run the script to inititialize my datasets, I'm getting

ld.so.1: /usr/local/mysql/libexec/mysqld: fatal:
libstdc++.so.3: open failed: No such file or directory

I don't have that library on my system.

The docs on Sunfreeware's mysql section said I needed
libgcc 3.3, so I tried to grab it from them, but all I can
get is a little windows with:

A communications error occurred
Please try again

The Sunfreeware docs say I may not need that library
if I'm using gcc 3.3. So I download that from Sunfreeware,
uninstall my old gcc and install this new version.

I'm still getting the same error.

Suggestions?

Thanks
Larry
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-05-2008, 01:02 PM
Dave Uhring
 
Posts: n/a
Default Re: Where is libstdc++.so.3?

On Sat, 28 Jun 2003 20:42:51 +0000, Larry Lindstrom wrote:

> The Sunfreeware docs say I may not need that library
> if I'm using gcc 3.3. So I download that from Sunfreeware,
> uninstall my old gcc and install this new version.


ftp://carroll.cac.psu.edu/pub/solari...sparc-local.gz

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-05-2008, 01:04 PM
lvirden@yahoo.com
 
Posts: n/a
Default Re: Where is libstdc++.so.3?


According to Larry Lindstrom <larryl@aracnet.com>:
: The install went fine, but when I try
:to run the script to inititialize my datasets, I'm getting
:
: ld.so.1: /usr/local/mysql/libexec/mysqld: fatal:
: libstdc++.so.3: open failed: No such file or directory
:
: I don't have that library on my system.

It is a part of gnu c (gcc)'s C++ (g++) library .

Note that this library _may_ be on your machine, but installed in a directory
not indicated in your environment.

: The Sunfreeware docs say I may not need that library
:if I'm using gcc 3.3. So I download that from Sunfreeware,
:uninstall my old gcc and install this new version.
:
: I'm still getting the same error.

Where did you install the new gcc ? Did you install both gcc and g++ ?

--
The Tenth Annual Tcl/Tk Conference <URL: http://www.tcl.tk/community/tcl2003 >
Even if explicitly stated to the contrary, nothing in this posting
should be construed as representing my employer's opinions.
<URL: mailto:lvirden@yahoo.com > <URL: http://www.purl.org/NET/lvirden/ >
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-05-2008, 01:06 PM
Larry Lindstrom
 
Posts: n/a
Default Re: Where is libstdc++.so.3?

lvirden@yahoo.com wrote:
>
> According to Larry Lindstrom <larryl@aracnet.com>:
> : The install went fine, but when I try
> :to run the script to inititialize my datasets, I'm getting
> :
> : ld.so.1: /usr/local/mysql/libexec/mysqld: fatal:
> : libstdc++.so.3: open failed: No such file or directory
> :
> : I don't have that library on my system.
>
> It is a part of gnu c (gcc)'s C++ (g++) library .
>
> Note that this library _may_ be on your machine, but installed in a directory
> not indicated in your environment.


Thanks:

No, I'm pretty sure it isn't on my system. I regularly
run find, as root, on every filesystem on my machine and it's
not present in the report.

> : The Sunfreeware docs say I may not need that library
> :if I'm using gcc 3.3. So I download that from Sunfreeware,
> :uninstall my old gcc and install this new version.
> :
> : I'm still getting the same error.
>
> Where did you install the new gcc ? Did you install both gcc and g++ ?


I installed the precompiled gcc 3.3 from Sunfreeware.
I believe this package includes g++. Everything I do
now days is C++.

Thanks
Larry
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-05-2008, 01:07 PM
 
Posts: n/a
Default Re: Where is libstdc++.so.3?

In article <3F01E3FF.B7D00C59@aracnet.com>,
Larry Lindstrom <larryl@aracnet.com> writes:
> lvirden@yahoo.com wrote:
>>
>> According to Larry Lindstrom <larryl@aracnet.com>:
>> : The install went fine, but when I try
>> :to run the script to inititialize my datasets, I'm getting
>> :
>> : ld.so.1: /usr/local/mysql/libexec/mysqld: fatal:
>> : libstdc++.so.3: open failed: No such file or directory
>> :
>> : I don't have that library on my system.
>>
>> It is a part of gnu c (gcc)'s C++ (g++) library .
>>
>> Note that this library _may_ be on your machine, but installed in a directory
>> not indicated in your environment.

>
> Thanks:
>
> No, I'm pretty sure it isn't on my system. I regularly
> run find, as root, on every filesystem on my machine and it's
> not present in the report.
>
>> : The Sunfreeware docs say I may not need that library
>> :if I'm using gcc 3.3. So I download that from Sunfreeware,
>> :uninstall my old gcc and install this new version.
>> :
>> : I'm still getting the same error.
>>
>> Where did you install the new gcc ? Did you install both gcc and g++ ?

>
> I installed the precompiled gcc 3.3 from Sunfreeware.
> I believe this package includes g++. Everything I do
> now days is C++.


Maybe try www.blastwave.org for packages instead..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-05-2008, 01:27 PM
George Wyche
 
Posts: n/a
Default Re: Where is libstdc++.so.3?

This sounds very much like a similar complaint when was
installing python as a solaris pkg. I assumed it was ready
to go. I am still working on this problem. But the hints
from google searchs implied that I would have to recompile
python myself and pay close attention to library references.

I'll try to remember to dredge up that message (suggestion)
about what to change before recompiling for Solaris (for
which this trouble seems to be specific).
ge||ge 1/2 of cjwyche@io.com

>lvirden@yahoo.com wrote:
>>
>> According to Larry Lindstrom <larryl@aracnet.com>:
>> : The install went fine, but when I try
>> :to run the script to inititialize my datasets, I'm
>> :getting
>> :
>> : ld.so.1: /usr/local/mysql/libexec/mysqld: fatal:
>> : libstdc++.so.3: open failed: No such file or
>> : directory
>> :
>> : I don't have that library on my system.
>>
>> It is a part of gnu c (gcc)'s C++ (g++) library .
>>
>> Note that this library _may_ be on your machine, but
>> installed in a directory not indicated in your
>> environment.


>Thanks:


> No, I'm pretty sure it isn't on my system. I regularly
>run find, as root, on every filesystem on my machine and
>it's not present in the report.


>> : The Sunfreeware docs say I may not need that library
>> :if I'm using gcc 3.3. So I download that from
>> :Sunfreeware, uninstall my old gcc and install this new
>> :version.
>> :
>> : I'm still getting the same error.
>>
>> Where did you install the new gcc ? Did you install both
>> gcc and g++ ?


> I installed the precompiled gcc 3.3 from Sunfreeware.
>I believe this package includes g++. Everything I do
>now days is C++.


> Thanks
> Larry



ge||ge

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:33 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com