Previous Thread
Next Thread
Print Thread
CRYPTO problem #37473 31 Jul 24 07:31 PM
Joined: Nov 2007
Posts: 53
R
René Villar Online Content OP
Member
OP Online Content
Member
R
Joined: Nov 2007
Posts: 53
Hello everyone.

A client is migrating from CentOS 6.7 to CentOS 7.9, so we install libashnet.so.1 in /usr/lib -> /vm/miame/bin/libashnet.so.1.14.169.el7 but it does not work correctly.

In version 6.7 we are using /usr/lib libashnet.so.1 -> /vm/miame/bin/libashnet.so.1.10.158.el5 and it works fine.

The programs we that we used to test are those in [907,16] and [908,55]

Images of the error attached.

Thanks in advance and greetings.

Attached Files descarga3.pngdescarga2.pngdescarga1.png

René.
Re: CRYPTO problem [Re: René Villar] #37475 31 Jul 24 08:21 PM
Joined: Jun 2001
Posts: 11,794
J
Jack McGregor Offline
Member
Offline
Member
J
Joined: Jun 2001
Posts: 11,794
The latest libashnet for -el7 is libashnet.so.1.14.194.el7, so I would suggest starting there. (The 1.14.169 version is from 4+ years ago.)

If that doesn't solve it, let's look at the results of ls and ldd to see if it matches those below...

Code
$  ls -l /usr/lib/libashnet.so.1
lrwxrwxrwx. 1 root root 39 Apr 22 14:12 /usr/lib/libashnet.so.1 -> /vm/miame/bin/libashnet.so.1.14.194.el7

$ ldd /usr/lib/libashnet.so.1
        linux-gate.so.1 =>  (0xf7747000)
        libc.so.6 => /lib/libc.so.6 (0xf6d66000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xf6d4b000)
        /lib/ld-linux.so.2 (0xf7748000)

$ ldd /u1/miame/bin/libashnet.so.1.14.194.el7
        linux-gate.so.1 =>  (0xf7740000)
        libc.so.6 => /lib/libc.so.6 (0xf6d5f000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xf6d44000)
        /lib/ld-linux.so.2 (0xf7741000)


Note that the latter two ldd commands should have equivalent results (unless the link from /usr/lib is bad!)

Re: CRYPTO problem [Re: Jack McGregor] #37476 01 Aug 24 12:11 AM
Joined: Nov 2007
Posts: 53
R
René Villar Online Content OP
Member
OP Online Content
Member
R
Joined: Nov 2007
Posts: 53
Thank you, Jack!!

We install that version and it worked fine.


René.

Moderated by  Jack McGregor, Ty Griffin 

Powered by UBB.threads™ PHP Forum Software 7.7.3