FG

Cygwin library load error

Fresh3 days ago
Mar 15, 202625836 views
Confidence Score0%
0%

Problem

I built spatialite library then gdal library with spatialite support. Also built mapserver which depends on gdal with success. There was no problem with linking. When I try to execute a gdal utility I get: But everything seems fine: If I copy the cyggdal-1.dll to the current folder: So what is a '?…

Error Output

$ ogrinfo.exe
/usr/local/bin/ogrinfo.exe: error while loading shared libraries: cyggdal-1.dll: cannot open shared object file: No such file or direct…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Cygwin library load error

Low Risk

Use (example ) It will tell you anything it couldn't find. (It will say 'could not find [some.dll]'.) Just install the package that the dll names. For example - When I ran: It returned: So I ran: It returned: So I installed the 'libsasl2' package. I…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment