Hi Rutger,
   The problem is you can't just drop the library anywhere.  I am
guessing from you message that you do not have root privleges on the
server. I doubt that you will be able to add a shared library without
root access.  The second problem I see you may have is the the binary
was compile for BSDI 4.2 and you are running 4.01 which has many know
bugs in the threads libraries (which are fixed on 4.2).  Is there any
way that you can get the server updated?  4.01 is very old,  does it
have all patches for bugs applied?  I think you might have better luck
compiling from source if you have gcc2.95 installed.
Anyway with root access if you have the file /usr/lib just run
ldconfig -v and you should see it added  provided it is a valid
library.  (You may need to create a link to get it to add ) see the
man page for ldconfig.
  Good Luck  Ken
-----------------------------------------------------
Ken Menzel  ICQ# 9325188
www.icarz.com  [EMAIL PROTECTED]
----- Original Message -----
From: "Rutger Beens" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 25, 2001 1:37 PM
Subject: missing library libz.so


> Hi there,
>
> I just installed mysql (3.23) but when I run mysql_install_db or
mysqld
> it comes with an error message that the programming can't load the
> libz.so file. I've found that file online and copied it into all
myysql
> directories but still it can't load the file. I propably should copy
the
> file to the /local/lib directorie or something, but I can't acces
those
> directories. So is it possible to disable the use of this lib or can
I
> specify the path to it?
>
> I am using the binary version on a BSDI 4.01 server...
>
> Thanks!
>
> Rutger
>
> --------------------------------------------------------------------
-
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try:
http://lists.mysql.com/php/unsubscribe.php
>
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to