You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually this is not relate to Arch, nor ArchWSL. It's caused by libcuda.so in your C:\Windows\System32\lxss\lib\ folder not a symbolic link, which is installed by nvidia driver. One solution to fuck the warning is delete libcuda.so and libcuda.so.1 and use
make symbolic link to libcuda.so.1.1. Command line: mklink <target file> <source file>. Note the command not work in powershell, you shall use cmd.exe.
:)
Describe the issue
A clear and concise description of what the bug is.
ldconfig: /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link
To Reproduce
Steps to reproduce the behavior:
Just simply pacman -Syu, and you'll see that sometimes.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Enviroment:
ver
at a Command Prompt)Arch.exe version
at a Command Prompt)Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: