|
Hi All,
I have built sipXtapi library modules on ubuntu (Fiesty). I' m using its .so (shared object) files to call its functions.
My application runs through mozilla firefox and I have put shared libraries in
mozilla-firefox/plugins directory.
I have built codecs plugin shared library also and using them in the directory where my application's firefox HTML page is placed.
I have also tried to keep shared libraries in /usr/lib directory and i have also run "ldconfig " command to create their links.
My application is properly using methods of this shared object files for user registration and unregistration on our local asterisk server. My application can receive and hangup call also without any problem that makes me feel that codecs are correctly built.
But, when i try to make call, i got my application crashes with "Segmentation fault (core dumped)" error.
I get one more error if i try to run my application on fresh ubuntu machine where i didn't built sipXtapi. I m using shared library files (that are built on other machine) in fresh ubuntu machine.
And the error i get is ,
LoadPlugin : failed to initialze shared libraries /usr/lib/mozilla-firefox/plugins/codec_ilbc.so [libgsm.so.1 : cannot open shared object file ]
I don't know where's problem lying.
Please help,
i'm stuck.
Kindly, reply as soon as possible.
Thanku very much, |