Jeremy Lavergne
Jeremy Lavergne
Last commit to the default branch was Feb 5, 2021. Might be time to fork or head to https://github.com/Leleat/Tiling-Assistant
While syslog-ng previously didn't build for macos 12, it seems macos 11 breaks with the same error after the libnet switch. Unclear if syslog-ng is worth keeping but is the...
You can create `/etc/php/7.4/mods-available/pdlib.ini` with the content provided in the "Configure PHP installation" step: https://github.com/goodspb/pdlib#configure-php-installation After that file exists, you can then run `phpenmod -v 7.4 pdlib`.
One possiblity is the `php-bz2` package defaults to version 7.4 for some people while for others it may be 8.0 or 8.1. Probably worth double-checking that `php7.4-bz2` (the versioned package...
Good, sounds like everything's at least building against the correct libraries. One last thing and I was able to get from reproducing the single skip to a full 15/15 passing....
It looks like `phpize` creates `build/Makefile.global` which is the first place this can be addressed. Later, `./configure` creates `Makefile` where we've been inserting that single line.
Workaround for me (both changes required): ``` /etc/systemd/user.conf DefaultLimitNOFILE=65536 ``` ``` /etc/security/limits.conf * soft nofile 65536 * hard nofile 65536 ``` And reboot. Seems like the sync client isn't closing...
Since that PR has been open for over a month, any chance the fix for this issue can get merged independently?
I'm experiencing the same issue with two ubuntu noble 24.04.1 installs using appimage.