As i am Stuck in this Error from 2 days. But cant get the Solution why this 
was Happening 
I am getting an Error: 
     
self._handle = _dlopen(self._name, mode) 
   indusli  | OSError: /usr/local/lib/libgdal.so: cannot open shared object 
file: No such file or directory

And below is my django settings.py file    library path for GDAL and 
GEOS    

GDAL_LIBRARY_PATH="/usr/local/lib/libgdal.so"
GEOS_LIBRARY_PATH="/usr/local/lib/libgeos_c.so"


As i setted up the path in the /etc/ld.so.conf :-
include /etc/ld.so.conf.d/*.conf
/usr/local/lib
then sudo ldconfig 

still im geeting the same error :-
cannot open shared object file: No such file or directory
As i stuck in this from last 2 days why this was happening 

As i am using Ubuntu 18.04 version 
GDAL: gdal-3.1.0 
Proj: proj-7.0.1
Geos: geos-3.8.1

** Any help will be highly Appreciated ***

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ae2ef965-65c5-4c85-9011-7506c47cc007o%40googlegroups.com.

Reply via email to