[Date Prev][Date Next] [Chronological] [Thread] [Top]

OpenLDAP problem installation



 
Hi everybody,

I am trying to run configure with OpenLDAP 2.1.22 on an linux-Mandrake-systeme
system (9.0.3) and am getting an ACLOCAL cannot be parsed
error during the config.status phase of Configure.

I am running configure as follows: In compile file I run the following

cd ${HOME}/openldap-2.1.22
export CC="gcc"
export CFLAGS="-O -g"
export CPPFLAGS="-I${HOME}/sasl/include -I${HOME}/openssl/include
-I${HOME}/bdb/include"
export LDFLAGS="-L${HOME}/sasl/lib -L${HOME}/openssl/lib
-L${HOME}/bdb/lib -R${HOME}/sasl/lib -R${HOME}/openssl/lib -R${HOME}/bdb/lib"
./configure --prefix=${HOME}/openldap --enable-debug --with-tls --with-cyrus-sasl --enable-spasswd
--with-wrappers.

and receiving the errors during config.status phase of configure:
sed: file conftest.s1 line 9: Unterminated `s' command
creating servers/slapd/back-monitor/Makefile
sed: file conftest.s1 line 9: Unterminated `s' command
creating servers/slapd/back-null/Makefile
sed: file conftest.s1 line 9: Unterminated `s' command
creating servers/slapd/back-passwd/Makefile
sed: file conftest.s1 line 9: Unterminated `s' command
creating servers/slapd/back-perl/Makefile
sed: file conftest.s1 line 9: Unterminated `s' command
creating servers/slapd/back-shell/Makefile
sed: file conftest.s1 line 9: Unterminated `s' command
creating servers/slapd/back-sql/Makefile
sed: file conftest.s1 line 9: Unterminated `s' command
creating servers/slapd/shell-backends/Makefile
sed: file conftest.s1 line 9: Unterminated `s' command
creating servers/slapd/tools/Makefile
sed: file conftest.s1 line 9: Unterminated `s' command
creating servers/slurpd/Makefile
sed: file conftest.s1 line 9: Unterminated `s' command
creating tests/Makefile
sed: file conftest.s1 line 9: Unterminated `s' command
creating tests/progs/Makefile

Question:

How should the lines in the conftest.s1 look like, and what
might be causing this? Am I looking in the right location?
 

Thanks for help,

-- 
CHE