I have been searching for hours trying to find a solution to a small problem I've been having getting ushare on my blue ring world edition. I'm using a mac with 10.6.3, and have been unable to finish the final make install step on my drive. When I run ./configure it seems like everything is working. When I there are no issues either. When I attempt to run make install (sudo make install due to permissions) i get the following code.
/usr/bin/install -c -d /usr/local/etc
/usr/bin/install -c -m 644 "ushare.conf" /usr/local/etc
/usr/bin/install -c -d /usr/local/etc/init.d
/usr/bin/install -c -m 755 "ushare" /usr/local/etc/init.d
/usr/bin/install -c -d /usr/local/bin
/usr/bin/install -c ushare /usr/local/bin
strip -s /usr/local/bin/ushare
strip: no files specified
make[1]: *** [install] Error 1
make: *** [install] Error 2
Does anyone know how to fix the problem?
Another question I have regards to the method of install. So far I have placed all the files on my mybook and compiled and installed from there. It seems to be working , but is it more efficient to compile everything on my computer and then move it over? Or would that not work?
Thanks