Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing and wrong package in script #234

Open
cedric-jeeper opened this issue Apr 24, 2024 · 0 comments
Open

Missing and wrong package in script #234

cedric-jeeper opened this issue Apr 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@cedric-jeeper
Copy link

cedric-jeeper commented Apr 24, 2024

Hello,

I encountered several issues with the script on Debian 12:

  • The package 'geoipupdate' is not available.
  • The 'cron' package, which includes the crontab binary, is not installed.

For the geoipupdate installation, I used the following commands:

wget https://github.com/maxmind/geoipupdate/releases/download/v7.0.1/geoipupdate_7.0.1_linux_amd64.deb
dpkg -i geoipupdate_7.0.1_linux_amd64.deb

Another issue concerns the MariaDB version restriction specified in app/etc/di.xml at line 1856. The following modification ensures compatibility with MariaDB versions 10 through 11:
<item name="MariaDB-(10.2-10.11)" xsi:type="string">^10\.([2-9]|10|11)\.</item>

Kind regards

@magenx magenx added the bug Something isn't working label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants