You are not logged in.

#1 2009-09-08 15:26:24

Bueno
Member
Registered: 2009-06-21
Posts: 10

Exim + Cyrus-sasl pkgbuild problem...

EXIM PKGBUILD

I added this option in pkgbuild file:

 
  sed 's|^# AUTH_CYRUS_SASL=yes$|AUTH_CYRUS_SASL=yes|' | \

makepkg:

gcc -o exim
auths/auths.a(cyrus_sasl.o): In function `auth_cyrus_sasl_server':
cyrus_sasl.c:(.text+0xcb): undefined reference to `sasl_server_init'
cyrus_sasl.c:(.text+0x122): undefined reference to `sasl_server_new'
cyrus_sasl.c:(.text+0x13c): undefined reference to `sasl_done'
cyrus_sasl.c:(.text+0x1ad): undefined reference to `sasl_server_start'
cyrus_sasl.c:(.text+0x21f): undefined reference to `sasl_dispose'
cyrus_sasl.c:(.text+0x224): undefined reference to `sasl_done'
cyrus_sasl.c:(.text+0x281): undefined reference to `sasl_dispose'
cyrus_sasl.c:(.text+0x286): undefined reference to `sasl_done'
cyrus_sasl.c:(.text+0x2e1): undefined reference to `sasl_server_step'
cyrus_sasl.c:(.text+0x2f3): undefined reference to `sasl_dispose'
cyrus_sasl.c:(.text+0x2f8): undefined reference to `sasl_done'
cyrus_sasl.c:(.text+0x361): undefined reference to `sasl_errstring'
cyrus_sasl.c:(.text+0x38d): undefined reference to `sasl_errstring'
cyrus_sasl.c:(.text+0x3c9): undefined reference to `sasl_dispose'
cyrus_sasl.c:(.text+0x3ce): undefined reference to `sasl_done'
cyrus_sasl.c:(.text+0x40c): undefined reference to `sasl_errstring'
cyrus_sasl.c:(.text+0x447): undefined reference to `sasl_dispose'
cyrus_sasl.c:(.text+0x44c): undefined reference to `sasl_done'
cyrus_sasl.c:(.text+0x48c): undefined reference to `sasl_errstring'
cyrus_sasl.c:(.text+0x4b8): undefined reference to `sasl_errstring'
cyrus_sasl.c:(.text+0x4d8): undefined reference to `sasl_dispose'
cyrus_sasl.c:(.text+0x4dd): undefined reference to `sasl_done'
cyrus_sasl.c:(.text+0x50c): undefined reference to `sasl_getprop'
cyrus_sasl.c:(.text+0x57b): undefined reference to `sasl_dispose'
cyrus_sasl.c:(.text+0x580): undefined reference to `sasl_done'
auths/auths.a(cyrus_sasl.o): In function `auth_cyrus_sasl_init':
cyrus_sasl.c:(.text+0x612): undefined reference to `sasl_server_init'
cyrus_sasl.c:(.text+0x67a): undefined reference to `sasl_server_new'
cyrus_sasl.c:(.text+0x6e1): undefined reference to `sasl_listmech'
cyrus_sasl.c:(.text+0x817): undefined reference to `sasl_dispose'
cyrus_sasl.c:(.text+0x81c): undefined reference to `sasl_done'
collect2: ld returned 1 exit status
make[1]: *** [exim] Error 1
make[1]: Leaving directory `/home/soft/exim/src/exim-4.69/build-Linux-i386'
make: *** [go] Error 2
==> ERROR: Build Failed.
    Aborting...

In what could be the problem?

Offline

Board footer

Powered by FluxBB