[OLUG] GLIBC Help

Quinn Coldiron qcoldiron at yahoo.com
Mon Jan 17 20:27:32 UTC 2000


> So after reading some articles in the LINUX Journal, I came to
> choose MySQL as the database.  I am running Open Linux 2.2 from Caldera.
> Open Linux 2.2 uses the KDE desktop manager which contains the Program
> kpackage to install .rpm packages.  I'm testing the install of
> MySql-3.23.8-1 using the kpackage program.  Five filenames popup as having
> a dependancy problem: libcrypt.so.1, libc.so.6
> (GLIBC_2.0)libc.so.6(GLIBC_2.1), libm.so.6(GLIBC_2.1), and
> libpthread.so.0(GLIBC_2.0).

Well, looking at the RPMs on www.mysql.com, they are compiled (dynamically) for
RedHat Linux, so they depend on a standard RedHat install with the glibc
versions that they ship, not a Caldera install.  My suggestion is to download
the MySQL source tarfile:
ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.22/mysql-3.22.30.tar.gz
     

Untar/uncomress with:
tar -xzf mysql-3.22.30.tar.gz

cd into the mysql directory and then compile:
./configure
make
make install

You are now finished and ready to run MySQL.

This will be easier and safer than trying to upgrade/change glibc on your
Caldera system.

Quinn


=====
-------------------------------------------
     ~	   Quinn P. Coldiron
    . .	   http://thetoolhouse.com/qcoldiro/
    /V\	   
   // \\   qcoldiron at yahoo.com
  /(   )\  qcoldir at nmhs.org
   ^`~'^
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

-------------------------------------------------------------------------
Sent by OLUG Mailing list Manager, run by ezmlm.  http://olug.bstc.net/ 
To unsubscribe: `echo unsubsribe | mail olug-unsubscribe at bstc.net` 



More information about the OLUG mailing list