Quote:
Originally Posted by pearl shell
Hii All,
i m trying to embedded mozswing browser in my juava application on 64-bit centOs , but i m getting error :
/mozswing/native/linux/xulrunner/libxul.so: undefined symbol: g_once_init_enter_impl
Can any one tell me the reason or the erroe and the solution..
Thanks
pearl
|
Not sure what "juava" is, but I'm assuming you mean "Java".
A quick Google search turns up lots on this error....it appears to be caused by multiple versions of libglib in your search path. Since that's your application, you can either modify the code to use a specific one, or remove the others from your path.