-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thursday 07 November 2002 17:46, ktran wrote:
 
> Configure command: ./configure
> --with-unix-socket-path=/var/tmp/mysql.sock 
> --with-low-memory --with-mit-threads=yes
> --without-perl 
> --enable-thread-safe-client --with-berkeley-db
> --enable-local-infile 
> --with-innodb CC=gcc CXX=gcc
>  
> I have confirmed that the libm.a exist in the /lib
> directory.  I also have zlib set in my path:
> echo $PATH:
> /home/webusr/bin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/lib:
> /usr/openwin/bin:/usr/dt/bin:/opt/oracle/product/8.1.6/bin:
> /opt/java/jsdk/bin:/home/webusr/make_379:/tmp/SUNWspro/WS6/bin:
> /opt/FSFgzip/bin:/home/webusr/zlib-114/lib:
> /home/webusr/zlib-114/bin:/usr/ccs/bin:/home/webusr/perl-5.6.1

It's not enough to have zlib in your $PATH - you need to tell the
compiler where to find it. You can do that by using the
- --with-named-z-libs=/home/webusr/zlib-114/lib configure option.
Alternatively you could simply disable it by using 
- --with-named-z-libs=no - The dynamic linker will not find it in 
your path by default anyway.

Bye,
        LenZ
- -- 
- ------------------------------------------------------------------
 Lenz Grimmer <[EMAIL PROTECTED]>                             -o)
 [ICQ: 160767607 | Jabber: [EMAIL PROTECTED]]                /\\
 http://lenz.grimmer.com                                    _\_v
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE9yqukSVDhKrJykfIRAt/cAJ9DiI+wYnDIH98h5HtQAf4544gN7ACeLNNX
PhqHF/fop3TK7bEN2lO99hQ=
=GJFt
-----END PGP SIGNATURE-----

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