-
Notifications
You must be signed in to change notification settings - Fork 8
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
Any plans for Binaries? #12
Comments
No, I don't plan to build binary packages -- there are too many platforms to support. In general, to build this extension without the hhvm source, after you install the
(However, I just tried this, and |
Looks like hhvm-dev is the problem. When building this extension on 14.04 using packages, g++ fails with an internal compiler error:
|
I don't know what's the problem on your side, but the method you told works for me, Ubuntu 14.04 (Kernel v3.15 (dev one)) |
Ok, good to know. Maybe it's a problem with the 3.13 header files. |
I've been trying to load the extension to hhvm with no luck, can you please tell me what do I need to add into my ini files to make this extension load? Cheers. |
add to your config.hdf:
|
I am sorry, I was not able to explain correctly what I was asking for, On 03/08/2014, Anthon Pang notifications@github.com wrote:
|
AFAIK Not all the hdf settings have been ported to INI format. hhvm can load multiple config files though: |
Woot! Works, Thanks! |
Do you have any plans for pre-built binaries for Ubuntu, I've downloaded the HHVM binaries and don't have the source, upon executing
./build.sh
of this extension, it gives meHPHP_HOME environment variable must be set!
, is there a way to install it without source?The text was updated successfully, but these errors were encountered: