K
K
KerroViT2020-04-27 21:58:43
Cisco
KerroViT, 2020-04-27 21:58:43

Where can I get libcrypto.so.4 for IOU GNS3?

So, there is:

- Arch Linux x64
- GNS3

Created .iourc, downloaded images for IOU, added the image to GNS3, try to turn on the switch and get:

error while starting IOU1: The following shared library dependencies cannot be found for IOU image /home/kerrovit/GNS3/images/IOU/i86bi-linux-l2-ipbasek9-15.1g.bin: libcrypto.so.4
The following shared library dependencies cannot be found for IOU image /home/kerrovit/GNS3/images/IOU/i86bi-linux-l2-ipbasek9-15.1g.bin: libcrypto.so.4


I tried to make a link from /usr/lib/libcrypto.so.1.0.0, nothing happened, everything is the same:
❯ ldd i86bi-linux-l2-adventerprise-15.1b.bin
  linux-gate.so.1 (0xf7f50000)
  libcrypto.so.4 => not found
  libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf7ef3000)
  libm.so.6 => /usr/lib32/libm.so.6 (0xf7e26000)
  libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf7e09000)
  libc.so.6 => /usr/lib32/libc.so.6 (0xf7c20000)
  libdl.so.2 => /usr/lib32/libdl.so.2 (0xf7c1a000)
  /lib/ld-linux.so.2 => /usr/lib/ld-linux.so.2 (0xf7f52000)

How can the problem be solved?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
KerroViT, 2020-04-27
@KerroViT

The question is closed. Solution: install package lib32-openssl from multilib and sudo ln -s /usr/lib32/libcrypto.so.1.1 /usr/lib32/libcrypto.so.4

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question