[Dovecot] can't compile on redhat 9
hi, while the current cvs compile on redhat 8.0 on redhat 9 gives the following error:
checking whether va_lists can be copied by value... yes
./configure: line 14217: syntax error near unexpected token SSL,' ./configure: line 14217:
PKG_CHECK_MODULES(SSL, openssl)'
error: Bad exit status from /var/tmp/rpm-tmp.84419 (%build)
any tip what can be the reason? thanks. yours.
-- Levente "Si vis pacem para bellum!"
On Mon, 2003-06-23 at 16:55, Farkas Levente wrote:
hi, while the current cvs compile on redhat 8.0 on redhat 9 gives the following error:
checking whether va_lists can be copied by value... yes ./configure: line 14217: syntax error near unexpected token
SSL,' ./configure: line 14217:
PKG_CHECK_MODULES(SSL, openssl)'
You're missing /usr/share/aclocal/pkg.m4 which is probably in package pkg-config or pkg-config-dev or something.
Timo Sirainen wrote:
On Mon, 2003-06-23 at 16:55, Farkas Levente wrote:
hi, while the current cvs compile on redhat 8.0 on redhat 9 gives the following error:
checking whether va_lists can be copied by value... yes ./configure: line 14217: syntax error near unexpected token
SSL,' ./configure: line 14217:
PKG_CHECK_MODULES(SSL, openssl)'You're missing /usr/share/aclocal/pkg.m4 which is probably in package pkg-config or pkg-config-dev or something.
it is in pkgconfig and already installed and there! any other tipp?
-- Levente "Si vis pacem para bellum!"
On Mon, 2003-06-23 at 22:07, Farkas Levente wrote:
./configure: line 14217: syntax error near unexpected token
SSL,' ./configure: line 14217:
PKG_CHECK_MODULES(SSL, openssl)'You're missing /usr/share/aclocal/pkg.m4 which is probably in package pkg-config or pkg-config-dev or something.
it is in pkgconfig and already installed and there! any other tipp?
For some reason it's not using it. Try deleting aclocal.m4 file and running autogen.sh again? It should be added into aclocal.m4..
participants (2)
-
Farkas Levente
-
Timo Sirainen