News
PHP
PHP: ZendStudio fails to start
My ZendStudio installation just failed to start with following error:
java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c >xlib.lock' failed.
Seems an error with the java installation and apparently a well known one. So I issued the following lines from a shell
cd /usr/local/Zend/ZendStudio-5.5.0/jre/lib/i386/xawt cp libmawt.so libmawt.so.bak sed -i "s/XINERAMA/FAKEEXTN/" libmawt.so

