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

Need updated instructions for Ubuntu 20.04 #258

Open
Tennyleaz opened this issue Aug 31, 2022 · 2 comments
Open

Need updated instructions for Ubuntu 20.04 #258

Tennyleaz opened this issue Aug 31, 2022 · 2 comments

Comments

@Tennyleaz
Copy link

The ubuntu/debain install command was:

apt -y install git apache2 libapache2-mod-wsgi python3-geoip2 python3-humanize python3-bottle python3-semantic-version geoip-database geoip-database-extra

But libapache2-mod-wsgi cannot properly execute python3 scripts. It should be replaced by libapache2-mod-wsgi-py3.
Also ubuntu 20.04 does not include geoip-database-extra package anymore.

@gally11
Copy link

gally11 commented May 4, 2023

Hi,

libapache2-mod-wsgi => libapache2-mod-wsgi-py3
geoip-database-extra => geoip-database

Good luck

@rubenvg95
Copy link

Thanks!! Instructions must me updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants