AC3D missing libIL.so.1

So I'm trying to test AC3D for Linux (since it reminds me of Imagine3D back in the Amiga days) but I'm missing a library (libIL.so.1) according to ldd ./ac3d. How can I install this? I did try sudo apt install libIL.so.1 but get this:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libIL.so.1
E: Couldn't find any package by glob 'libIL.so.1'

Any suggestion please... :weary:

PS:
I'm on Z16P

Try;

sudo apt install libdevil1c2
1 Like

Can you first add support for 32 bit architecture:

sudo dpkg --add-architecture i386

Then update your sources and install. NOTE Do not hit (y) to proceed on the command below until you read the terminal output and ensure that installing the 32 bit package will not remove anything. If it wants to Remove anything, *Do Not Proceed:

sudo apt update && sudo apt install libc6:i386

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