https://bugzilla.novell.com/show_bug.cgi?id=293439#c14 --- Comment #14 from Robert Munteanu <robert.munteanu@gmail.com> 2007-08-16 07:58:18 MST --- I am not going to pretend I understand too much of the mechanics involved, but here goes: a) During an unrelated development session I tried to use selenium to invoke firefox from java. It failed with /usr/lib/firefox/firefox-bin: symbol lookup error: /usr/lib/firefox/firefox-bin: undefined symbol: JS_SaveFrameChain b) I tried to gather information about JS_SaveFrameChain, and found out that it is contained in the Firefox source code (declared in js/src/api.h, downloaded from ftp.mozilla.org) c) Looking at the source code from the provided xulrunner ( mozilla-xulrunner181-1.8.1.4-9 ) I found that the js/jsapi.h file did not include such a declaration. It seems to be that this _might_ cause a capabilities mismatch between what eclipse expects and what mozilla offers. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.