Skip to content

Commit

Permalink
resolve libgdal.so.31 error
Browse files Browse the repository at this point in the history
  • Loading branch information
markwang0 authored Aug 20, 2022
1 parent e3962f2 commit 44f6e67
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ $ make
```
The executables are written to the `bin` directory.

Debugging
---
When trying to run some TauDEM executables I got this error:
```sh
./aread8: error while loading shared libraries: libgdal.so.31: cannot open shared object file: No such file or directory
```
Which were resolved with:
```sh
$ ln -s /usr/lib/libgdal.so /usr/lib/libgdal.so.31
$ /sbin/ldconfig
```
Testing
-------
See the repository https://github.com/dtarb/TauDEM-Test-Data for test data and scripts that exercise every function. These can also serve as examples for using some of the functions.
Expand Down

0 comments on commit 44f6e67

Please sign in to comment.