I figure'd out what went wrong, in file
mozilla/xpinstall/wizard/unix/src2/nsXIEngine.cpp:655
libpath is = to NULL ; this is a big problem, since it is searching the root
directory for libxpistub.so (exact line:
sprintf(libpath,"%s/%s",libpath,XPISTUB);. Short fix: cp libxpistub.so from std.
library location to root dir (if you have privledges) and remove it
afterwards. Perhaps I should submit a patch for this... Hope this helps
someone.
[quote:a268038cce="linky_fan"]I figure'd out what went wrong, in file
mozilla/xpinstall/wizard/unix/src2/nsXIEngine.cpp:655
libpath is = to NULL ; this is a big problem, since it is searching the root
directory for libxpistub.so (exact line:
sprintf(libpath,"%s/%s",libpath,XPISTUB);. Short fix: cp libxpistub.so from std.
library location to root dir (if you have privledges) and remove it
afterwards. Perhaps I should submit a patch for this... Hope this helps
someone.[/quote]
是什么意思