Skip to content

postgis : could not access file "$libdir postgis 2.5"

Ajmal Aju edited this page Jun 23, 2020 · 4 revisions

postgis Error while migrating a django db

django.db.utils.OperationalError: could not access file "$libdir/postgis-2.5": No such file or directory

Error while creating an postgis extension in postgres

ERROR: could not access file "$libdir/postgis-2.5": No such file or directory

reproduce

sudo systemctl start postgresql

sudo -u postgres psql

\l

\c <db-name>

CREATE EXTENSION postgis;

Tried Commands :

sudo apt install postgresql-<version>-postgis-scripts

but got same error even after above commands

Solution : Debian Buster

sudo apt-get install postgis

source : https://gis.stackexchange.com/a/292815/165975

Node Errors:-

Node Version Manager : Using brew

https://medium.com/@katopz/how-to-install-specific-nodejs-version-c6e1cec8aa11

ENOSPC: System limit for the number of file watchers reached, watch

https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers#the-technical-details

while loading shared libraries: libicui18n.so.64: cannot open shared object file: No such file or directory

https://stackoverflow.com/questions/55097675/node-error-while-loading-shared-libraries-libicui18n-so-62-cannot-open-shared

Flutter HandTips : -

Form Fields Prefilling from an API Call, in a simple way (Small Delay Expected)

https://stackoverflow.com/questions/59269947/how-to-display-user-data-in-an-edit-form-using-flutter

Django Workarounds

Query using subquery and distinct uniqueness overloaded (><)

https://stackoverflow.com/a/56333533/9301191

R for Debian

Installation and Updation

http://scottsfarley.com/research/cloudcomputing/2016/07/19/Updating-R-on-Debian.html

Clone this wiki locally