Once again got the message that exim couldn't be built, and so I did the
but that didn't work. First I had to
Then I tried
but that failed on nginx, because modsecurity wasn't installed, so I installed that first.
When 'da build all' came to build php I got the complains
For some reason da build pcre doesn't do anything. Could this be interferance from CloudLinux? I reinstalled pcre(2) with yum. But this wasn't good enough.
And so PJP isn't getting built. The version that was installed already can't run, because
da build restore_old_local libiconv doens't help either.
I don't know what to do anymore. I've been at this for hours now.
Code:
da build remove_old_local libiconv
Code:
da build remove_items
Code:
da build all
When 'da build all' came to build php I got the complains
Code:
checking for PCRE headers location... configure: error: Could not find pcre.h in /usr/local
For some reason da build pcre doesn't do anything. Could this be interferance from CloudLinux? I reinstalled pcre(2) with yum. But this wasn't good enough.
Code:
configure: error: Could not find libpcre.(a|so) in /usr/local checking for PCRE headers location... /usr/local checking for PCRE library location... install_php: failed to compile '/usr/local/directadmin/custombuild/cache/php-7.2.34.tar.gz' inside '/usr/local/directadmin/custombuild/tmp/tmp.vltNX9YTV0.php-7.2.34.tar.gz'
Code:
php: error while loading shared libraries: libjpeg.so.9: cannot open shared object file: No such file or directory
I don't know what to do anymore. I've been at this for hours now.
Comment