Skip to content
Advertisement

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:

JavaScript

But am getting an issue when issuing the make command:

JavaScript

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, different versions (both 0.9.8 and 0.9.7), etc.

Any help would be appreciated!

Advertisement

Answer

Answered my own question here:

I removed the following configure options and my subsequent make worked without a hitch.

--no-create --no-recursion

This fixed my issue.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement