Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6125983
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:18:52+00:00 2026-05-23T16:18:52+00:00

I have openssl 0.9.8g installed on my computer… It seems that it has a

  • 0

I have openssl 0.9.8g installed on my computer…
It seems that it has a known bug which I ran into.

I wanted to install the current version 1.0.0d which seems to have fixed the bug.

so, basic install :

$ ./config
$ make
$ sudo make install

However even after recompiled my software I still get the same error, and it is for sure coming from 0.9.8 since it is written in the error :

error:1408F06B:SSL
routines:SSL3_GET_RECORD:bad
decompression:/SourceCache/OpenSSL098/OpenSSL098-35/src/ssl/s3_pkt.c:438:

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T16:18:53+00:00Added an answer on May 23, 2026 at 4:18 pm

    Let’s assume you installed your downloaded version of OpenSSL to /home/yourname/openssl. Then you need to tell your software to use that custom install instead of the pre-packaged 0.9.8 that already resides on your file system. There’s no need to uninstall that, you can have several installations on your machine. “Telling” your software where to find your custom installation is by providing the linker with the correct paths where to find libssl and libcrypto. Add these to the linking options in your Makefile:

    -L/home/yourname/openssl/lib -Wl,-R/home/yourname/openssl/lib 
    

    Then it should link against the new version just fine. To verify it did, you can use

    ldd <your_executable_or_library>
    

    and verify that the custom OpenSSL path is listed there and not the old one.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have generated using openssl mycert.pem which contents the certificate. And I converted the
I have a legacy C++ module that offers encryption/decryption using the openssl library (DES
We have a Linux application that makes use of OpenSSL's Python bindings and I
I created a self-signed certificate (created using OpenSSL) and installed it into the Certificate
Using Java 1.4.2 with unlimited jurisdiction policy files installed. I have a class that
Have just started using Visual Studio Professional's built-in unit testing features, which as I
I am trying to compile a small .c file that has the following includes:
I am having problems configuring JRuby to work properly with OpenSSL. Googling has revealed
I've installed CouchDB on my vagrant 0.9.0 box that is running CentOS 6.2 .
I have installed Lampp on my linux system, and I am learning symfony2, while

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.