Hi ds123,
The official MySQL binaries from http://www.mysql.com have MY_PTHREAD_FASTMUTEX defined, so our binaries have this defined too. Custom-built binaries may not.
To build MySQL binaries with the same configuration as the official builds from http://www.mysql.com, you can specify -DBUILD_CONFIG=mysql_release flag to cmake.
You also can download pre-compiled binaries from http://www.mysql.com, as described in this post (substitute 5.5.20 with 5.5.24 and x86_64 with i686).
Let us know if this doesn’t work.
Thread Starter
ds123
(@ds123)
thank you so much for the reply! i have hope now that i can finally get this working
i am also getting this error any idea on why ?
ERROR 1126 (HY000): Can’t open shared library ‘/usr/local/mysql/lib/plugin/ha_clouse-5.5.20.so’ (errno: 13 cannot open shared object file: Permission denied)
Most likely the account that mysqld is running as doesn’t have permission to execute ha_clouse-5.5.20.so or clouse.so. Running chmod 755 /usr/local/mysql/lib/plugin/*clouse*.so should fix that.
Thread Starter
ds123
(@ds123)
Artem got the plugin installed thank you!!!! i may have questions soon but that hurdle is accomplished looking forward to working with your software
you are welcome! Plz keep me posted about your progress.
Hi Thank you for your pluging, Currently I am using WP Super Cache and CDN Sync Tool and I would like to know if your plugin would replace them if not are there any conflicts ?
Thank you Again
Ermes
There is bit of an overlap, with respect to uploads handling. If possible try to switch off the uploads-related optimizations in these plugins.
Please keep in mind that WP2Cloud is not just only about performance. It primarily focuses on transforming WordPress into highly durable, stateless, scalable, backupless, less headaches solution over site’s lifetime. Tight integration with cloud storage brings cloud benefits to all data WordPress deals with – both content & uploads.
That sounds great and all but if you could be more specific in your installation instructions i think it would help all of us.
The technology you are making is very helpful, but its just very frustrating when doing something like installing it has to be such of a heartache. Personally i would really like to see more detailed step by step instructions. Preferable a video install guide.
It doesn’t seem as if you have any competitors (especially none with wp-plugins) so i think if you made the installation process less of a drag then you would have a great plugin on your hands.
Hope all is well.
Thank you for feedback. We’re always striving to improve all aspects of the product, including the documentation.
To make it easier to get started, we’ve created ready-to-run WordPress AMI and Virtual Appliance. The corresponding step-by-step guides are:
Just added step-by-step guide for WordPress on Google Cloud Storage:
We just released an installer for ClouSE and the step-by-step guide for it.
Please try it out. Any feedback is welcome.