[Bug 555568] New: cyrus-sasl-sqlauxprop - /usr/lib/sasl2/libsql.so: undefined symbol: mysql_field_count
http://bugzilla.novell.com/show_bug.cgi?id=555568 Summary: cyrus-sasl-sqlauxprop - /usr/lib/sasl2/libsql.so: undefined symbol: mysql_field_count Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: i586 OS/Version: openSUSE 11.2 Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: thomas@cupracer.de QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.4) Gecko/20091016 SUSE/3.5.4-1.1.2 Firefox/3.5.4 It's not possible to authenticate to the cyrus-IMAP server via cyrus-sasl-sqlauxprop. The messages log shows that there's an undefined symbol "mysql_field_count" in /usr/lib/sasl2/libsql.so. Reproducible: Always Steps to Reproduce: 1. setup a minimal openSUSE 11.2 box 2. install cyrus-imapd, cyrus-sasl-sqlauxprop and configure cyrus-imapd to use the sasl_pwcheck_method "auxprop". 3. launch i.e. "cyradm localhost" and have a look at the log (see actual results) Actual Results: Nov 14 11:22:48 mail-mda master[13753]: about to exec /usr/lib/cyrus/bin/imapd Nov 14 11:22:48 mail-mda imap[13753]: executed Nov 14 11:22:48 mail-mda imap[13753]: unable to dlopen /usr/lib/sasl2/libsql.so: /usr/lib/sasl2/libsql.so: undefined symbol: mysql_field_count Nov 14 11:22:48 mail-mda imap[13753]: unable to dlopen /usr/lib/sasl2/libsql.so: /usr/lib/sasl2/libsql.so: undefined symbol: mysql_field_count Nov 14 11:22:48 mail-mda imap[13753]: accepted connection Result: A successful login won't be possible. Expected Results: Nov 14 11:27:49 mail-mda master[13802]: about to exec /usr/lib/cyrus/bin/imapd Nov 14 11:27:49 mail-mda imap[13802]: executed Nov 14 11:27:49 mail-mda imap[13802]: sql auxprop plugin using mysql engine Nov 14 11:27:49 mail-mda imap[13802]: accepted connection Result: A successful login would be possible. The step to reproduce are kept short. It's a relatively complex setup but the bug seems to be just a missing dependeny, lib or something like that. So if you need more information about the setup, I can explain in in detail. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555568 shuang qiu <sqiu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sqiu@novell.com AssignedTo|bnc-team-screening@forge.pr |rhafer@novell.com |ovo.novell.com | Severity|Major |Normal -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555568#c1 --- Comment #1 from Thomas Schulte <thomas@cupracer.de> 2009-11-17 22:19:22 UTC --- In addition: The described bug occurs also in the x86_64 version. Is there something more I could test to localize the bug? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555568 http://bugzilla.novell.com/show_bug.cgi?id=555568#c2 Ralf Haferkamp <rhafer@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low Status|NEW |ASSIGNED --- Comment #2 from Ralf Haferkamp <rhafer@novell.com> 2009-11-19 14:22:32 UTC --- Hm, cyrus-sasl-sqlauxprop doesn't seem to be linked against libmysqlclient on 11.2 for whatever reason. I'll check ... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555568 http://bugzilla.novell.com/show_bug.cgi?id=555568#c3 --- Comment #3 from Thomas Schulte <thomas@cupracer.de> 2009-11-21 07:28:07 UTC --- I compared the cyrus-sasl-sqlauxprop versions from 11.1 and 11.2. Some more libs seem to be missing. openSUSE 11.1: # rpm -q --whatprovides /usr/lib/sasl2/libsql.so cyrus-sasl-sqlauxprop-2.1.22-182.1 # ldd /usr/lib/sasl2/libsql.so linux-gate.so.1 => (0xffffe000) libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 (0xb7626000) libpq.so.5 => /usr/lib/libpq.so.5 (0xb7602000) libresolv.so.2 => /lib/libresolv.so.2 (0xb75ec000) libc.so.6 => /lib/libc.so.6 (0xb7490000) libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7458000) libnsl.so.1 => /lib/libnsl.so.1 (0xb743f000) libm.so.6 => /lib/libm.so.6 (0xb7416000) libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0xb73cc000) libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0xb7265000) libz.so.1 => /lib/libz.so.1 (0xb7250000) libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0xb7222000) libldap_r-2.4.so.2 => /usr/lib/libldap_r-2.4.so.2 (0xb71d6000) libpthread.so.0 => /lib/libpthread.so.0 (0xb71bc000) /lib/ld-linux.so.2 (0xb7788000) libdl.so.2 => /lib/libdl.so.2 (0xb71b7000) libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0xb7118000) libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0xb70f1000) libcom_err.so.2 => /lib/libcom_err.so.2 (0xb70ed000) libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0xb70e4000) libkeyutils.so.1 => /lib/libkeyutils.so.1 (0xb70e0000) liblber-2.4.so.2 => /usr/lib/liblber-2.4.so.2 (0xb70d0000) libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0xb70b5000) openSUSE 11.2: # rpm -q --whatprovides /usr/lib/sasl2/libsql.so cyrus-sasl-sqlauxprop-2.1.23-3.1.i586 # ldd /usr/lib/sasl2/libsql.so linux-gate.so.1 => (0xffffe000) libc.so.6 => /lib/libc.so.6 (0xb773a000) /lib/ld-linux.so.2 (0xb78a9000) BTW, I don't want to be annoying, but I've two mail server projects "on hold" because I can not authenticate any user... so tell me if there's anything I could do to help or support, please. Thanks! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555568 http://bugzilla.novell.com/show_bug.cgi?id=555568#c4 --- Comment #4 from Ralf Haferkamp <rhafer@novell.com> 2009-11-23 11:19:03 UTC --- cyrus-sasl-ldap-auxprop is affected by the same issue. The bug got introduced through a wrongly created backport from upstream cvs. I just submitted a fix for Factory. 11.2 Packages are queued for building and should appear at http://download.opensuse.org/repositories/network/openSUSE_11.2/ soon. I'll check if/how we will create online updates for this. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555568 http://bugzilla.novell.com/show_bug.cgi?id=555568#c5 Ralf Haferkamp <rhafer@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |maintenance@opensuse.org --- Comment #5 from Ralf Haferkamp <rhafer@novell.com> 2009-11-23 11:26:45 UTC --- Setting to NEEDINFO maintenance@opensuse.org as mentioned in http://en.opensuse.org/Maintenance -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555568 http://bugzilla.novell.com/show_bug.cgi?id=555568#c6 --- Comment #6 from Thomas Schulte <thomas@cupracer.de> 2009-11-23 18:00:18 UTC --- The bug is fixed, works for me! I got the new packages from the network repo as mentioned in comment #4. Thank you! I'm looking forward to the online update now. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555568 http://bugzilla.novell.com/show_bug.cgi?id=555568#c7 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cdengler@novell.com --- Comment #7 from Christian Dengler <cdengler@novell.com> 2009-11-23 19:41:16 UTC --- + I prefer an update here. Other opinions from maintenance team? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555568 http://bugzilla.novell.com/show_bug.cgi?id=555568#c8 --- Comment #8 from Marcus Meissner <meissner@novell.com> 2009-11-23 22:15:18 UTC --- i would say yes. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555568 http://bugzilla.novell.com/show_bug.cgi?id=555568#c9 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:29131 --- Comment #9 from Swamp Workflow Management <swamp@suse.com> 2009-11-26 14:13:10 UTC --- The SWAMPID for this issue is 29131. Please submit the patch and patchinfo file using this ID. (https://swamp.suse.de/webswamp/wf/29131) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555568 http://bugzilla.novell.com/show_bug.cgi?id=555568#c10 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|maintenance@opensuse.org | --- Comment #10 from Christian Dengler <cdengler@novell.com> 2009-11-26 14:14:01 UTC --- ok, update process started; be so kind and submit the patchinfo/sources -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555568 http://bugzilla.novell.com/show_bug.cgi?id=555568#c11 --- Comment #11 from Christian Dengler <cdengler@novell.com> 2009-12-11 14:27:29 UTC --- patchinfo needed -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555568 http://bugzilla.novell.com/show_bug.cgi?id=555568#c12 Ralf Haferkamp <rhafer@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #12 from Ralf Haferkamp <rhafer@novell.com> 2009-12-14 14:02:56 UTC --- Package and patchinfo submitted. ID of the submitrequest:26425 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555568 http://bugzilla.novell.com/show_bug.cgi?id=555568#c13 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:29131 |maint:running:29131 | |maint:released:11.2:29591 --- Comment #13 from Swamp Workflow Management <swamp@suse.com> 2009-12-21 11:59:00 UTC --- Update released for: cyrus-sasl-ldap-auxprop, cyrus-sasl-sqlauxprop Products: openSUSE 11.2 (debug, i586, x86_64) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555568 http://bugzilla.novell.com/show_bug.cgi?id=555568#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:29131 |maint:released:11.2:29591 |maint:released:11.2:29591 | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555568 http://bugzilla.novell.com/show_bug.cgi?id=555568#c14 --- Comment #14 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (555568) was mentioned in https://build.opensuse.org/request/show/24893 Factory / cyrus-sasl https://build.opensuse.org/request/show/26425 11.2 / cyrus-sasl -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com