Cian Hughes wrote:
I have just upgraded my asterisk box. Here is a short synopsis of what I had to do...: 1. I downloaded this new asterisk port, without bristuff: http://www.paradisegreen.co.uk/asterisk/ 2. I modified the Makefile and files/patch-Makefile to remove bristuff from misc/zaptel (Modifications here: http://me.cian.ws/capi/)

You have left a couple of other 'libpri.so.1.0's unpatched to 'libpri.so.1' in your files/patch-Makefile.

Adding this one fixes the chan_zap.so load error on asterisk startup:

-SOFLAGS = -Wl,-hlibpri.so.1.0
+SOFLAGS = -Wl,-hlibpri.so.1


HTH,
Vahan
_______________________________________________
Asterisk-BSD mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-bsd

Reply via email to