From: Art Beall Date: March 15 2009 2:23am Subject: Install install with MySQL Message API List-Archive: http://lists.mysql.com/message-api/5 Message-Id: <79164.15427.qm@web90502.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi,=0AI am trying to install message_api-1.0beta5 on a Intel 64 bit Centos = 5.2 machine. I have run into a little problem when I try to install the cre= ate_function.sql statements. I get the error:=0A[root@ccmlct-1 message_api-= 1.0beta5]# mysql -uroot -p mydatabase < create_functions.sql=0AEnter passw= ord:=0AERROR 1126 (HY000) at line 3: Can't open shared library 'message_api= .so' (errno: 22 message_api.so: cannot open shared object file: No such fil= e or directory)=0A=0AThe configure, make, and make install have no problems= I can see. I have the output from those commands below.=0A=0A[root@ccmlct-= 1 message_api-1.0beta5]# ./configure=0A ... MySQL OK: -I/usr/local/includ= e/mysql=0A ... Spread OK: -I/usr/local/include (Version: 4)=0A ... Linking= OK: -lspread -L/usr/local/lib=0A Makefile has been created.=0A=0A[root@ccm= lct-1 message_api-1.0beta5]# make=0Acc -shared -fPIC -o message_api.so -I/u= sr/local/include/mysql -I/usr/local/include udf_spread.c options.c -lspread= -L/usr/local/lib=0Audf_spread.c: In function =E2send_mesg_init=E2:=0Audf_s= pread.c:278: warning: cast from pointer to integer of different size=0Audf_= spread.c: In function =E2track_memberships=E2:=0Audf_spread.c:774: warning:= cast to pointer from integer of different size=0Audf_spread.c: In function= =E2memberships_thread=E2:=0Audf_spread.c:1159: warning: cast from pointer = to integer of different size=0A=0A[root@ccmlct-1 message_api-1.0beta5]# mak= e install=0Acp -rp message_api.so /usr/local/lib/=0A=0A=0AAlso, this is the= contents of the ld.so.conf file:=0Ainclude ld.so.conf.d/*.conf=0A/opt/mysq= l/include/mysql=0A/usr/local/lib=0A/usr/lib=0A=0A=0A