Closed wizonesolutions closed 10 years ago
I resolved it just now on my Ubuntu 11.10 amd64 system. I looked at the first screenful of the redshiftgui binary and discovered that it was looking for /lib/ld-linux-x86-64.so.2. That file does not exist at that path, but is present in /lib/x86_64-linux-gnu and in /lib64. So I created a symbolic link in /lib, pointing to the file in /lib/x86_64-linux-gnu, and that fixed it.
Cool. I've just been using the 32-bit version, which also works. On Jan 20, 2012 6:36 PM, "redfive2012" < reply@reply.github.com> wrote:
I resolved it just now on my Ubuntu 11.10 amd64 system. I looked at the first screenful of the redshiftgui binary and discovered that it was looking for /lib/ld-linux-x86-64.so.2. That file does not exist at that path, but is present in /lib/x86_64-linux-gnu and in /lib64. So I created a symbolic link in /lib, pointing to the file in /lib/x86_64-linux-gnu, and that fixed it.
Reply to this email directly or view it on GitHub: https://github.com/maoserr/redshiftgui/issues/4#issuecomment-3593984
@redfive2012 This fixed it for me in Ubuntu 12.04 as well. Thanks! Amazing this still works so well after 2 years.
FIX: sudo ln -s /lib64/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2
(You see this using LDD as there is a missing record)
I have no idea. But looks like you resolved it.
Linux Mint 12 (basically, Ubuntu 11.10)