Skip to content

Installing default build on 8 core Mac Mini with Apple M1 processor #5018

@pjamesnorris

Description

@pjamesnorris

From manual page:


Following The PHP Interpreter - Installation,

I have:

$ brew install autoconf bison re2c libiconv libxml2 sqlite

$ ./buildconf

$ ./configure --enable-debug --with-iconv=$(brew --prefix libiconv)

and everything seems to work. But when I:

$ make -j8

I get the error:

make: *** No rule to make target `/opt/homebrew/Cellar/openssl@3/3.4.1/include/openssl/evp.h', needed by `ext/phar/util.lo'. Stop.

I don't know why it's trying to configure against /openssl@3/3.4.1--I've installed /openssl@3/3.6.0 (not 3.4.1):

$ pkg-config --cflags openssl
-I/opt/homebrew/Cellar/openssl@3/3.6.0/include

Any help would be appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions