You are not logged in.

#1 2017-04-24 22:24:22

rusty725
Member
Registered: 2014-02-16
Posts: 91

securecrt OPENSSL_1.0.0 not found [TEMP FIX]

hi all,

installed the latest bulk of gnome updates and now securecrt wont start.

 /usr/lib/securecrt/SecureCRT: /usr/lib/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/lib/securecrt/SecureCRT)
/usr/lib/securecrt/SecureCRT: /usr/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/lib/securecrt/SecureCRT) 

both libiraries are there but securecrt doesnt see them.

Last edited by rusty725 (2017-04-27 10:09:38)

Offline

#2 2017-04-24 22:29:50

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

AUR packages are your responsibility, not pacmans.

Rebuild then reinstall securecrt.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2017-04-24 22:31:08

rusty725
Member
Registered: 2014-02-16
Posts: 91

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

did that already, didnt help

Last edited by rusty725 (2017-04-24 22:31:18)

Offline

#4 2017-04-24 22:39:46

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

rusty725 wrote:

did that already, didnt help

Not a helpful reply. Some detail would be useful...



Moving to AUR Issues.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2017-04-24 22:40:13

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

@slithery that will not be enough in the case of scrt see the PKGBUILD it just repacks a prebuilt binary which by appearances is linked against openssl 1.0.
Edit:
spelling

Last edited by loqs (2017-04-24 22:41:13)

Offline

#6 2017-04-24 22:42:11

rusty725
Member
Registered: 2014-02-16
Posts: 91

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

loqs wrote:

@slithery that will not be enough in the case of scrt see the PKGBUILD it just repacks a prebuilt binary which by appearances is linked against openssl 1.0.
Edit:
spelling

do you know a way to fix that ?

Offline

#7 2017-04-24 22:43:42

mis
Member
Registered: 2016-03-16
Posts: 234

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

Looks like a problem with this patch that add versioned symbols https://git.archlinux.org/svntogit/pack … eb03596738

Does it work with this https://aur.archlinux.org/packages/libo … .0-compat/
and prepending following to the command that is used to start securecrt?

LD_LIBRARY_PATH=/usr/lib/openssl-1.0-compat/ 

Offline

#8 2017-04-24 22:49:59

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

You could also try openssl-1.0 and leave a comment on AUR package to inform the maintainer that the package is not compatible with openssl 1.1.

Offline

#9 2017-04-24 22:53:42

rusty725
Member
Registered: 2014-02-16
Posts: 91

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

mis wrote:

Looks like a problem with this patch that add versioned symbols https://git.archlinux.org/svntogit/pack … eb03596738

Does it work with this https://aur.archlinux.org/packages/libo … .0-compat/
and prepending following to the command that is used to start securecrt?

LD_LIBRARY_PATH=/usr/lib/openssl-1.0-compat/ 

compiled that lib, tried to run securecrt it didnt work

Last edited by rusty725 (2017-04-24 22:54:28)

Offline

#10 2017-04-24 23:04:08

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,449
Website

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

Again:

jasonwryan wrote:
rusty725 wrote:

did that already, didnt help

Not a helpful reply. Some detail would be useful...

"Didn't work" is not an error message.  If you want help here, make an effort.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#11 2017-04-24 23:05:33

rusty725
Member
Registered: 2014-02-16
Posts: 91

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

my bad,
I get the same message

/usr/lib/securecrt/SecureCRT: /usr/lib/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/lib/securecrt/SecureCRT)
/usr/lib/securecrt/SecureCRT: /usr/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/lib/securecrt/SecureCRT)

Offline

#12 2017-04-25 04:07:48

Jristz
Member
From: America/Santiago
Registered: 2011-06-11
Posts: 1,022

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

rusty725 wrote:

my bad,
I get the same message

/usr/lib/securecrt/SecureCRT: /usr/lib/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/lib/securecrt/SecureCRT)
/usr/lib/securecrt/SecureCRT: /usr/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/lib/securecrt/SecureCRT)

it show that the package (that is a precompiled binary) still run openssl v1.0

try

LD_LIBRARY_PATH=/usr/lib/openssl-1.0/  /usr/lib/securecrt/SecureCRT

remember have openssl-1.0 installed.

Last edited by Jristz (2017-04-25 04:59:07)


Well, I suppose that this is somekind of signature, no?

Offline

#13 2017-04-25 04:53:21

bubbles
Member
Registered: 2014-08-23
Posts: 3

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

Try this.Make sure you install the openssl-1.0 1.0.2.k-3

  
mkdir /usr/lib/securecrt/openssl-1.0
cp /usr/lib/libssl.so.1.0.0 /usr/lib/securecrt/openssl-1.0
cp /usr/lib/libcrypto.so.1.0.0 /usr/lib/securecrt/openssl-1.0
cd /usr/lib/securecrt
env LD_PRELOAD="$(pwd)/openssl-1.0/libssl.so.1.0.0 $(pwd)/openssl-1.0/libcrypto.so.1.0.0" SecureCRT

