-
Notifications
You must be signed in to change notification settings - Fork 2
postgis : could not access file "$libdir postgis 2.5"
Ajmal Aju edited this page Jun 23, 2020
·
4 revisions
django.db.utils.OperationalError: could not access file "$libdir/postgis-2.5": No such file or directory
ERROR: could not access file "$libdir/postgis-2.5": No such file or directory
sudo systemctl start postgresql
sudo -u postgres psql
\l
\c <db-name>
CREATE EXTENSION postgis;
sudo apt install postgresql-<version>-postgis-scripts
but got same error even after above commands
sudo apt-get install postgis
https://medium.com/@katopz/how-to-install-specific-nodejs-version-c6e1cec8aa11
while loading shared libraries: libicui18n.so.64: cannot open shared object file: No such file or directory
https://stackoverflow.com/questions/59269947/how-to-display-user-data-in-an-edit-form-using-flutter
http://scottsfarley.com/research/cloudcomputing/2016/07/19/Updating-R-on-Debian.html