fatty- / daisy-pipeline

Automatically exported from code.google.com/p/daisy-pipeline
0 stars 0 forks source link

libxml2.so not found on Ubuntu 12.04 x64 #326

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I just installed Pipeline 2 on a fresh install of Ubuntu 12.04 Desktop (x64), 
but zedai-to-pef didn't work out-of-the-box. I got a message about libxml2.so 
wasn't found. So I installed it (may have been installed already, I don't 
remember the console output) and tried again, but it failed.

The libxml2 package in the Ubuntu repositories installs the file 
"libxml2.so.2.7.8" and the symbolic link "libxml2.so.2", but no "libxml2.so".

Adding a symbolic link named "libxml2.so" to "libxml2.so.2" fixed it.
sudo ln --symbolic /usr/lib/x86_64-linux-gnu/libxml2.so.2 
/usr/lib/x86_64-linux-gnu/libxml2.so

Original issue reported on code.google.com by josteinaj@gmail.com on 18 Jun 2013 at 2:16

GoogleCodeExporter commented 9 years ago
Aha, I was indeed assuming there was a libxml2.so symbolic link.

libxml should be installed by default though.

Original comment by bertfrees on 18 Jun 2013 at 2:23