Re: Problem mysql 4.1 to mysql5 -

2006-03-13 Thread sheeri kritzer
Which binary did you use, and where did you download it from?

what is the result of "uname -a" ? are they both 64 bit machines? 
32-bit machines?  where is libstdc++ on both machines?  It's possible
one machine has a library linked to another location, or they have
them in different locations.  Specifically check /lib and /usr/lib vs.
/lib64 and /usr/lib64.

Hope that helps

-Sheeri

On 3/5/06, bobgoodwin <[EMAIL PROTECTED]> wrote:
>
> I have two FC4 computers I believe to be set up identically, I installed
> mysql5 in both, the first one made the change without a hitch but the
> second refuses to install with the error message:
>
> "./bin/mysqld: error while loading shared libraries: libstdc++.so.5:
> cannot open
> shared object file: No such file or directory
> Installation of system tables failed!"
>
> Libstdc++  appears to be present?
>
> Can anyone offer a helpful suggestion?
>
> BobG
>
>
>
>
> ./configure
> NOTE: This is a MySQL binary distribution. It's ready to run, you don't
> need to configure it!
>
> To help you a bit, I am now going to create the needed MySQL databases
> and start the MySQL server for you.  If you run into any trouble, please
> consult the MySQL manual, that you can find in the Docs directory.
>
> Installing all prepared tables
> ./bin/mysqld: error while loading shared libraries: libstdc++.so.5:
> cannot open
> shared object file: No such file or directory
> Installation of system tables failed!
>
> Examine the logs in ./data for more information.
> You can also try to start the mysqld daemon with:
> ./bin/mysqld --skip-grant &
> You can use the command line tool
> ./bin/mysql to connect to the mysql
> database and look at the grant tables:
>
> shell> ./bin/mysql -u root mysql
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
>
>

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Problem mysql 4.1 to mysql5 -

2006-03-05 Thread bobgoodwin


I have two FC4 computers I believe to be set up identically, I installed 
mysql5 in both, the first one made the change without a hitch but the 
second refuses to install with the error message:


"./bin/mysqld: error while loading shared libraries: libstdc++.so.5: 
cannot open

shared object file: No such file or directory
Installation of system tables failed!"

Libstdc++  appears to be present?

Can anyone offer a helpful suggestion?

BobG




./configure
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!

To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you.  If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.

Installing all prepared tables
./bin/mysqld: error while loading shared libraries: libstdc++.so.5: 
cannot open

shared object file: No such file or directory
Installation of system tables failed!

Examine the logs in ./data for more information.
You can also try to start the mysqld daemon with:
./bin/mysqld --skip-grant &
You can use the command line tool
./bin/mysql to connect to the mysql
database and look at the grant tables:

shell> ./bin/mysql -u root mysql


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]