Re: missing library

2005-05-10 Thread Eric Bergen
you need to install your distro's ncurses and ncurses-devel packages.
-Eric
ganesan malairaja wrote:
ok i found the source file ..
tarball
mysql-4.1.11.tar.gz
after executing the ./configure command
i does some checking the it gives this error
checking for termcap functions library ... configure : error  :no 
curses / termcap library found


http://graphics.hotmail.com/emarrow_right.gif"; 
width=16>Ganesan_Malairajahttp://graphics.hotmail.com/emarrow_left.gif"; 
width=16>



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


missing library

2005-05-09 Thread ganesan malairaja
ok i found the source file ..
tarball
mysql-4.1.11.tar.gz
after executing the ./configure command
i does some checking the it gives this error
checking for termcap functions library ... configure : error  :no curses / 
termcap library found


http://graphics.hotmail.com/emarrow_right.gif"; 
width=16>Ganesan_Malairajahttp://graphics.hotmail.com/emarrow_left.gif"; 
width=16>


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


Re: Missing library named 'z' ??

2003-10-13 Thread Antony Dovgal
On Mon, 13 Oct 2003 21:01:37 -0700
Matt Young <[EMAIL PROTECTED]> wrote:

> The manual says:
> 
> " For example, if the library is installed in `/usr/local/mysql/lib', use 
> -L/usr/local/mysql/lib -lmysqlclient -lz on the link command. "
> 
> But I found no z library?

you need libz.
run these commands to locate it:
locate libz.so
or
ldconfig -p | grep libz.so

---
WBR,
Antony Dovgal aka tony2001
[EMAIL PROTECTED]

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



Missing library named 'z' ??

2003-10-13 Thread Matt Young
The manual says:

" For example, if the library is installed in `/usr/local/mysql/lib', use 
-L/usr/local/mysql/lib -lmysqlclient -lz on the link command. "

But I found no z library?

Matt Young


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



Re: missing library libz.so

2001-02-26 Thread Ken Menzel

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




RE: missing library libz.so

2001-02-26 Thread Rutger Beens

No this is on an Apache server... running on BSDI BSD/OS 4.01

thanks

-Oorspronkelijk bericht-
Van: Brady Orand [mailto:[EMAIL PROTECTED]]
Verzonden: maandag 26 februari 2001 3:21
Aan: Rutger Beens; [EMAIL PROTECTED]
Onderwerp: Re: missing library libz.so




I'm assuming this is on Solaris.

One workaround that you may be able to do is to set you LD_LIBRARY_PATH
to 
the path where libz.so is.

I've seen this problem with other products and it turned out to be a
Solaris 
install issue.  I had to back rev to 2.7 in order to get it to work.  I 
_belive_ that later versions of Solaris 2.8 include this library, but am
not 
sure.

Brady...

Original Message Follows
From: "Rutger Beens" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: missing library libz.so
Date: Sun, 25 Feb 2001 19:37:55 +0100

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


_
Get your FREE download of MSN Explorer at http://explorer.msn.com


-
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




Re: missing library libz.so

2001-02-25 Thread Brady Orand



I'm assuming this is on Solaris.

One workaround that you may be able to do is to set you LD_LIBRARY_PATH to 
the path where libz.so is.

I've seen this problem with other products and it turned out to be a Solaris 
install issue.  I had to back rev to 2.7 in order to get it to work.  I 
_belive_ that later versions of Solaris 2.8 include this library, but am not 
sure.

Brady...

Original Message Follows
From: "Rutger Beens" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: missing library libz.so
Date: Sun, 25 Feb 2001 19:37:55 +0100

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


_
Get your FREE download of MSN Explorer at http://explorer.msn.com


-
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




missing library libz.so

2001-02-25 Thread Rutger Beens

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