compilation - wkhtmltopdf on Fedora 14 -


did ever installed wkhtmltopdf on fedora 14?

on http://code.google.com/p/wkhtmltopdf/wiki/compilation there step step debian. in comments, there similar centos.

till have installed:

  • development tools

  • openssl-devel libxrender-devel libxext-devel libxft-devel

  • qt (qt.x86_64 qt-devel.x86_64 qt-webkit.x86_64)

  • git

and have downloaded wkhtmltopdf git:

git clone git://github.com/antialize/wkhtmltopdf.git wkhtmltopdf 

however, last steps driving me crazy. here's need help:

  • compiling , installing wkhtmltopdf need compile , install wkhtmltopdf

    make && make install

here's wkhtmltopdf folder:

enter image description here

new update:

after running cd wkhtmltopdf && qmake-qt4 && make normal user, here's got:

enter image description here

then, searched again qt packages should have , ended group:

qt-webkit-devel.x86_64 php-qt-devel.x86_64 qt-x11.x86_64 qtnx.x86_64

then, again, ran qmake-qt4 && make , time passed no errors.

finally, ran sudo make install , passed no errors.

however, when ran wkhtmltopdf -h returns:

wkhtmltopdf: error while loading shared libraries: libwkhtmltox.so.0: cannot open shared object file: no such file or directory

so, decided go way compiling qt, following instructions. @ end, got same error:

$ wkhtmltopdf -h wkhtmltopdf: error while loading shared libraries: libwkhtmltox.so.0: cannot open shared object file: no such file or directory 

any great.

thanks!

you missed part have run qmake.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -