-
Notifications
You must be signed in to change notification settings - Fork 106
Description
-
The autorun.sh script is encoded in DOS format when Linux requires it to be in UNIX line encoding.
-
Error in Centos 6.2 in autorun.sh
[root@penguin5 libcouchbase]# ./config/autorun.sh
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT
/usr/share/aclocal/libmcrypt.m4:17: run info '(automake)Extending aclocal'
/usr/share/aclocal/libmcrypt.m4:17: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
is m4_require'd but not m4_defun'dr_sys_time_h
../../lib/autoconf/headers.m4:209: AC_CHECK_HEADERS_ONCE is expanded from...
configure.ac:88: the top level
is m4_require'd but not m4_defun'dr_unistd_h
is m4_require'd but not m4_defun'dr_libvbucket_vbucket_h
is m4_require'd but not m4_defun'dr_sys_time_h
../../lib/autoconf/headers.m4:209: AC_CHECK_HEADERS_ONCE is expanded from...
configure.ac:88: the top level
is m4_require'd but not m4_defun'dr_unistd_h
is m4_require'd but not m4_defun'dr_libvbucket_vbucket_h
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, config'. libtoolize: copying fileconfig/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, m4'. libtoolize: copying filem4/libtool.m4'
libtoolize: copying file m4/ltoptions.m4' libtoolize: copying filem4/ltsugar.m4'
libtoolize: copying file m4/ltversion.m4' libtoolize: copying filem4/lt~obsolete.m4'
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT
/usr/share/aclocal/libmcrypt.m4:17: run info '(automake)Extending aclocal'
/usr/share/aclocal/libmcrypt.m4:17: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
is m4_require'd but not m4_defun'dr_sys_time_h
../../lib/autoconf/headers.m4:209: AC_CHECK_HEADERS_ONCE is expanded from...
configure.ac:88: the top level
is m4_require'd but not m4_defun'dr_unistd_h
is m4_require'd but not m4_defun'dr_libvbucket_vbucket_h
is m4_require'd but not m4_defun'dr_sys_time_h
../../lib/autoconf/headers.m4:209: AC_CHECK_HEADERS_ONCE is expanded from...
configure.ac:88: the top level
is m4_require'd but not m4_defun'dr_unistd_h
is m4_require'd but not m4_defun'dr_libvbucket_vbucket_h
configure:17433: error: possibly undefined macro: _AC_Header_sys_time_h
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure:17440: error: possibly undefined macro: _AC_Header_unistd_h
configure:17445: error: possibly undefined macro: _AC_Header_libvbucket_vbucket_h
autoreconf: /usr/bin/autoconf failed with exit status: 1
I have libvbucket already compiled and installed from github repo. Not sure why it's failing in autorun.sh