From: Art Beall Date: March 18 2009 3:23pm Subject: Re: Install install with MySQL Message API List-Archive: http://lists.mysql.com/message-api/7 Message-Id: <893257.53624.qm@web90508.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii You are correct about prepending the libraries with 'lib'. I change the makefile to copy the library as libmessage_api.so and edited the create_functions.sql to match the library name and everything works. Thanks so much. ----- Original Message ---- From: John David Duncan To: Art Beall Cc: message-api@stripped Sent: Tuesday, March 17, 2009 9:43:46 AM Subject: Re: Install install with MySQL Message API Hi Art, If you copy message_api.so into /usr/lib, does it work? Alternately you might have to set LD_LIBRARY_PATH in the environment when you start mysql. > Also, this is the contents of the ld.so.conf file: > include ld.so.conf.d/*.conf > /opt/mysql/include/mysql > /usr/local/lib > /usr/lib Maybe this relates to the way that the dynamic linker on Linux (but not most other systems) won't find shared objects in the search path unless the filename begins with "lib" ... JD --MySQL Message API Mailing List Mailing List For list archives: http://lists.mysql.com/message-api To unsubscribe: http://lists.mysql.com/message-api?unsub=artbeall@stripped