Skip to content
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

Build failing on macOS - zend_config.h is missing #17555

Open
matronator opened this issue Jan 24, 2025 · 1 comment
Open

Build failing on macOS - zend_config.h is missing #17555

matronator opened this issue Jan 24, 2025 · 1 comment

Comments

@matronator
Copy link

Description

I tried building from source, but it fails with this error:

make: *** No rule to make target `/Users/matronator/Downloads/php-8.4.3/Zend/zend_config.h', needed by `ext/opcache/shared_alloc_mmap.lo'.  Stop.

Why is the file missing?

PHP Version

8.4.3

Operating System

macOS 11

@iluuu1994
Copy link
Member

This file is generated by the build system. Try a full rebuild. I.e. make distclean, followed by ./buildconf --force, ./configure --enable-debug <your flags>, make -j<your cores>, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants