Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libdl-2.17_stub.so: file format not recognized; treating as linker script [BUG] #26

Closed
lizhengwei1992 opened this issue Jan 11, 2023 · 5 comments
Labels
? - needs triage bug Something isn't working as expected (software, install, documentation)

Comments

@lizhengwei1992
Copy link

env:
gcc 11 g++11
NV 4090 cuda 12.0

run ci/build.sh,

截屏2023-01-11 21 57 50

@lizhengwei1992 lizhengwei1992 added ? - needs triage bug Something isn't working as expected (software, install, documentation) labels Jan 11, 2023
@fuma8
Copy link

fuma8 commented Jan 12, 2023

I got the same problem.
I deleted the .so file in CV-CUDA/src/util/stubs/, and downloaded .so file from source code https://github.com/CVCUDA/CV-CUDA/tree/release_v0.2.x/src/util/stubs and copied it to CV-CUDA/src/util/stubs/. Then, I can run the code. I don't know why error was occurred. I think files are corrupted.

@xiyuecangxin
Copy link

try glt lfs clone xxx

@lizhengwei1992
Copy link
Author

I got the same problem. I deleted the .so file in CV-CUDA/src/util/stubs/, and downloaded .so file from source code https://github.com/CVCUDA/CV-CUDA/tree/release_v0.2.x/src/util/stubs and copied it to CV-CUDA/src/util/stubs/. Then, I can run the code. I don't know why error was occurred. I think files are corrupted.

Thanks ! it works for me !

@XuMicoder
Copy link

I got the same problem.when I run "file librt-2.17_stub.so",the terminal shows "librt-2.17_stub.so: ASCII text"。Maybe someone zip or unzip the source files in windows10 to change the encoding of the ".so" files.I think files are corrupted.

@AtomicVar
Copy link

It's caused by Git LFS. To recover the original binary .so files, just do git lfs pull.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - needs triage bug Something isn't working as expected (software, install, documentation)
Projects
None yet
Development

No branches or pull requests

6 participants
@AtomicVar @lizhengwei1992 @xiyuecangxin @XuMicoder @fuma8 and others