Displaying 1 result from an estimated 1 matches for "ssl_check_parameters_fil".
Did you mean:
ssl_check_parameters_file
2006 Feb 07
2
Compilation problems (1.0-beta2)
...mail-process.o main.o master-settings.o syslog-util.o ssl-init.o ssl-init-gnutls.o ssl-init-openssl.o -L/usr/local/ssl/lib ../lib-settings/libsettings.a ../lib/liblib.a
main.o(.text+0x127a): In function `main':
/home/jdubin/apps/dovecot-1.0.beta2/src/master/main.c:778: undefined reference to `ssl_check_parameters_file'
collect2: ld returned 1 exit status
make[3]: *** [dovecot] Error 1
(...)
So, I thought it's ssl related. I've compiled openssl (0.9.8a) from
source as well (installed in default /usr/local/ssl), and set
LDFLAGS=-L/usr/local/ssl/lib and CPPFLAGS=-I/usr/local/ssl/include, but no
he...