LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   error in embedding mozswing on centOs (https://www.linuxquestions.org/questions/linux-newbie-8/error-in-embedding-mozswing-on-centos-771673/)

pearl shell 11-26-2009 04:34 AM

error in embedding mozswing on centOs
 
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

TB0ne 11-27-2009 05:09 PM

Quote:

Originally Posted by pearl shell (Post 3770165)
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.

pearl shell 11-29-2009 10:23 PM

Thanks...
yaa i mean java only.. it was a spelling mistake.. sry

i m using a single libglib ..only... its not a error source.. may be some compatiblity issue


All times are GMT -5. The time now is 08:25 AM.