Compiling to a binary from source
        Posted  
        
            by 
                Chords
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Chords
        
        
        
        Published on 2012-06-30T20:58:59Z
        Indexed on 
            2012/06/30
            21:18 UTC
        
        
        Read the original article
        Hit count: 397
        
I'm using WKHTMLTOPDF on a 64-bit Linux server and I'm running into problems with the version.
Seen here: http://code.google.com/p/wkhtmltopdf/downloads/list
There's slim pickins when it comes to pre-compiled binaries. I started with version 0.9.9 which has a few bugs. I upgraded to 0.11.0 RC 1 to find a slew of new problems, namely the following:
http://code.google.com/p/wkhtmltopdf/issues/detail?id=730
I think 0.10 RC 2 would work, and the thread above suggests compiling from the source has a fix for the error I'm getting, but I don't know how to do that.
Can anyone explain how I can create a static binary myself, or would anyone be willing to create and post one for the countless people waiting for this fix?
© Server Fault or respective owner