[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling Asterisk



At 08:42 PM 8/1/2004, Tarquin Joseph wrote:

>I know that Asterisk was written for the Linux platform but the website
>says that it has been successfully compiled on OpenBSD.  I saw a post
>where someone has it working on 3.4 but is anyone using it on 3.5?  If
>so what did you do to get by the errors above?

Use "gmake", not "make".

Add this after the FreeBSD-specific library stuff in the Makefile -

ifeq (${OSARCH},OpenBSD)
LIBS=-lcrypto -lpthread -lm -lncurses
endif

Also, try the Asterisk users mailing list archives at 
<http://lists.digium.com/pipermail/asterisk-users/>.


--
Greg Broiles
gbroiles@parrhesia.com