Nicu Popovici writes:
> Hello Eric,
> 
>  Ofcourse that my file has such a thing. Otherwise how can it recognizes the
> MYSQL data type ?
> 
> I have a line like this
> MYSQL mysql;
> 
> But the problem appear at linking time so I do not think that  the compilation
> passes without to know where to find the definitions for all the code that it
> encounters in my file.
> I guess that is something with mysql shared libraries ....!!
> 
> Regards,
> Nicu


Hi!

For some reason libmysqlclient was not linked in. 

Check out that it is located in one of directories pointed to by -L
directives. 

If it is there, then it is linker bug. In that case provide a full
pathname of that lib in linking command.


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