Skip to content

undefined symbol: EVP_aes_256_ctr error when running attic #197

@dahjelle

Description

@dahjelle

Here's the full trace:

# attic
Traceback (most recent call last):
  File "/usr/bin/attic", line 2, in <module>
    from attic.archiver import main
  File "/usr/lib64/python3.2/site-packages/attic/archiver.py", line 13, in <module>
    from attic.archive import Archive, ArchiveChecker
  File "/usr/lib64/python3.2/site-packages/attic/archive.py", line 7, in <module>
    from attic.key import key_factory
  File "/usr/lib64/python3.2/site-packages/attic/key.py", line 10, in <module>
    from attic.crypto import pbkdf2_sha256, get_random_bytes, AES, bytes_to_long, long_to_bytes, bytes_to_int, num_aes_blocks
ImportError: /usr/lib64/python3.2/site-packages/attic/crypto.cpython-32mu.so: undefined symbol: EVP_aes_256_ctr

Granted, this is on a pretty ancient version of Fedora (16), but in case it is something easy/obvious…it seems to satisfy the listed installation requirements.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions