dropbox / dbxcli

A command line client for Dropbox built using the Go SDK
Other
1.04k stars 102 forks source link

Cannot locate/load 'libc.so.94.0' out of src directory #192

Closed anoduck closed 7 months ago

anoduck commented 2 years ago

Although, go get ... is now deprecated, I was able to clone the repo into $GOPATH/src and successfully build the binary. As long as the binary was executed from within the source directory, it appears to work great, but if executed from anywhere else in the file system the error ld.so: dbxcli: can't load library 'libc.so.94.0' is received.

This is just "weird", but it probably has something to do with running OpenBSD.