Just work fine.

Last edited by bubbles (2017-04-25 04:56:25)

Offline

#14 2017-04-25 06:30:20

rusty725
Member
Registered: 2014-02-16
Posts: 91

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

openssl-1.0 is installed. I've tried both ways and still get the same message. I've reinstalled both openssls just in case with no luck.


/usr/lib/securecrt/SecureCRT: /usr/lib/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/lib/securecrt/SecureCRT)
/usr/lib/securecrt/SecureCRT: /usr/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/lib/securecrt/SecureCRT)
/usr/lib/securecrt/SecureCRT: /usr/lib/securecrt/openssl-1.0/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/lib/securecrt/SecureCRT)
/usr/lib/securecrt/SecureCRT: /usr/lib/securecrt/openssl-1.0/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/lib/securecrt/SecureCRT)
LD_LIBRARY_PATH=/usr/lib/openssl-1.0/  /usr/lib/securecrt/SecureCRT
  
mkdir /usr/lib/securecrt/openssl-1.0
cp /usr/lib/libssl.so.1.0.0 /usr/lib/securecrt/openssl-1.0
cp /usr/lib/libcrypto.so.1.0.0 /usr/lib/securecrt/openssl-1.0
cd /usr/lib/securecrt
env LD_PRELOAD="$(pwd)/openssl-1.0/libssl.so.1.0.0 $(pwd)/openssl-1.0/libcrypto.so.1.0.0" SecureCRT

Last edited by rusty725 (2017-04-25 07:46:56)

Offline

#15 2017-04-25 10:55:15

bubbles
Member
Registered: 2014-08-23
Posts: 3

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

@rusty725
Maybe

cd /usr/lib/securecrt
env LD_PRELOAD="/usr/lib/securecrt/openssl-1.0/libssl.so.1.0.0 /usr/lib/securecrt/openssl-1.0/libcrypto.so.1.0.0" SecureCRT

Offline

#16 2017-04-25 19:11:40

rusty725
Member
Registered: 2014-02-16
Posts: 91

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

bubbles wrote:

@rusty725
Maybe

cd /usr/lib/securecrt
env LD_PRELOAD="/usr/lib/securecrt/openssl-1.0/libssl.so.1.0.0 /usr/lib/securecrt/openssl-1.0/libcrypto.so.1.0.0" SecureCRT

tried that and still get the same message from post #14

Offline

#17 2017-04-27 08:43:58

eproly
Member
Registered: 2017-02-14
Posts: 3

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

1. download openssl 1.0 package from ubuntu:
   http://security.ubuntu.com/ubuntu/pool/ … _amd64.deb
2. unpack libssl.so.1.0.0 and libcrypto.so.1.0.0 to SecureCRT directory, for example: /usr/lib/securecrt
3. SecureCRT will work fine

tested on my computer

Offline

#18 2017-04-27 10:09:21

rusty725
Member
Registered: 2014-02-16
Posts: 91

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

eproly wrote:

1. download openssl 1.0 package from ubuntu:
   http://security.ubuntu.com/ubuntu/pool/ … _amd64.deb
2. unpack libssl.so.1.0.0 and libcrypto.so.1.0.0 to SecureCRT directory, for example: /usr/lib/securecrt
3. SecureCRT will work fine

tested on my computer

Thank You So Much !!! It works smile

I'll put it as a Temp Fix.

Last edited by rusty725 (2017-04-27 19:29:15)

Offline

#19 2017-04-30 00:14:26

TyranT
Banned
Registered: 2017-03-01
Posts: 88

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

I has this issue as well for two games (Hyper Light Drifter and Baldur's Gate). You must install these two packages.

https://aur.archlinux.org/packages/lib3 … .0-compat/
https://aur.archlinux.org/packages/libo … .0-compat/

You shouldn't have to add any launch options.

Last edited by TyranT (2017-04-30 00:18:27)

Offline

#20 2017-05-01 10:20:25

bach
Member
Registered: 2014-10-20
Posts: 24

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

#17 works for me for gitbook-editor from aur
copied unbuntu lib files into /usr/lib/gitbook-editor
then

env LD_PRELOAD="/usr/lib/gitbook-editor/libssl.so.1.0.0 /usr/lib/gitbook-editor/libcrypto.so.1.0.0" gitbook-editor

i also updated the gitbook-editor.desktop file

thanks a lot!

Offline

#21 2017-08-03 20:43:14

yurividal
Member
Registered: 2017-08-03
Posts: 6

Re: securecrt OPENSSL_1.0.0 not found [TEMP FIX]

This does not work for me. I have libssl.so.1.0.0 and libcrypto.so.1.0.0 in /usr/lib/securecrt, but i still get the

 ./SecureCRT: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory  

Offline

Board footer

Powered by FluxBB