Keren Dong wrote: > I need to call a function which is provided by a .so library, but when > running with firefox, it crashed and report: > > /libexec/ld-slf.so.1: /usr/X11r6/lib/firefox/components/libtest.so: > Undefined symbol "_Z10getprivkeyPiPPh" > > getprivkey() is the function that I need to call. > How to solve this?
What library is getprivkey() supplied by? Are you linking against that library? Is that function actually exported by the library you think it is? --BDS _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
