-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
php command-line works fine, apache segfaults #27
Comments
@Matt-Dns looks like this is beyond the scope of this extension but if I had to guess from looking at that stacktrace its failing to interact with the filesystem of some sort (inside |
@Matt-Dns hi matt, could you please give a detail how to compile & install php-wkhtmltox on MAMP 2.1.1? I want to do that but i didn't success. |
Last time i had segfaults because this page configuration: I removed this configuration, and now it works. |
@mdesign83 which platform (operating system) do you use? |
ubuntu 10.04 32bit and ubuntu 12.04 64bit |
I'm too. But i want to transfer my development platform from Ubuntu to Mac osX 10.8.2 When i want to ./configure terminal gives that error: configure: error: libwkhtmltox version 0.10 or later required did you get this error before? |
Yes, this is because the header files from the library not in the right place. And copy the content of the include directory to your includes directory. |
made this but no success. i copy this include directory to /usr/local/include and give .configure command but it gives 'configure: error: libwkhtmltox version 0.10 or later required' too. then, i try ./configure --with-phpwkhtmltox=/Users/murat/Downloads/libwkhtmltox-0.11.0_rc1-amd64/include/wkhtmltox command but no success. |
i dont know mac os enviroment, but on ubuntu these are the inital setup for compiling: |
ne0c0de murat kardes |
I've compiled/installed php-wkhtmltox on MAMP 2.1.1 on OSX 10.7.4. I can run the
test_pdf.php
script via MAMP's command-line php and it works just fine, but when I attempt to load a script through MAMP's httpd (Apache/2.2.22) via a web browser, httpd segfaults.Here's one of my httpd crashlogs: http://pastebin.com/mn2xe11P
I've compiled everything from source, as per the instructions here: http://marcus.bointon.com/compiling-wkhtmltopdf-on-mac-os-x-10-7-lion/
Any suggestions would be appreciated!
The text was updated successfully, but these errors were encountered: