On 12/22/16 19:43 +0300, mark gavrilman via Cyrus-sasl wrote:
for several weeks I'm trying to install cyrus-sasl from source.

I run:
1.(like you said in admin guide) ./configure 
##and have following message
##* WARNING:
##* Plugins are being installed into /usr/local/lib/sasl2,
##* but the library will look for them in /usr/lib/sasl2.
##* You need to make sure that the plugins will eventually
##* be in /usr/lib/sasl2 -- the easiest way is to make a
##* symbolic link from /usr/lib/sasl2 to /usr/local/lib/sasl2,
##* but this may not be appropriate for your site, so this
##* installation procedure won't do it for you.
##*
##* If you don't want to do this for some reason, you can
##* set the location where the library will look for plugins
##* by setting the environment variable SASL_PATH to the path
##* the library should use.

2.  cp -r  /usr/local/lib/sasl2 /usr/lib/sasl2
3.  pluginviewer -a
##Installed and properly configured auxprop mechanisms are:
##sasldb
##List of auxprop plugins follows
##Plugin "sasldb" , API version: 8
##supports store: yes 4.sasldblistusers2
##Segmentation fault (core dumped)

My guess is that you are mixing libraries with a previous installation of
cyrus sasl, such as an older shared library located in /usr/lib/sasl2.
Use your system's debugging tools to troubleshoot, such as gdb
and strace for linux. If you believe this is a bug, post the output of a
backtrace.

Reply via email to