Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
static build of Erlang with openssl ?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Benoit Chesneau  
View profile  
 More options Nov 3 2012, 4:04 am
From: Benoit Chesneau <bchesn...@gmail.com>
Date: Sat, 3 Nov 2012 09:03:56 +0100
Local: Sat, Nov 3 2012 4:03 am
Subject: [erlang-questions] static build of Erlang with openssl ?

Is there a way to build Erlang with openssl statically on unixes ?

- benoît

_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dmitry Kolesnikov  
View profile  
 More options Nov 3 2012, 5:43 am
From: Dmitry Kolesnikov <dmkolesni...@gmail.com>
Date: Sat, 3 Nov 2012 11:42:52 +0200
Local: Sat, Nov 3 2012 5:42 am
Subject: Re: [erlang-questions] static build of Erlang with openssl ?
Hello,

--disable-dynamic-ssl-lib make a trick

see ./configure --help for details

- Dmitry

On Nov 3, 2012, at 10:03 AM, Benoit Chesneau wrote:

> Is there a way to build Erlang with openssl statically on unixes ?

> - benoît
> _______________________________________________
> erlang-questions mailing list
> erlang-questi...@erlang.org
> http://erlang.org/mailman/listinfo/erlang-questions

_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Max Lapshin  
View profile  
 More options Nov 3 2012, 8:55 am
From: Max Lapshin <max.laps...@gmail.com>
Date: Sat, 3 Nov 2012 15:55:39 +0300
Local: Sat, Nov 3 2012 8:55 am
Subject: Re: [erlang-questions] static build of Erlang with openssl ?
But don't forget that you should compile OpenSSL by yourself.
_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jared Morrow  
View profile  
 More options Nov 3 2012, 6:31 pm
From: Jared Morrow <ja...@basho.com>
Date: Sat, 3 Nov 2012 16:31:19 -0600
Local: Sat, Nov 3 2012 6:31 pm
Subject: Re: [erlang-questions] static build of Erlang with openssl ?

You'll want to do something like:

% openssl

./Configure --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared
make && make install

% erlang

./configure --with-ssl=/usr/local/ssl/ --disable-dynamic-ssl-lib

-Jared

_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »