[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling Asterisk
- To: <misc@openbsd.org>
- Subject: Re: Compiling Asterisk
- From: "Tarquin Joseph" <tjoseph@cc.tt>
- Date: Mon, 2 Aug 2004 00:41:03 -0400
- Content-Class: urn:content-classes:message
- Thread-Index: AcR4RxB4k9/RE6KkRzqczncxUPt38QAAWeDA
- Thread-Topic: Compiling Asterisk
Okay.
Added that package and tried a gmake.
Got further but it stopped again with a long series of '/usr/lib/libssl'
errors ending like this:
/usr/lib/libssl.so.8.0: undefined reference to
`X509_STORE_CTX_set_verify_cb'
/usr/lib/libssl.so.8.0: undefined reference to `ERR_load_strings'
/usr/lib/libssl.so.8.0: undefined reference to `EVP_md2'
/usr/lib/libssl.so.8.0: undefined reference to `HMAC_CTX_init'
/usr/lib/libssl.so.8.0: undefined reference to `EVP_get_digestbyname'
collect2: ld returned 1 exit status
gmake: *** [asterisk] Error 1
Anyone with suggestions? Tried searching for a libssl package doesn't
seem to exist.
Tarquin.
-----Original Message-----
From: Raymond Morsman [mailto:raymond@dyn.org]
Sent: Monday, August 02, 2004 12:06 AM
To: Tarquin Joseph
Cc: misc@openbsd.org
Subject: Re: Compiling Asterisk
On Mon, 2004-08-02 at 05:42, Tarquin Joseph wrote:
> Hello All,
>
> I saw a posting about VoIP on OpenBSD using Asterisk I believe.
>
> I was interested in Asterisk so I downloaded it from the website and
> did the make on my OBSD 3.5 box I got this:
>
> "Makefile", line 21: Missing dependency operator
Tried to use gmake instead of make?
Raymond.