1

I just build php 8.0.15 from source with ./configure and make.

It ran through without errors, but I can't find the generated php binary.

Where is it?

1 Answer 1

1

The compiled binaries will be available in the ./sapi directory. To immediately run the PHP CLI, for example, call the ./sapi/cli/php binary.

Sign up to request clarification or add additional context in comments.

4 Comments

/sapi: No such file or directory
I just compiled php version 8.0.15, and I had the 'sapi' folder, inside the 'php-src' folder. Are you sure there is no errors when compiling with 'make' ?
Ok found it, I thought you mean /sapi/cli/php but you mean location/of/build/folder/sapi/cli/php
Yeah, that was a little unclear :-) Happy you got it working.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.