PDA

View Full Version : DisplayLinkManager sources?


swish
08-17-2015, 02:01 PM
I've managed to install your drivers on RedHat 6.6. But the DisplayLinkManager binary you provide obviously won't work (because of older glibc, stdc++). Is there source files or a binary that would work under my OS?

mlukaszek
08-17-2015, 02:18 PM
We don't provide any binary other than the one distributed in the installer package. Perhaps you could prepare a chroot with newer versions of the required libraries that would be compatible with DisplayLink Manager?

Thanks,
Michal

swish
08-17-2015, 04:28 PM
Instead of chroot I tried docker image based on ubuntu:14.04 with almost the same configuration as here (http://gernotklingler.com/blog/docker-replaced-virtual-machines-chroots/). And when I run `docker exec -ti ub1404-dev /usr/lib/displaylink/DisplayLinkManager`, I get
`terminate called after throwing an instance of 'char const*'` error.