$ sh support/buildconf.sh autoconf: Undefined macros: ***BUG in Autoconf--please report*** AC_PATH ***BUG in Autoconf--please report*** AC_PATH ***BUG in Autoconf--please report*** AC_PATH
configure: creating ./config.status config.status: creating Makefile mv: Makefile: set owner/group (was: 1670/0): Operation not permitted config.status: creating Makedefs mv: Makedefs: set owner/group (was: 1670/0): Operation not permitted config.status: creating native/Makefile mv: native/Makefile: set owner/group (was: 1670/0): Operation not permitted *** All done *** Now you can issue "make"
On linux 2.6.x jsvc does not start and write the following error:
jsvc.exec error: syscall failed in set_caps jsvc.exec error: Service exit with a return value of 4
modprobe capability
The configure of jsvc does not like spaces in directory name.
To configure with java installed in directory whose name contains a space,
use the 8 characters name of the directory.
For example for java in installed in c:\Archivos de programa\java\jdk1.5.0_06:
./configure --with-java=/cygdrive/c/Archiv~1/java/jdk1.5.0_06