I have installed the following packages --

   1. libevent-2.0.21
   2. memcached-1.4.17
   3. libmemcached-0.34
   4. memcached_functions_mysql_1.1

All of the above have been installed successfully. The output of the 
ldconfig -v command (the part where it shows that libmemcached libraries 
have been included) is as follows:

$ldconfig -v
/usr/local/libmemcached/lib:
        libmemcached.so.3 -> libmemcached.so.3.0.0
        libmemcachedprotocol.so.0 -> libmemcachedprotocol.so.0.0.0
        libmemcachedutil.so.0 -> libmemcachedutil.so.0.0.0

But when I try to load UDF's into mysql using the install_functions.sql 
that is shipped with memcache_functions it throws the following error:

ERROR 1126 (HY000) at line 38: Can't open shared library 
'libmemcached_functions_mysql.so' (errno: 0 libmemcached.so.3: cannot open 
shared object file: No such file or directory)

And the contents of the plugin directory are:

-rw-r--r-- 1 root root 6.1K Jan 21 13:49 adt_null.so-rw-r--r-- 1 root root  11K 
Jan 21 13:49 auth.so-rw-r--r-- 1 root root 6.0K Jan 21 13:49 
auth_socket.so-rw-r--r-- 1 root root 6.2K Jan 21 13:49 
auth_test_plugin.so-rw-r--r-- 1 root root  35K Jan 21 13:49 
ha_example.so-rw-r--r-- 1 root root  10K Jan 21 13:49 
libdaemon_example.so-rw-r--r-- 1 root root 361K Feb 13 02:47 
libmemcached_functions_mysql.a-rwxr-xr-x 1 root root 1.1K Feb 13 02:47 
libmemcached_functions_mysql.la-rwxr-xr-x 1 root root 167K Feb 13 02:47 
libmemcached_functions_mysql.so-rwxr-xr-x 1 root root 167K Feb 13 02:47 
libmemcached_functions_mysql.so.0-rwxr-xr-x 1 root root 167K Feb 13 02:47 
libmemcached_functions_mysql.so.0.0.0-rw-r--r-- 1 root root  11K Jan 21 13:49 
mypluglib.so-rw-r--r-- 1 root root 5.9K Jan 21 13:49 
qa_auth_client.so-rw-r--r-- 1 root root  11K Jan 21 13:49 
qa_auth_interface.so-rw-r--r-- 1 root root 6.0K Jan 21 13:49 
qa_auth_server.so-rw-r--r-- 1 root root  39K Jan 21 13:49 
semisync_master.so-rw-r--r-- 1 root root  15K Jan 21 13:49 semisync_slave.so

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to