-
Notifications
You must be signed in to change notification settings - Fork 52
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
Weird issue when installing 5.4.9 on OSX #22
Comments
Similar issue installing 5.3.23 :( |
To configure without openssl support , I had to remove the line
from /usr/local/share/php-build/default_configure_options |
And to install with openssl support. I modified that line to be:
|
Older version OpenSSL may cause them symbol problem. |
Try below steps:
Install PHP. |
help me! ----------------- | BUILD ERROR | ----------------- Here are the last 10 lines from the log: ----------------------------------------- ^ ./xdebug_hash.h:66:54: note: passing argument to parameter 'str_key' here int xdebug_hash_add_or_update(xdebug_hash *h, char *str_key, unsigned int str_key_len, unsigned long num_key, const void *p); ^ 3 warnings generated. /var/tmp/php-build/source/xdebug-2.2.1/xdebug_tracing.c:452:28: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(XG(trace_file), tmp); ^~~ 1 warning generated. env: /usr/local/bin/../share/php-build/after-install.d/*: No such file or directory ----------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey guys.
Sorry to ask for help in here, but I'm really lost.
I'm trying to install PHP 5.4.9, but I'm getting this weid compile error message:
Does anyone have any idea on how to solve that?
The text was updated successfully, but these errors were encountered: