-----Original Message----- From: Frank Hale [mailto:[EMAIL PROTECTED] Sent: Sat 10/13/2007 5:02 PM To: Verner Kjærsgaard Cc: [email protected] Subject: Re: [opensuse] Zend Studio 5.5 not installing/working on SuSE10.3 I had to figure this error out last night... Google led me here:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6532373 do this: For sun-java5-bin: sed -i 's/XINERAMA/FAKEEXTN/g' /usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/lib/i386/xawt/libmawt.so For sun-java6-bin: sed -i 's/XINERAMA/FAKEEXTN/g' /usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/i386/xawt/libmawt.so On 10/13/07, Verner Kjærsgaard <[EMAIL PROTECTED]> wrote: > Hi list, > > - just tried to install (crucial to me) my Zend Studio 5.5 onto my new > SuSE10.3 > > - I got this: > > Launching installer... > java: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed. > > - Any hints as to what causes this ? > - as always, thank you! > > -- > ------------------------------------------------------------------------- > Med venlig hilsen/Best regards > Verner Kjærsgaard > Novell Certified Linux Professional 10035701 > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] I ran into this issue as well. You can also add 'export LIBXCB_ALLOW_SLOPPY_LOCK=1' to your .bashrc file. That took care of the issue for me although it's probably just fixing the symptom rather then the issue. Carey Durbin Systems Analyst/Administrator Bridgestone APM Co., Plant 2 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
