I have a Make target called test. It looks like this: I want to set up a git hook that runs all tests before commits. In order to do this without getting stalled on deprecation warnings, I want to have my hook run a different Make target. It looks like this: However, when I try to run this target, I
Tag: makefile
Make error for OpenSSL when compiling PHP from source
I’ve attempted compiling both PHP 5.3.10 and 5.6.7 from source on Ubuntu Hardy x86_64 (I know, it’s old). Below is the configure statement I used: But am getting an issue when issuing the make command: This works perfectly fine and I can compile/make/make install when I do not include the –with-openssl command I’ve attempted installing openssl from apt, from sources,