From: Bruce S. <bw...@ar...> - 2003-12-21 13:07:33
|
> - make -f scripts/makefile.linux install || exit 1 > + make -f scripts/makefile.linux prefix=/usr install || exit 1 OK, NOW it's fixed! (we needed the prefix on BOTH make commands because it was still installing in /usr/local/lib) :-) - BS |