Forum Bugs

Problem installing on Ubuntu

nirdagan
I am using Ubuntu 11.10
when running prince I get:
/usr/lib/prince/bin/prince: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory

Tried to install libssl library. Ubuntu's Package manager claims it cannot find such a package:
...
Package libssl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

I actually intend to use price converting only local files...
Thanks for any advice
Nir
nirdagan
I had to install libssl0.9.8:i386 rather than libssl...
used the command:
$ sudo apt-get install libssl0.9.8:i386