I installed oald8
on Linux 64-bit,on Debian.
At first I installed:
apt-get install lib32z1 lib32ncurses5 dpkg-dev
Then go to oald8
and run:
linux32 ./setup.sh
I setup successfully....
Now I need to install libglib1.2ldbl
and libgtk1.2
packages, but unfortunately they have been deprecated.
When I run oal8
, I get the following error:
./oald8-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
Above error related to the given packages.
I didn't any problem on i386.
By the way, I followed this documentation.
Do you have any solution?
amd64
, but what is your distribution?) – umläute Feb 23 '15 at 09:58ldd ./oald8-bin
? – Braiam Feb 28 '15 at 14:53libgtk-x11-2.0.so.0 => **not found**
and They're same two packages i expalin in my post, – PersianGulf Feb 28 '15 at 19:26