elsipo icon indicating copy to clipboard operation
elsipo copied to clipboard

Could not load the plugin

Open agranig opened this issue 14 years ago • 4 comments

Any particular thing I could check when it starts with info box "Could not load the plugin" in Ubuntu? Seems like it doesn't send any SIP message. Compilation goes well after some .pro tweaking, also no errors on the console or any further hints in the GUI, just a small application window doing nothing.

Andreas

agranig avatar Jul 04 '11 16:07 agranig

Had no time to give it a try on ubuntu, QT claims it is a portable framework. What version of qt do you have?

miconda avatar Jul 05 '11 10:07 miconda

I made it compile on Ubuntu 10.04 32b. I updated the pro file for e_pjsip plugin. You should adapt it if you have 64b version. Also, some more debug messages for loading modules should be printed. let me know if works this time.

miconda avatar Jul 08 '11 12:07 miconda

There are hardcoded absolute paths to /home/kamailio/work/sip/elsipo/src/elsipo in src/elsipo/Makefile. Once fixed, it complains about a missing Makefile.Releases when building plugins/e_pjsip.

agranig avatar Jul 09 '11 23:07 agranig

I removed the Makefiles from GIT, they should be generated on locally with qmake.

cd elsipo/src/elsipo
qmake -makefile -recursive elsipo-group.pro
make clean
make

Then the Makefile should be specific for local OS and paths.

miconda avatar Jul 17 '11 09:07 miconda