[Sqlrelay-discussion] Unable to use SQL Relay Drop-In Replacement Libraries
Brought to you by:
mused
|
From: andrew w. <and...@gm...> - 2009-09-01 08:02:38
|
Hi All, Have installed rudiments 0.32 and tried sqlrelay from both the 0.41 package and cvs. I followed the Programming with SQL Relay using the PHP API page and can connect to the db without any problems but when I tried the SQL Relay Drop-In Replacement Libraries by using exporting LD_PRELOAD=/usr/local/firstworks/lib/libmysql50sqlrelay.so and then mysql -h localhost -P 9000 --user=myuser in cli it just drops me back to the shell. Where can I look to debug? I am running Fedora 8, standard rpms, mysql 5.0.45, php 5.2.6. Has anyone else experienced this? I have multiple web servers that access the db, should i install sqlrelay on each web server to get the api to connect to the sqlrelay service running on the db? Thanks, Andrew |