From: Nihal Dindar Date: February 25 2009 11:12am Subject: Re: Skeleton Engine with gdb List-Archive: http://lists.mysql.com/internals/36286 Message-Id: <49A52784.5040706@student.ethz.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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 > >