When running the following command followed by a make testdeps and
fixdeps:
./configure --with-my-user-group --enable-layout=inplace
–with-db-type=SQLite --with-devel-mode
The ‘make install’ then hangs on the following find command. Can anyone
confirm this?
/usr/bin/install -c -m 0755 -d ./local/plugins
/usr/bin/install -c -m 0755 -d ./local/po
[ -d ./lib ] || /usr/bin/install -c -m 0755 -d ./lib
cd lib && find . -type d -name .svn -prune -o -type d -exec
/usr/bin/install -c -m 0755 -d ./lib/{} ;
Regards,
Ton Hoogstraten