search for: libopenssl

Displaying 20 results from an estimated 42 matches for "libopenssl".

2010 Oct 19
4
Problem while installing passenger for apache
Hi, I am trying to install passenger 3.0 for apache2 on Ubuntu 10.10. It says that I need to install libopenssl-ruby. But when I did ''sudo apt-get install libopenssl-ruby'', I got the following error. Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting ''libruby'' instead of ''libopenssl-ruby'' libruby is...
2009 Feb 27
1
rake bombs on openssl (on Ubuntu)
...headers libssl-ocaml - OCaml bindings for OpenSSL libssl-ocaml-dev - OCaml bindings for OpenSSL libssl-dev - SSL development libraries, header files and documentation libssl0.9.8 - SSL shared libraries libssl0.9.8-dbg - Symbol tables for libssl and libcrypto Also, I see this: $ apt-cache search libopenssl-ruby libopenssl-ruby - OpenSSL interface for Ruby libopenssl-ruby1.9 - OpenSSL interface for Ruby 1.9 ruby1.8 - Interpreter of object-oriented scripting language Ruby 1.8 libopenssl-ruby1.8 - OpenSSL interface for Ruby 1.8 Clues anyone? --~--~---------~--~----~------------~-------~--~----~ You r...
2010 Apr 10
3
pkcs11-helper-devel is needed
....1-1.x86_64 [root at vpn VpnSetup]# rpm -ivh pkcs11-helper-devel-1.06-2.1.x86_64.rpm uyar??: pkcs11-helper-devel-1.06-2.1.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 849bf240 hata: Failed dependencies: pkcs11-helper = 1.06 is needed by pkcs11-helper-devel-1.06-2.1.x86_64 libopenssl-devel is needed by pkcs11-helper-devel-1.06-2.1.x86_64 [root at vpn VpnSetup]# rpm -ivh pkcs11-helper-1.07-5.3.src.rpm uyar??: pkcs11-helper-1.07-5.3.src.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID 3dbdc284 1:pkcs11-helper ########################################### [100%] [r...
2015 Apr 26
2
[patch] TLS Handshake failures can crash imap-login
...nd using debian or centos (don't know which) and he was > unable to reproduce so as always they might be patching something, it > might not affect old software or they don't link with openssl. I tried Debain squeeze, CentOS6 and Ubuntu 1404. Seems the issue might require a version of libopenssl, that does not have support for sslv3 compiled in. I have been made aware, that we have a fix for Dovecot in the works. br, Teemu Huovila
2010 Sep 08
6
Cannot start sqlite3
Hello everybody, i''m a long time watcher of these forums first time poster. I wanted to start getting into rails and have a play, I found a very useful guide on the Internet detailing the install process for Ubuntu 10.04, after the install and setup process which seem to complete OK, i went ahead and started my first project, however when I go to start the server I get this message?
2015 Apr 27
1
[patch] TLS Handshake failures can crash imap-login
On 04/26/2015 10:51 PM, Hanno B?ck wrote: > On Sun, 26 Apr 2015 21:51:25 +0300 > Teemu Huovila <teemu.huovila at dovecot.fi> wrote: > >> Seems the issue might require a version of libopenssl, that does not >> have support for sslv3 compiled in. I have been made aware, that we >> have a fix for Dovecot in the works. > > No that's not true. I have explicitely tried that. > You just need to *disable* SSLv3, but that can be done within the > config file. Fair e...
2006 Jan 13
2
Switchtower - openssl error
I get this error on switchtower setup task: no such file to load -- openssl I have openssl installed. Debian 3.1, Rails 1.0, Ruby 1.8.2, OpenSSL 0.9.7e
2007 Aug 25
3
Capistrano / Net-ssh install errors skipping require of...
I''m trying to find out why capistrano will not run on my computer. I am running Ubuntu 6.06 dapper drake. Rails 1.2.3 I get errors when i try to run cap -h or cap anything... /usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/ossl/hmac/none.rb:27: uninitialized constant Net::SSH::Transport::OSSL::HMAC::Abstract (NameError) When i install net-ssh i get the message
2020 Oct 07
2
[PATCH] add with-openssl option
...= SSL_new], > > [openssl_ok='yes']) > > + CFLAGS="$xt_save_CFLAGS" > > + LIBS="$xt_save_LIBS" > > +fi > > > > if test "$openssl_ok" = "yes"; then > > AC_DEFINE(HAVE_OPENSSL, 1, [Define if you have libopenssl.]) > > -- > > 2.26.2 > > > > _______________________________________________ > > Icecast-dev mailing list > > Icecast-dev at xiph.org > > http://lists.xiph.org/mailman/listinfo/icecast-dev
2007 Sep 30
2
Initial setup problems on Ubuntu edgy (06.10)
...til::Autoload (NameError) from /usr/lib/ruby/1.8/puppet/network/client.rb:42 from /usr/sbin/puppetd:159 This is with the following packages (downloaded from debian sid) :- ii facter 1.3.8-1 a library for retrieving facts from operating systems ii libopenssl-ruby 1.0.0+ruby1.8.2-1 OpenSSL interface for Ruby ii libopenssl-ruby1.8 1.8.4-5ubuntu1.2 OpenSSL interface for Ruby 1.8 ii libshadow-ruby1.8 1.4.1-7 Interface of shadow password for Ruby 1.8 ii libxmlrpc-ruby 1.8.2-1 XML-RPC suppor...
2003 Sep 06
2
digium dev kit - X100P & TDM400P
...stall the dev lite kit, which I DON't have. I tried it anyway ignoring the references to S100U. There is a astinstaller, that failed complaining of no openssl-devel. Astericks has been running for the past week with no obvious problems or alerts. I am informed that mandrake has renamed it to libopenssl-blah-blah, so I look at the astinstaller entry and change it. Still fails so I remove that check. It now builds and completes. It complains [root@carol etc]# ztcfg -vv Zaptel Configuration ====================== Channel map: Channel 01: FXO Kewlstart (Default) (Slaves: 01) Channel 02: FXS...
2009 Oct 06
7
rails: command not found on Debian lenny
I installed ruby gems from their website and installed rails using gem install rails I got a successful installed notification. But when I tried to use rails command, it gave me command not found. After I installed gems. I had to create a symbolic link otherwise gem command wouldn''t work. Anyone know how to get rails to work? Thanks!!
2020 Oct 07
1
[PATCH] add with-openssl option
...]) > >>> + CFLAGS="$xt_save_CFLAGS" > >>> + LIBS="$xt_save_LIBS" > >>> +fi > >>> > >>> if test "$openssl_ok" = "yes"; then > >>> AC_DEFINE(HAVE_OPENSSL, 1, [Define if you have libopenssl.]) > >>> -- > >>> 2.26.2 > >>> > >>> _______________________________________________ > >>> Icecast-dev mailing list > >>> Icecast-dev at xiph.org > >>> http://lists.xiph.org/mailman/listinfo/icecast-dev > _______...
2006 May 13
8
Which Linux flavor for a Rails server?
Hi folks, I''m a linux noob, and I''m trying to pick a distro for my rails server. I don''t want to start a flame-war about linux distros! I''m interested in the best distribution for these criteria: 1 - Simplicity of getting ruby and rails set-up (gem updates) 2 - Stability (it is a server, after all) 3 - Support resources (community, and as a fall-back, paid
2009 Mar 17
7
urgent please :HTTPS html parsing
Hi, Is there any way to extract the html code of a https:// website in hpricot. When i use hpricot to access a https:// website i receive the following error. /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'': no such file to load -- net/https (LoadError) from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' from
2015 Apr 26
0
[patch] TLS Handshake failures can crash imap-login
On Sun, 26 Apr 2015 21:51:25 +0300 Teemu Huovila <teemu.huovila at dovecot.fi> wrote: > Seems the issue might require a version of libopenssl, that does not > have support for sslv3 compiled in. I have been made aware, that we > have a fix for Dovecot in the works. No that's not true. I have explicitely tried that. You just need to *disable* SSLv3, but that can be done within the config file. -- Hanno B?ck http://hboeck.de/...
2020 Oct 05
0
[PATCH] add with-openssl option
...BS" + AC_TRY_LINK([#include <openssl/ssl.h>], [void *a = SSL_new], [openssl_ok='yes']) + CFLAGS="$xt_save_CFLAGS" + LIBS="$xt_save_LIBS" +fi if test "$openssl_ok" = "yes"; then AC_DEFINE(HAVE_OPENSSL, 1, [Define if you have libopenssl.]) -- 2.26.2
2009 Sep 16
1
res-crypto dependencies
I'm trying to enable res_crypto on a 1.4 installation, but menuconfig says ssl is needed. I've installed openssl, openssl-devel, openssl-perl but it's still not happy. Anyone know what else is needed? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090916/d21c2aca/attachment.htm
2007 Jul 11
3
Could not load openssl; cannot install
I''m trying to get Puppet to run on ESX v3.0.1. Being that ESX doesn''t come with ruby, I installed v1.8.6 under /opt/ruby/ruby-1.8.6 and linked the bin to /usr/bin. facter installed and runs without issue. However, when I try to install puppet, I get: - Could not load openssl; cannot install Is this due to the way I installed ruby or something else? Thanks, Clif
2007 Feb 13
0
Puppet on Ubuntu Edgy
....8.5-p12 source and installed. The prior Ruby version I was using was 1.8.2-1. Now when I try to install puppet from source I get: root@lila:/usr/local/src/puppet-0.22.1# ruby install.rb Could not load openssl; cannot install I can''t find any openssl ruby libraries. I tried installing libopenssl-ruby1.8 from Ubuntu which didn''t work. I''ve got libssl0.9.8 and the dev package installed. I realize some of this is out of the realm of Puppet but I thought maybe someone is running 0.22.1 on Edgy. Thanks, Kent -- "It may be true that the law cannot make a man love me, b...