Hello,
 
currently I have qmail-ldap up and running. I now want to use also the control patch for qmail 1.03. When I apply the patch only one file are rejected:
 
1 out of 3 hunks FAILED -- saving rejects to file qmail-1.03/qmail-qmqpc.c.rej
 
I have changed the needed things manually. Now I have enabled Controldb, Automaildirmake, Autohomedirmake in the makefile and try to compile but i get this errors:
 
qmail-send.o: In function `main':
qmail-send.o(.text+0x442c): undefined reference to `log_init'
control.o: In function `control_readline':
control.o(.text+0x11c): undefined reference to `log'
control.o: In function `control_ldap_search':
control.o(.text+0x6bc): undefined reference to `qldap_open'
control.o(.text+0x6d4): undefined reference to `log'
control.o(.text+0x76c): undefined reference to `qldap_me'
control.o(.text+0x77c): undefined reference to `qldap_me'
control.o(.text+0x7f0): undefined reference to `qldap_me'
control.o(.text+0x868): undefined reference to `log'
control.o(.text+0x890): undefined reference to `ldap_search_s'
control.o(.text+0x8ac): undefined reference to `ldap_err2string'
control.o(.text+0x8c0): undefined reference to `log'
control.o(.text+0x908): undefined reference to `ldap_count_entries'
control.o(.text+0xa54): undefined reference to `log'
control.o(.text+0xa74): undefined reference to `ldap_search_s'
control.o(.text+0xa88): undefined reference to `ldap_err2string'
control.o(.text+0xa98): undefined reference to `log'
control.o(.text+0xae0): undefined reference to `ldap_count_entries'
control.o(.text+0xb00): undefined reference to `log'
control.o(.text+0xb0c): undefined reference to `ldap_first_entry'
control.o(.text+0xb1c): undefined reference to `ldap_get_dn'
control.o(.text+0xb30): undefined reference to `ldap_memfree'
control.o(.text+0xb40): undefined reference to `ldap_get_values'
control.o(.text+0xbb0): undefined reference to `log'
control.o(.text+0xca8): undefined reference to `ldap_value_free'
collect2: ld returned 1 exit status
make: *** [qmail-send] Error 1
 
Can anybody help me with this issue ?
 
I use the following patches:
 
qmail-ldap-1.03-20020901.patch
qmail-ldap-control_20020524.patch
 
J�rg Sippel

Reply via email to