NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
lachris
Nov 22, 2011Aspirant
Compiling on ReadyNas DUO
hi, I want to configure rrdtool 1.2.19 on my readynas duo. I installed all libs that are needed, so far as I read here in the forum. So I download that program, type #./configure --build=sparc...
WhoCares_
Nov 24, 2011Mentor
Your problem is that the linker is looking for the main library in /usr/sparc-linux/lib/libc.so.6 - which isn't there. You could try to trick it into using the right library by doing this in an SSH shell:
But you'd have to test whether the resulting binary would find the correct lib afterwards.
-Stefan
cd /usr
mkdir sparc-linux
cd sparc-linux
ln -s /usr/lib
But you'd have to test whether the resulting binary would find the correct lib afterwards.
-Stefan
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!