-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Meta issue for 'failed to create symbolic link '/opt/displaylink/libstdc++.so.6' (Debian) #931
Comments
Hi Barabazs, I've done quickly a fresh install of debian 12. Then I've comment out the above block and could perfectly install and setup displaylink. I think these line can be removed. Cheers |
Thanks @rogue73! |
@Barabazs Hi, |
Hi I ran
|
Same here |
In my system (Debian 12 Kernel 6.1.0-26-amd64) my when I get the above issues ( Unfortunately, the EVDI build cleans itself up, meaning we lose the logs when run using the installer. Running the EVDI build by hand, I see the following errors:
I hope this isn't a red herring. |
If I revert this commit in EVDI then it compiles as expected DisplayLink/evdi@88ef73d To implement, I ran the installer. Once it failed, I extracted I'll file an upstream bug report later. Just as a note, |
any news I have the same errore on debian 12 PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64 GNU/Linux ? |
in my case exist |
in my case try to find the file here ln: failed to create symbolic link '/opt/displaylink/libstdc++.so.6': No such file or directory |
As mentioned in #931 (comment) this is because the dir /opt/displaylink doesn't exist. However creating that dir results in the next error about |
Mmm and there is a fix or a way to create the missing file and directory? |
Upstream issues raised DisplayLink/evdi#499 |
#805
#855
Description:
Installation on Debian often fails with
ln: failed to create symbolic link '/opt/displaylink/libstdc++.so.6': No such file or directory
Potential hacky workaround:
#805 (comment)
Root cause:
this code block from 2017 which may or may not be needed anymore...
displaylink-debian/displaylink-debian.sh
Lines 425 to 430 in 512d29b
I don't have access to a Debian install and don't have the capacity to troubleshoot this on a VM. I would appreciate it if someone can try do comment out the code block and perform the installation on a fresh Debian install. (so not tainted with a previous displaylink install)
The text was updated successfully, but these errors were encountered: