https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204185
--- Comment #5 from John W. O'Brien <[email protected]> --- @koobs: I expected it to link against MIT Kerberos, and it does. % ldd /usr/local/lib/python2.7/site-packages/kerberos.so /usr/local/lib/python2.7/site-packages/kerberos.so: libpython2.7.so.1 => /usr/local/lib/libpython2.7.so.1 (0x801608000) libgssapi_krb5.so.2.2 => /usr/local/lib/libgssapi_krb5.so.2.2 (0x8019c3000) libkrb5.so.3.3 => /usr/local/lib/libkrb5.so.3.3 (0x801c0a000) libk5crypto.so.3.1 => /usr/local/lib/libk5crypto.so.3.1 (0x801eea000) libcom_err.so.3.0 => /usr/local/lib/libcom_err.so.3.0 (0x802119000) libc.so.7 => /lib/libc.so.7 (0x800821000) libthr.so.3 => /lib/libthr.so.3 (0x80231c000) libintl.so.8 => /usr/local/lib/libintl.so.8 (0x802540000) libutil.so.9 => /lib/libutil.so.9 (0x80274b000) libm.so.5 => /lib/libm.so.5 (0x80295d000) libkrb5support.so.0.1 => /usr/local/lib/libkrb5support.so.0.1 (0x802b86000) I would also be interested in testing your work. However, first there are some basic smoke tests that are failing, and I'm not sure yet if it's me or v1.2.2. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
