
27 Jan
2015
27 Jan
'15
11:50 a.m.
1) libcap build fails on my machine because it uses /lib instead of /lib64. I had to change it to /lib*/... for compatibility. Does it build in CRUX?
Works for me, maybe you should paste the relevant parts of your build logs.
I see, CRUX patches glibc to avoid lib64. I have glibc-2.20 from LFS which installs ld-linux.so to /lib64. In its turn, libcap installs its library to where ld-linux resides. I'll fix my libcap then. (anyone has glibc-2.20-multilib-dirs.patch?)
2) Network interfaces eth0 and wlan0 are renamed [...] tldr: touch /etc/udev/rules.d/80-net-name-slot.rules or pass the net.ifnames=0
Thanks, touch did the job. Sorry for missing release note. Best regards, Alex.