PDA

View Full Version : Error running AC3D on Linux Fedora Core 1


kevipa
18th April 2004, 10:12 PM
I receive the following error when attempting to execute AC3D:
./ac3d: error while loading shared libraries: livstdc++-livc6.2-2.so.3: cannot open shared object file: No such file or directory

This linux machine is running Fedora Core 1 with all maintenance applied. I see the following object in gcc library:
/usr/lib/gcc-lib/i386-redhat-linux/3.3.2/livstdc++.so

Is AC3D supported on Fedora Core 1? Do I not have the proper packages loaded. I loaded Standard C++ packages on Linux during it's installation. Any help would be appreciated.

Thanks, in advance.

Andy
20th April 2004, 12:12 PM
do an 'ldd ac3d' and see which libs AC3D wants. You can probably download a bundle of compatible/older libs for your Linux distribution.

Andy

kevipa
24th April 2004, 07:32 PM
Thanks. I'll check this out.