Displaying 5 results from an estimated 5 matches for "compilation_and_installation".
2015 Mar 21
2
imap-login SSLv3 causes signal 11, core dump and DoS. ssl_protocols = ??
Am 21.03.2015 um 12:02 schrieb James:
> On 21/03/2015 10:55, Reindl Harald wrote:
>>
>> well, remove that brickage of "special compile"
>
> I'm sorry but I did not understand your comment
why do you compile openssl that way?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size:
2015 Mar 21
0
imap-login SSLv3 causes signal 11, core dump and DoS. ssl_protocols = ??
...>>> well, remove that brickage of "special compile"
>>
>> I'm sorry but I did not understand your comment
>
> why do you compile openssl that way?
What way? With or without ssl3? I've now done it both ways.
Reading:
https://wiki.openssl.org/index.php/Compilation_and_Installation
no-ssl3 seems to be a popular and legitimate option.
2015 Mar 21
1
imap-login SSLv3 causes signal 11, core dump and DoS. ssl_protocols = ??
...of "special compile"
>>>
>>> I'm sorry but I did not understand your comment
>>
>> why do you compile openssl that way?
>
> What way? With or without ssl3? I've now done it both ways.
>
> Reading:
> https://wiki.openssl.org/index.php/Compilation_and_Installation
> no-ssl3 seems to be a popular and legitimate option
that maybe all fine and true, but since others can't reproduce your
problem it's likely your openssl build and not dovecot itself
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Typ...
2017 Apr 05
1
libcurl issue when manually installing R-3.3.3 on Debian 3.16.0-4-amd64
...make test
sudo make install
/usr/local/openssl/bin$ openssl version
OpenSSL 1.1.0e 16 Feb 2017
[OpenSSL commands were put together / modified from
https://geeksww.com/tutorials/libraries/openssl/installation/installing_openssl_on_ubuntu_linux.php
https://wiki.openssl.org/index.php/Compilation_and_Installation
https://github.com/openssl/openssl/issues/1740
as curl's installation failed without -Wl,-rpath=/usr/local/openssl/lib ]
#install curl (curl-7.53.1 from https://curl.haxx.se/download.html)
./configure --with-ssl=/usr/local/openssl
make
sudo make install
#install R
R-3.3.3 from https:...
2017 Apr 04
2
libcurl issue when manually installing R-3.3.3 on Debian 3.16.0-4-amd64
Dear Dirk,
Do you mean binaries for R-3.3.3?
I could not find any link on the page you mention
I downloaded R-3.3.3.tar.gz from https://cran.r-project.org/src/base/R-3/
then ran
./configure
I also tried
./configure --enable-R-shlib
based on a suggestion found in
http://jenzopr.github.io/bioinformatics/2016/05/03/r-wheezy-build.html
Many thanks,
Lucio
On 4 April 2017 at 17:17, Dirk