LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Error installing dovecot (https://www.linuxquestions.org/questions/linux-software-2/error-installing-dovecot-669963/)

pink_life 09-15-2008 01:31 AM

Error installing dovecot
 
hi! i'm installing dovecot-1.1.3 and when i use 'make' the ff errors occur. help anyone? thanks!:)

...........
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libssl.a(kssl.o): In function `kssl_sget_tkt':
(.text+0x1c69): undefined reference to `krb5_kt_default'
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libssl.a(kssl.o): In function `kssl_sget_tkt':
(.text+0x1cb0): undefined reference to `krb5_kt_get_entry'
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libssl.a(kssl.o): In function `kssl_sget_tkt':
(.text+0x1d14): undefined reference to `krb5_decrypt_tkt_part'
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libssl.a(kssl.o): In function `kssl_sget_tkt':
(.text+0x1d4c): undefined reference to `krb5_kt_free_entry'
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libssl.a(kssl.o): In function `kssl_krb5_free_data_contents':
(.text+0x213): undefined reference to `krb5_free_data_contents'
collect2: ld returned 1 exit status
make[3]: *** [imap-login] Error 1
make[3]: Leaving directory `/opt/source/dovecot-1.1.3/src/imap-login'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/source/dovecot-1.1.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/source/dovecot-1.1.3'
make: *** [all] Error 2

Nylex 09-15-2008 01:35 AM

You need to post errors above that. From that output though, it appears that you're missing some library (or that it can't be found). Are you sure that your distro doesn't provide a package for Dovecot?


All times are GMT -5. The time now is 08:54 AM.