Try 1.4.2 or trunk to see if problem goes away. Post a bug if not, tweak Makefile, configure, whatever way you can to help patch - even if you cannot, post a bug.
i don’t think there is a 1.4.2 release for addons. you could get trunk using svn co http://svn.digium.com/pub/asterisk-addons/trunk asterisk-addons-trunk at the shell prompt.
although, i expect you’ll find the same issue. time then to report a bug at bugs.digium.com/
I want to install addons-1.4.0 and do the following in the addons installation directory:
./configure --prefix=/misc/ast --sysconfdir /misc/ast/etc --localstatedir /misc/ast/var --without-mysqlclient
make menuselect
Set off everything except ooh323
make
And this time I can see that the path to the channel.h in the file configure is checking with static string “/usr/var…” etc. That is why make is unsuccesfull. I tried to chenge this string to /misc/ast/include/asterisk where the channel.h is, but got a lot of other errors with undefined
So as I see there are many static pathes to be changed. How can I do this changing the arguments of configure?