Hi again,
Thank you for your help. I built skeleton with safemalloc by adding
INCLUDES =3D -DMYSQL_DYNAMIC_PLUGIN -DDBUG_ON -DSAFE_MUTEX
-DUNIV_MUST_NOT_INLINE -DEXTRA_DEBUG -DFORCE_INIT_OF_VARS -DSAFEMALLOC
-DPEDANTIC_SAFEMALLOC -DSAFE_MUTEX $(MYSQL_INC)
into src/Makefile.am but I still get the same error when I try to install
the plugin.
Nihal
Sergei Golubchik wrote:
> Hi, Nihal!
>
> On Feb 20, Nihal Dindar wrote:
>
>> Hi,
>>
>> I am using Ubuntu 8.04 and mysql-6.0.3-alpha. I want to use gdb (GNU
>> Project Debugger) with Skeleton engine. However, when I install mysql with
>> gdb I can not install plugin for skeleton engine. Mysql gives ERROR 1126
>> (HY000): Cant open shared library .../libskeleton_engine.so (errno: 2
>> undefined symbol: my_no_flags_free) error although skeleton lib files are
>> in the plugin directory. Do you have any ideas?
>>
>
> You have a plugin built w/o safemalloc, while your server is built with
> safemalloc.
>
> Regards / Mit vielen Grüßen,
> Sergei
>
>