Camille-Maxime Thea (MaxRev)
Camille-Maxime Thea (MaxRev)
@Gigas002 @wildwiz Well, personally, I did not planned to support MacOS runtime, because my PC is running on Win10 and I have a WSL installed with CentOS, Debian, Ubuntu. At...
About [permissions](https://unix.stackexchange.com/questions/285461/user-permissions-problem-in-centos-7-permission-denied), try to run a command with `sudo`, e.g. `sudo make -f gdal-makefile` or change working directory. NetCDF driver (also libkml, hdfs3) requires boost dependencies, that's more than 140...
Closing due to inactivity.
Yes and no, for `ssl`. PROJ uses `curl` library with internal `ssl` from `vcpkg`. It can be some issue with cached link symbols. Please, try to rebuild PROJ with cleanup....
You can check that symbol (`OPENSSL_sk_num`) is not available in older one. So it seems like there is some collision between package versions. Probably, PROJ uses your `OpenSSL 1.0.2k-fips 26...
> `./.libs/libproj.so: undefined reference to` Those errors are referred to PROJ library, there's nothing about NetCDF. What are the latest logs? Are they identical to above errors? Please, If you...
We can try to move gdal libraries to separated folder. **This will affect**: - Linker (linkall and csharp_modules targets in GNUMakefile). - Output folder ($output in GNUMakefile). - GdalBase.Configure method...
+1 on this. I'm trying to run relay from armv7 Raspbian, but can't compile websocket-relay to an executable for armv7 (I've tried nexe, pkg). So I decided to write my...
@UliEgger I don't see here any problem with GDAL configuration. Please, look at `mod_spatialite` extension loader in `Form1.cs`. You should add your `{projectRoot}/spatialite` directory to search paths like this. ```...
> install the dll-s into the output directory directly I'm shipping bindings dependencies for different runtimes using this feature, but it's not a good approach. And it's all about "DLL...