> Hi all.  I am trying to install mySql on Solaris 2.6. I am getting the
following error during 'make':
>
> ld: fatal: library -lz: not found
> ld: fatal: File processing errors. No output written to
.libs/libmysqlclient.so.10.0.0
> make[2]: *** [libmysqlclient.la] Error 1
> make[2]: Leaving directory `/virtual/mysql-3.23.58/libmysql'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/virtual/mysql-3.23.58'
> make: *** [all] Error 2

(from http://curl.haxx.se/mail/archive-2003-11/0018.html)

"It means that it didn't find the zlib library at link time. The configure
script found it and enabled the use of it, but when it came to linking it
somehow doesn't find it.

You can fix this by setting up your LD_LIBRARY_PATH (or similar) to include
the path of your zlib."



-- Alex



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

Reply via email to