Klaused: oh - you're a systemd user?
TJ-: yes i am
TJ-: how do i fix this?
Klaused: and it is causing problems?
TJ-: yes
Klaused: OK, does it fail immediately on boot, or does it start to fail?
TJ-: it fails when it runs sudo /etc/init.d/isc-dhcp-server start
Klaused: OK, can you pastebin "pastebinit /var/log/kern.log"
TJ-: done
Klaused: what does this report? "glibc[5860]: *** [ld-linux.so.2] Not a dynamic executable"
Klaused: I mean "pastebinit /var/log/kern.log |& nc termbin.com 9999"
TJ-: yes that is what it says
Klaused: then the answer is simple; there's an executable file in /lib/ld-linux.so.2 and it is not dynamically linked
Klaused: in which case you have to do "sudo ln -sf /lib/ld-linux.so.2 /lib64/ld-linux-x86-64.so.2"
TJ-: but i have that file i have installed on 14.04 but the problem is that it is only there in 18.04
Klaused: when that ld-linux.so.2 executable was built there were 32-bit libraries available to it. The later ld.so.2 executable is in /lib64/ld-linux-x86-64.so.2
Klaused: are you saying that the 18.04 is 64-bit, and 14.04 was 32-bit, and so the problem is with that?
Klaused: if that is the case, then you have the full path to the 18.04 ld-linux.so.2 so you can try "sudo ln -sf
Related links:
댓글