plone / Installers-UnifiedInstaller

Linux/BSD/OSX Installer
28 stars 24 forks source link

Cannot find libjpeg on M1 Mac #116

Open astraindev opened 3 years ago

astraindev commented 3 years ago

On my M1 Mac, the unified installer displays the error:

Unable to find libjpeg library and headers. These are required to build Plone. Please use your system package or port manager to install libjpeg dev. (Debian/Ubuntu libjpeg-dev) Exiting now.

However, I have it installed via Homebrew in /opt/homebrew/Cellar/jpeg/9d. Using PKG_CONFIG_PATH does not help and using CFLAGS/LDFLAGS makes it even worse.

The installer should be able to find this.

cihanandac commented 2 years ago

Hello astraindev, I have been experiencing the same problem with my m1 Mac, have you find any solutions?