Using 32bit applications

I’m using a Ironkey flash drive. To unlock the encrypted part I need to run a unlock app. This app is a 32bit application. Is it possible to run this application?

The multilib repository contains 32-bit libraries.

You will need to use ld to see what libraries it needs and check if they are in the repos.

1 Like

Possibly, it depends on the application.

How do I use the ld command?

Check man ld and ld --help

To keep it simple you can use ldd /path/to/binary

2 Likes

It needed the libgcc_s.so.1 file. Installed the lib32-gcc-libs file and now the application works. Thanks dalto. :+1:

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.