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 :
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 com
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
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
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