| Next: [PATCH] x86: MCE: Fix a race condition about mce_.. |
| Author |
Message |
Sysop External

Since: Feb 15, 2009 Posts: 4
|
Posted: Mon Jun 15, 2009 5:10 am Post subject: OpenSSL library: libcrypto.so Archived from groups: alt>os>linux>debian (more info?) |
|
|
Can you please tell me which debian package has this file?
bbs:/home/phil/bbbs# ./bbbsd 27 27 telnetd:23 httpd:81 httpd:443:ssl
rawd:24554:binkp "quiet"
SSL-support needs OpenSSL library: libcrypto.so: cannot open shared object
file: No such file or directory
bbs:/home/phil/bbbs# |
|
| Back to top |
|
 |
Osamu Hone External

Since: Jun 15, 2009 Posts: 11
|
Posted: Mon Jun 15, 2009 5:10 am Post subject: Re: OpenSSL library: libcrypto.so [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
> Can you please tell me which debian package has this file?
libssl0.9.8 (or you need libssl-dev)
$ dpkg -S libcrypto.so
libssl-dev: /usr/lib/libcrypto.so
libssl0.9.8: /usr/lib/libcrypto.so.0.9.8
libcrypto.so is a symlink to libcrypto.so.0.9.8 |
|
| Back to top |
|
 |
Marin Schnitkemper External

Since: Mar 02, 2009 Posts: 6
|
Posted: Mon Jun 15, 2009 6:10 am Post subject: Re: OpenSSL library: libcrypto.so [Login to view extended thread Info.] Imported from groups: per prev. post (more info?) |
|
|
| This message is not archived |
|
| Back to top |
|
 |
Sysop External

Since: Feb 15, 2009 Posts: 4
|
Posted: Tue Jun 16, 2009 12:10 am Post subject: Re: OpenSSL library: libcrypto.so [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Hi
The web server with apache is running on a different server, so I do not want
to install apache again. I checked all the available packages, and I still can
not find it.
bs:/home/phil# apt-cache search openssl
aolserver4-nsopenssl - AOLserver 4 module: module for SSL mode.
ca-certificates - Common CA Certificates PEM files
cl-ssl - Common Lisp interface to OpenSSL package
cryptmount - Management and user-mode mounting of encrypted file systems
cryptonit - A client side PKI (X.509) cryptographic tool
elfsign - ELF binary signing and verification utilities
etpan-ng - console mail user agent based on libEtPan!
gjots2 - A simple jotter (outline processor) for X11/gtk-gnome
libace-ssl5.4.7c2a - ACE secure socket layer library
libapache-mod-php4 - server-side, HTML-embedded scripting language (apache 1.3
module)
libapache-mod-php5 - server-side, HTML-embedded scripting language (apache 1.3
module)
libapache-mod-ssl - Strong cryptography (HTTPS support) for Apache
libapache2-mod-php4 - server-side, HTML-embedded scripting language (apache 2
module)
libapache2-mod-php5 - server-side, HTML-embedded scripting language (apache 2
module)
libbigloossl2.8c - OpenSSL support for bigloo
libcrypt-openssl-bignum-perl - Access OpenSSL multiprecision integer arithmetic
libraries
libcrypt-openssl-dsa-perl - Module which implements the DSA signature
verification system
libcrypt-openssl-random-perl - Access to the OpenSSL pseudo-random number
generator
libcrypt-openssl-rsa-perl - Perl module providing basic RSA functionality
libcrypt-ssleay-perl - Support for https protocol in LWP
libcurl3 - Multi-protocol file transfer library
libcurl3-dbg - libcurl compiled with debug symbols
libcurl3-dev - Transitional package to libcurl3-openssl-dev
libcurl3-openssl-dev - Development files and documentation for libcurl
libengine-pkcs11-openssl - OpenSSL engine for PKCS#11 modules
libneon25 - An HTTP and WebDAV client library
libneon26 - An HTTP and WebDAV client library
libnewpki2 - PKI based on the OpenSSL low-level API (core library)
libopenssl-ruby - OpenSSL interface for Ruby
libopenssl-ruby1.8 - OpenSSL interface for Ruby 1.8
libopenssl-ruby1.9 - OpenSSL interface for Ruby 1.9
libruby-extras - a bundle of additional libraries for Ruby
libruby1.8-extras - a bundle of additional libraries for Ruby 1.8
libssl-dev - SSL development libraries, header files and documentation
libssl-ocaml - OCaml bindings for OpenSSL
libssl-ocaml-dev - OCaml bindings for OpenSSL
libssl0.9.7 - SSL shared libraries
libssl0.9.7-dbg - Symbol tables for libssl and libcrypt
libssl0.9.8 - SSL shared libraries
libssl0.9.8-dbg - Symbol tables for libssl and libcrypt
libwww-curl-perl - Perl bindings to libcurl
libxmlsec1-openssl - Openssl engine for the XML security library
litmus - WebDAV server protocol compliance test suite
newpki-client - PKI based on the OpenSSL low-level API (client package)
newpki-server - PKI based on the OpenSSL low-level API (server package)
openssl - Secure Socket Layer (SSL) binary and related cryptographic tools
openvpn - Virtual Private Network daemon
php4-cgi - server-side, HTML-embedded scripting language (CGI binary)
php4-cli - command-line interpreter for the php4 scripting language
php5-cgi - server-side, HTML-embedded scripting language (CGI binary)
php5-cli - command-line interpreter for the php5 scripting language
postgresql-common - manager for PostgreSQL database clusters
pyca - Certification Authority written in python
pyopenssl-doc - Documentation for pyOpenSSL
python-pyopenssl - Python wrapper around the OpenSSL library (dummy package)
ruby1.8 - Interpreter of object-oriented scripting language Ruby 1.8
somaplayer - player audio for the soma suite
ssl-cert - Simple debconf wrapper for openssl
stone - TCP/IP packet repeater in the application layer.
tcltls - The TLS OpenSSL extension to Tcl
tinyca - simple graphical program for certification authority management
zope-externaleditor - Zope External Editor
zopeedit - Helper Application for Zope External Editor
bbs:/home/phil#
bbs:/home/phil# apt-get install openssl
Reading package lists... Done
Building dependency tree... Done
openssl is already the newest version.
> From: Marin Schnitkemper <news.trash.5.mschnitk.DeleteThis@spamgourmet.com>
> · Sysop.DeleteThis@bbs.cyberchatnet.com <Sysop.DeleteThis@bbs.cyberchatnet.com> schrieb:
>> Can you please tell me which debian package has this file?
> ,----[ libssl0.9.8 ]
> | SSL shared libraries
> | libssl and libcrypto shared libraries needed by programs like
> | apache-ssl, telnet-ssl and openssh.
> | .
> | It is part of the OpenSSL implementation of SSL.
> |
> `----
> Martin.
> --
> .''`. OS: Debian GNU/Linux 5.0
> : :' : Kernel: 2.6.26-2-686
> `. `'` KDE: 3.5.10
> `- Debian. Because it *must* work. |
|
| Back to top |
|
 |
John Hasler External

Since: Dec 04, 2004 Posts: 192
|
Posted: Tue Jun 16, 2009 7:32 am Post subject: Re: OpenSSL library: libcrypto.so [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
libcrypto is in the libssl package. Install libssl0.9.8 and you should be
ok. However, as it is "Priority: important" you should already have it.
--
John Hasler |
|
| Back to top |
|
 |
|