[Dovecot] 1.0beta2 build error
Hi! I received the following error (I ran ./configure and make without options) when running make install:
Making all in auth make: don't know how to make db-ldap.h. Stop in /tmp/dovecot-1.0b2/dovecot-1.0.beta2/src/auth. *** Error code 1
Stop in /tmp/dovecot-1.0b2/dovecot-1.0.beta2/src (line 284 of Makefile). *** Error code 1
Stop in /tmp/dovecot-1.0b2/dovecot-1.0.beta2 (line 340 of Makefile). *** Error code 1
Stop in /tmp/dovecot-1.0b2/dovecot-1.0.beta2 (line 224 of Makefile).
This is what I found:
# ls src/auth/db-ldap.* src/auth/db-ldap.c src/auth/db-ldap.o
# find . -name 'db-ldap.*' -print ./src/auth/db-ldap.c ./src/auth/.deps/db-ldap.Po ./src/auth/db-ldap.o
I didn't find a db-ldap.h anywhere in /usr either.
Any hints?
I run OpenBSD 3.7 on sparc.
/Peter
Peter Lindgren, dataingenjör E-post: peter "at" norrskenkonsult punkt com http://www.norrskenkonsult.com
Timo Sirainen wrote:
db-ldap.h should be there. You've lost it somehow.
% tar tzf dovecot-1.0.beta2.tar.gz|grep db-ldap.h dovecot-1.0.beta2/src/auth/db-ldap.h
I scrolled up in my term window, and it was copied out from the tarball [tar -xzvf] according to the output from tar. Strange.
I emptied the directory completely [rm -rf]. I downloaded the tarball again just to be sure, and checked that the file was there before I started all over. After ./configure it was still there. After running make, it is gone!
I have the dovecot sources in /tmp, which seem to have sufficient disk space: # df -k Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/sd0a 260374 30638 216718 12% / /dev/sd2a 100084 1282 93798 1% /backup /dev/sd2d 8708202 109312 8163480 1% /home /dev/sd1e 650222 2 617710 0% /pub /dev/sd1a 257262 30170 214230 12% /tmp /dev/sd0d 746974 378214 331412 53% /usr /dev/sd1d 1030550 34340 944684 4% /var
Platform OpenBSD 3.7 on sparc. Very strange! Which files do you folks want see to aid
/Peter
Peter Lindgren, dataingenjör E-post: peter "at" norrskenkonsult punkt com http://www.norrskenkonsult.com
participants (2)
-
Peter Lindgren
-
Timo Sirainen