sous-chefs / php

Development repository for the php cookbook
https://supermarket.chef.io/cookbooks/php
Apache License 2.0
442 stars 490 forks source link

Update attributes for fix deps on RHEL 8 #301

Closed tas50 closed 4 years ago

tas50 commented 4 years ago

amazon is basically RHEL 7 so use the same package list, but RHEL 8 lacks t1lib-devel so that needs to be different

Signed-off-by: Tim Smith tsmith@chef.io

kitchen-porter commented 4 years ago
1 Error
:no_entry_sign: Please include a CHANGELOG entry.

Generated by :no_entry_sign: Danger

jeffbyrnes commented 4 years ago

Interesting error:

configure: error: Please reinstall the libcurl distribution -
  easy.h should be in <curl-dir>/include/curl/

Might work fine if the job is re-ran?

jeffbyrnes commented 4 years ago

Well this is fun: looks like the libcurl4-gnutls-dev package on Debian 9 fails to set up the header files in the right place, there’s no /usr/include/curl: https://stackoverflow.com/a/48230114/133479

Symlinking /usr/include/x86_64-linux-gnu/curl to /usr/include/curl seems to do the trick, however, but then I run into more things that aren’t properly installed/linked into /usr/include. I’ll keep chasing things down.