Forum


Replies: 3   Views: 3703
Dof to pdf : odfconverter cannot find libghtread
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by smaubian  · 02-07-2013 - 10:04

Thanks for the reply, was very helpful,



unfortunaly the provided link won't install on a Debian X64.     ia32  didn't help either



It works with novel package the http://download.novell.com/protected/Summary.jsp?buildid=NADNBLbBgPY~  (you download the RPM and convert it through alien



I had to do the following to have it working on top of installing the package :

ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3

as the tool  require lidtiff.so.3 and not 4



and i installed an additional package :

 apt-get install libexif12



 



Thanks