To reproduce the issue simply install salt-master and run salt-call:
apt-get install salt-master
salt-call
Following exception will occur:
Traceback (most recent call last):
File "/usr/bin/salt-call", line 11, in <module>
salt_call()
File "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 346, in
salt_call
import salt.cli.call
File "/usr/lib/python2.7/dist-packages/salt/cli/call.py", line 6, in <module>
from salt.utils import parsers
File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 28, in
<module>
import salt.config as config
File "/usr/lib/python2.7/dist-packages/salt/config/__init__.py", line 41, in
<module>
import salt.utils.sdb
File "/usr/lib/python2.7/dist-packages/salt/utils/sdb.py", line 9, in <module>
import salt.loader
File "/usr/lib/python2.7/dist-packages/salt/loader.py", line 30, in <module>
import salt.utils.event
File "/usr/lib/python2.7/dist-packages/salt/utils/event.py", line 72, in
<module>
import salt.payload
File "/usr/lib/python2.7/dist-packages/salt/payload.py", line 17, in <module>
import salt.crypt
File "/usr/lib/python2.7/dist-packages/salt/crypt.py", line 42, in <module>
import salt.utils.rsax931
File "/usr/lib/python2.7/dist-packages/salt/utils/rsax931.py", line 69, in
<module>
libcrypto = _init_libcrypto()
File "/usr/lib/python2.7/dist-packages/salt/utils/rsax931.py", line 63, in
_init_libcrypto
libcrypto.OPENSSL_no_config()
File "/usr/lib/python2.7/ctypes/__init__.py", line 375, in __getattr__
func = self.__getitem__(name)
File "/usr/lib/python2.7/ctypes/__init__.py", line 380, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /lib/x86_64-linux-gnu/libcrypto.so.1.1: undefined symbol:
OPENSSL_no_config
On 2016/11/16 11:06, Debian Bug Tracking System wrote:
> Thank you for filing a new Bug report with Debian.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> As you requested using X-Debbugs-CC, your message was also forwarded to
> [email protected]
> (after having been given a Bug report number, if it did not have one).
>
> Your message has been sent to the package maintainer(s):
> Debian Salt Team <[email protected]>
>
> If you wish to submit further information on this problem, please
> send it to [email protected].
>
> Please do not send mail to [email protected] unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 844503: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844503
> Debian Bug Tracking System
> Contact [email protected] with problems
signature.asc
Description: Digital signature

