I keep getting this issue over and over with every build of the firmware i make.
the issue is that i start with everything clean on an ubuntu linux virtual machine, i get the latest trunk from the svn, copy over the already downloaded 'dl' folder and the '.config' file, make menuconfig, then make and i get an image and external file that i update on my fritz and i have everything working, rrdtool and everything else (rrdtool and the libraries it use are all externalized).
every few days i change update the trunk i have on my disk, i change some package selections, do a 'make dirclean', build a new firmware, and 100% of the time i get the issue aove, rrdtool will not find the libart_lgpl, the lib is on the external folder, but in the /usr/lib there is no symbolic link to the external folder...
i tried yesterday night will all the available clean options (busybox clean, kernel clean, tools-distclean), and i still get the issue, the only solution that i have now is to delete the complete svn folder on my ubunto, redownload a clean trunk from svn, copy dl and .config and build the firmware, only then i get a working rrdtool again...
what could be the problem? is it only me or what?
Code:
/var/mod/root # rrdtool
rrdtool: can't load library 'libart_lgpl_2.so.2'
the issue is that i start with everything clean on an ubuntu linux virtual machine, i get the latest trunk from the svn, copy over the already downloaded 'dl' folder and the '.config' file, make menuconfig, then make and i get an image and external file that i update on my fritz and i have everything working, rrdtool and everything else (rrdtool and the libraries it use are all externalized).
every few days i change update the trunk i have on my disk, i change some package selections, do a 'make dirclean', build a new firmware, and 100% of the time i get the issue aove, rrdtool will not find the libart_lgpl, the lib is on the external folder, but in the /usr/lib there is no symbolic link to the external folder...
i tried yesterday night will all the available clean options (busybox clean, kernel clean, tools-distclean), and i still get the issue, the only solution that i have now is to delete the complete svn folder on my ubunto, redownload a clean trunk from svn, copy dl and .config and build the firmware, only then i get a working rrdtool again...
what could be the problem? is it only me or what?