Re: Missing libcrypto.so.6

"Dave Shield" <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
    [ First - *please* don't mail me privately, without copying
     any responses to the mailing list.  I don't have the time
     or inclination to offer private, unpaid, SNMP consultancy.
     Keep discussions to the list, where others can both learn
     and offer advice.  Thanks.   ]

On 15/08/06, [email protected] <[email protected]> wrote:
> Hello Dave,
>
> it is installed from binary distribution.
> [root@build sbin]# ./ldconfig -p | grep libcrypto
>         libcrypto.so.4 (libc6) => /lib/libcrypto.so.4
>         libcrypto.so (libc6) => /usr/lib/libcrypto.so

Ok - so libcrypto *is* installed - just not the specific version that
the binary is looking for.


>   where i can get the needed libcrypto.so.6.

That's actually the wrong question.
>From your original post:

> i have installed the net-snmp-5.3.1-1.fc5.i386.rpm on CentOs  2.6.9-34.EL system.

Note "fc5" (i.e. Fedora Core 5) vs "CentOs  2.6.9-34.EL"
These are not the same distributions, and you can't assume that
packages built for one will work on the other.  In particular, CentOs
2 seems to be a relatively old release, and it's not at all surprising
if it uses less recent versions of various packages than the latest
Fedora.

You'd be much better off building from source.
That way it'll pick up on the versions you actually have.

We don't appear to have made a source RPM available for 5.3.1 (I'm not
sure why not).
But you could try the following:

   - grab ftp://ftp.net-snmp.org/pub/sourceforge/n/ne/net-snmp/net-snmp-5.3.0.1-1.src.rpm
   - install that   (rpm -i)
   - grab ftp://ftp.net-snmp.org/pub/sourceforge/n/ne/net-snmp/net-snmp-5.3.1.tar.gz
   - copy that to /usr/src/redhat/SOURCES
         (or wherever CentOS installs source RPMs)
   - edit /usr/src/redhat/SPECS/net-snmp.spec
         and change "5.3.0.1" to be "5.3.1"  (and "fc5" to be
"centos2" or something similar)
  - run "rpmbuild -bb /usr/src/redhat/net-snmp.spec"

That should give you a binary RPM that's suitable for your system.

Dave

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.