I noticed two things Paul,

I had ldap-dev installed don't know why (maybe some experience in the past), 
and even just compiling with:
---
configure --with-sieve
---

The binaries get linked against the ldap library:

---
flecha:/usr/local/src/postfix/dbmail# ldd /usr/local/sbin/dbmail-lmtpd|grep -i 
ldap
        libldap_r.so.2 => /usr/lib/libldap_r.so.2 (0xb7720000)
---

So I removed ldap-dev and recompiled, and no ldap library linked to the 
binaries, but same problem:

---
May 24 14:05:49 flecha dbmail-lmtpd[4939]: [0x96a9dc0] FATAL:[auth] 
auth_load_driver(+106): cannot find function `auth_get_users_from_clientid': 
/usr/local/lib/dbmail/libauth_sql.so: undefined symbol: 
auth_get_users_from_clientid
---

Any ideia?




> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:dbmail-dev-
> [EMAIL PROTECTED] On Behalf Of Jorge Bastos
> Sent: sábado, 24 de Maio de 2008 13:52
> To: dbmail-dev@dbmail.org
> Subject: [Dbmail-dev] RE: [Dbmail] Testing
> 
> Paul,
> Continuing this here.
> I updated to last svn again, and i still have this error.
> 
> My configure is just:
> 
> ---
> configure --with-sieve
> ---
> 
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Paul J Stevens
> Sent: sbado, 24 de Maio de 2008 13:30
> To: DBMail mailinglist
> Subject: Re: [Dbmail] Testing
> 
> Ah, that's what I get for *always* building --with-ldap
> 
> Try again.
> 
> And please Jorge: this belongs on the -dev list.
> 
> Jorge Bastos wrote:
> > Hey Paul,
> >
> >
> >
> > Im just testing last svns to folowing the changes to be updated but:
> >
> >
> >
> > May 24 12:18:58 flecha dbmail-timsieved[2366]: [0x85b7dc8]
> FATAL:[auth]
> > auth_load_driver(+106): cannot find function
> > `auth_get_users_from_clientid': /usr/local/lib/dbmail/libauth_sql.so:
> > undefined symbol: auth_get_users_from_clientid
> >
> >
> >
> > This for timsieved+pop3d+imapd+lmtpd.
> >
> >
> >
> > The library is the correct one:
> >
> >
> >
> > flecha:/var/log# l /usr/local/lib/dbmail/libauth_sql.so
> >
> > lrwxrwxrwx 1 root staff 20 2008-05-24 11:59
> > /usr/local/lib/dbmail/libauth_sql.so -> libauth_sql.so.0.0.0*
> >
> >
> >
> > and a:
> >
> >
> >
> > tlecha:/var/log# objdump -T /usr/local/lib/dbmail/libauth_sql.so|grep
> -i
> > auth_get
> >
> > 00004830 g    DF ..text  0000035b  Base        auth_getclientid
> >
> > 00004b90 g    DF ..text  000002f8  Base        auth_get_known_aliases
> >
> > 000044d0 g    DF ..text  0000035b  Base        auth_getmaxmailsize
> >
> > 00004e90 g    DF ..text  000002f8  Base        auth_get_known_users
> >
> > 00002200 g    DF ..text  0000035c  Base        auth_getencryption
> >
> > 00001ee0 g    DF ..text  0000031a  Base        auth_get_userid
> >
> > 000015c0 g    DF ..text  00000300  Base        auth_get_aliases_ext
> >
> > 000018c0 g    DF ..text  00000320  Base        auth_get_user_aliases
> >
> >
> >
> >
> >
> > Theres no such function there.
> >
> > Am I missing something?
> >
> >
> >
> > Jorge
> >
> > PS: This is a testing server J (I learned with my mistakes!!)
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> ---
> >
> > _______________________________________________
> > DBmail mailing list
> > [EMAIL PROTECTED]
> > https://mailman.fastxs.nl/mailman/listinfo/dbmail
> 
> 
> --
>   ________________________________________________________________
>   Paul Stevens                                      paul at nfg.nl
>   NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
>   The Netherlands________________________________http://www.nfg.nl
> _______________________________________________
> DBmail mailing list
> [EMAIL PROTECTED]
> https://mailman.fastxs.nl/mailman/listinfo/dbmail
> 
> _______________________________________________
> Dbmail-dev mailing list
> Dbmail-dev@dbmail.org
> http://twister.fastxs.net/mailman/listinfo/dbmail-dev

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://twister.fastxs.net/mailman/listinfo/dbmail-dev

Reply via email to