RE: MySQL 4.1 on 64bit Fedora Core 3

2005-09-22 Thread Richard Dale
 The OS installed is the 64bit version of FC3. 

 I have upgraded MySQL from 3.23 to 4.1 and I have installed the shared
 library. (MySQL-shared-4.1.14-0.glibc23.x86_64.rpm)

 The problem is that PHP complains that it cannot find
 'libmysqlclient.so.10'.

I think you need the shared-compat libraries - it appears that they are no
provided on mysql.com

As an alternative, consider using Fedora Core 4 which has Mysql 4.1 in there
natively.

The following might also be helpful (not all info in there is
Opteron-specific):
http://hashmysql.org/index.php?title=Opteron_HOWTO

Best regards,
Richard Dale.
Norgate Investor Services
- Premium quality Stock, Futures and Foreign Exchange Data for
  markets in Australia, Asia, Canada, Europe, UK  USA -
www.premiumdata.net 


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



RE: MySQL 4.1 on 64bit Fedora Core 3

2005-09-22 Thread Richard Dale
 The following might also be helpful (not all info in there is
 Opteron-specific):
 http://hashmysql.org/index.php?title=Opteron_HOWTO

Argh - should have read my own entry on that wiki page.

If you use PHP v4.3 (as installed with FC3) then it requires the MySQL v3.23
interface libraries (aka libmysqlclient.so.10). By removing the
pre-installed MySQL it will remove these libraries. As of 31 May 2005 For
some reason these were not compiled into the MySQL 4.1.12 shared library
RPMs as downloaded from the MySQL site. However, they are available from any
Fedora mirror in the FC4 testing area. You will need to install a package
called mysqlclient10-3.23.58-6.x86_64.rpm - I found such a package at my
local mirror here:
http://mirror.pacific.net.au/linux/redhat/fedora/test/3.92/x86_64/os/Fedora/
RPMS/mysqlclient10-3.23.58-6.x86_64.rpm

Best regards,
Richard Dale.
Norgate Investor Services
- Premium quality Stock, Futures and Foreign Exchange Data for
  markets in Australia, Asia, Canada, Europe, UK  USA -
www.premiumdata.net 


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