> "/home/sergey/openwrt/attitude_adjustment/staging_dir/toolchain- > mipsel_r2_gcc-4.6-linaro_uClibc-0.9.33.2/lib/gcc/mipsel-openwrt-linux- > uclibc/4.6.3/../../../../mipsel-openwrt-linux-uclibc/bin/ld: > cannot find -lrrd"
I'm guessing you need to update your LD_LIBRARY_PATH to include the location of the librrd.so.2 file. Possibly you've moved it from its compiled location, or have chrooted? In any case, the loader can't find it. Set LD_LIBRARY_PATH to include the correct path for it, or add the path to /etc/ld.so.conf or a file in /etc/ld.so.d (these last 2 may be Linux-specific) Steve Steve Shipway [email protected]
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
