Hello,
I have problem installing chan_misdn. I am quite new to Linux. It is a fresh install of CentOS (nothing else installed except no machine, yum update and yum update kernel done). I think misdn and misdn_user are correctly installed. I used “install-misdn-mqueue.tar.gz”, and /etc/init.d/misdn-init and misdn generate the .conf files and recognize my card.
My problem is when I launch asterisk with -vc, I get “WARNING[8147]: loader.c:359 load_dynamic_module: Error loading module ‘chan_misdn.so’: libisdnnet.so: cannot open shared object file: No such file or directory”.
I have ‘libisdnnet.so’ in /usr/lib and ‘chan_misdn.so’ in /usr/lib/asterisk/modules. I set read-write permissions to evryone. I tried a link to ‘libisdnnet.so’ in /usr/lib/asterisk/modules.
I hope the solution is to put a link in the good directory. Can someone tell where to put it?
Thank you for reading.
PS: I think it is another problem, but, who knows : when I try “make portinfo”, i get : “make: *** No rule to make target portinfo.o', needed by
portinfo’. Stop.”. I do not care about this problem, except if it help solving the first one.