2009년 12월 29일 화요일

Berkeley db - make install (cp: preserving permissions for )

When we get error messsage:
cp: preserving permissions for .... Operation not supported

we need to edit Makefile by removing option -p from cp


1) On "install_include:" and "install_docs:"

find $(cp) -p and remove out -p

2) Change INSTALLER
#INSTALLER= $(LIBTOOL) --mode=install cp -p
INSTALLER= $(LIBTOOL) --mode=install cp

0 개의 댓글: