William Dan Terry writes:
> 
> When you say the bug is in the linker, do you mean in the linker app
> itself or how I'm using it? In terms of the static zlib, don't I have that
> covered with 
> 
> gcc -static metamgrd.o sock.o cfgfile.o cfgitem.o err.o -o ./metamgrd \
> -lstdc++ -L/usr/lib/mysql -lz -lmysqlclient -lsqlplus
> 
> or am I missing something else?
> 


I mean in the linker app itself, although you have put -static and it
is possible that you have only dynamic version of zlib library. That
is a definite possibility.

Also, follow other instructions too ..


Regards,

Sinisa

      ____  __     _____   _____  ___     ==  MySQL AB
     /*/\*\/\*\   /*/ \*\ /*/ \*\ |*|     Sinisa Milivojevic
    /*/ /*/ /*/   \*\_   |*|   |*||*|     mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*|     Larnaca, Cyprus
  /*/     /*/  /*/\*\_/*/ \*\_/*/ |*|____
  ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^
             /*/             \*\                Developers Team

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