Re: Could not find OpenSSL 0.9.6.2 on Debian

From: Roberto Sanchez (rcsanchez97_at_yahoo.es)
Date: 04/02/04

  • Next message: Sean O'Dell: "Re: Debian put into a broken state"
    Date: Thu, 01 Apr 2004 17:37:40 -0500
    To: debian-user@lists.debian.org
    
    
    

    Christopher Hollow wrote:
    > Hi Folks,
    >
    > New to the list and to jabber. System Config:
    >
    > =========
    > PII 266MHz
    > 64MB Memory
    > Debian 3.0r2 2.2.20-idepci
    > jabberd-2.0s2
    > libssl0.9.6 0.9.6c-2.woody SSL shared libraries
    > openssl 0.9.6c-2.woody Secure Socket Layer (SSL) binary and related
    > =========
    >
    >
    > When I run the configure script I get the following error:
    >
    > checking for OpenSSL in the standard places... no
    > checking for OpenSSL in /usr/local/openssl... no
    > checking for OpenSSL in /usr/local/ssl... no
    > checking for OpenSSL in /sw... no
    > configure: error: Could not find OpenSSL 0.9.6.2 (or higher)
    > dnajab:/usr/local/src/jabberd-2.0s2#
    >
    > I've tried it with --with-openssl=/usr/lib thinking it might be able to
    > use /usr/lib/libcrypto.so.0.9.6
    > I've also tried with --with-openssl=/usr/lib/ssl . It still dies with
    > "checking for OpenSSL in /usr/lib/ssl... no"
    >
    > Any suggestions?
    >
    > Thanx for your time,
    >
    > Christopher Hollow
    >

    You are in need of:

    libssl-dev

    Typically, installing the library package will not get you the
    static archives and header files necessary for development.

    -Roberto Sanchez

    
    

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    


  • Next message: Sean O'Dell: "Re: Debian put into a broken state"