Re: __guard_local issue

2013-05-24 Thread Bogdan Andu
that symbol visible. Bogdan From: Matthew Dempsky To: Bogdan Andu Cc: "misc@openbsd.org" Sent: Friday, May 24, 2013 12:04 AM Subject: Re: __guard_local issue On Thu, May 23, 2013 at 2:38 AM, Bogdan Andu wrote: > ./configure > sudo g

Re: __guard_local issue

2013-05-23 Thread Matthew Dempsky
On Thu, May 23, 2013 at 2:38 AM, Bogdan Andu wrote: > ./configure > sudo gmake install > the same error You need to run autoreconf, to regenerate configure from configure.in.

Re: __guard_local issue

2013-05-23 Thread Bogdan Andu
sue, because I really need R14B04. Please help. I am really out of ideas. Maybe I should link against other libraries but I do not know what they are. How can I dicover these libraries that I should link erlang against? Bogdan From: Matthew Dempsky To: Bogdan

Re: __guard_local issue

2013-05-22 Thread Matthew Dempsky
On Wed, May 22, 2013 at 3:30 AM, Bogdan Andu wrote: > I compile from source Erlang R14B04 on a freshly installed OpenBSD 5.3 amd64 > machine, configured with preinstalled opensssl library > /usr/lib/libssl.so.19.0 . This was fixed upstream in R15B03: https://github.com/erlang/otp/commit/c282f35

Re: __guard_local issue

2013-05-22 Thread Tomas Bodzar
On Wed, May 22, 2013 at 12:30 PM, Bogdan Andu wrote: > Hello, > > > I compile from source Erlang R14B04 on a freshly installed OpenBSD 5.3 > amd64 machine, configured with preinstalled opensssl library > /usr/lib/libssl.so.19.0 . > Why older version as there's package of newer one available any

__guard_local issue

2013-05-22 Thread Bogdan Andu
Hello, I compile from source Erlang R14B04 on a freshly installed OpenBSD 5.3 amd64 machine, configured with preinstalled opensssl library /usr/lib/libssl.so.19.0 . $ /usr/sbin/openssl OpenSSL> version OpenSSL 1.0.1c 10 May 2012 OpenSSL> ^D when I try to load the crypto module I get the follwi