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 <jdd@stripped>
To: Art Beall <artbeall@stripped>
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=1