LawsHosting
Verified User
Eventually updated!
41fb96cb9f0da4f9540bedee7e62675155edf1e4
) with the following changes:That was already addressed on the forum some time ago.Enhanced skin is still having language problem.
I had the same issue on Debian 11 (see https://forum.directadmin.com/threads/solved-centos-7-error-build-php-7-4-8-1.66776/post-351074) after trying to replace curl (apt package) with the custombuild version and rebuilding PHP afterwards. Someone else in the linked thread (last post) seemed to have a related issue as well.Problem with new version... Custombuld rebuilds php 8.0, build finished sucessfully. But restart of service can't be done, always get timeout. After rebuild PHP again, all installed versions of php have identical syndrome.
I have analyzed systemd configuration and found if i change the type of systemd process from 'notify' to 'simple' everything works again. I think in build process forgotten --with-fpm-systemd parameter.
System is Debian 10
Which file mirror is it? None of the official ones seem to me missing it. Maybe you have custom configs?Problem with new version... Custombuld rebuilds php 8.0, build finished sucessfully. But restart of service can't be done, always get timeout. After rebuild PHP again, all installed versions of php have identical syndrome.
I have analyzed systemd configuration and found if i change the type of systemd process from 'notify' to 'simple' everything works again. I think in build process forgotten --with-fpm-systemd parameter.
System is Debian 10
Which file mirror is it? None of the official ones seem to me missing it. Maybe you have custom configs?
Never changed mirrors on serever to any unoffical. Actual config:@smtalk means which file mirrror. Check it in options.conf. Maybe your (unofficial) mirror is outdated.
cd /usr/local/directadmin/custombuild
./build update
./build set_fastest