ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Yuriy Kashirin <yura@emict.com>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: [sisyphus] fuse-encfs -- undefined symbol
Date: Mon, 10 Oct 2005 16:48:03 +0300
Message-ID: <200510101648.04748.yura@emict.com> (raw)

Приветствую.

Поставил себе fuse-encfs из сизифа (установился без всяких ругательств 
через apt-get install fuse-encfs) и столкнулся с проблемой:

 yura@uka ~> encfs /home/yura/.crypt /home/yura/crypt
 Создание нового зашифрованого раздела.
 Выберите одну из следующих букв:
 введите "x" для режима эксперта,
 введите "p" для режима максимальной секретности,
 любой другая буква для выбора стандартного режима.
 ?> p
 Выбрана конфигурация с максимальной секретностью.
 encfs: symbol lookup error: /usr/lib/libencfs.so.1: undefined symbol: 
EVP_aes_256_cfb128

 yura@uka ~> ldd -r /usr/bin/encfs
 linux-gate.so.1 => (0xffffe000)
 libencfs.so.1 => /usr/lib/libencfs.so.1 (0x40015000)
 librlog.so.1 => /usr/lib/librlog.so.1 (0x40061000)
 libssl.so.4 => /lib/libssl.so.4 (0x4006e000)
 libcrypto.so.4 => /lib/libcrypto.so.4 (0x4009e000)
 libdl.so.2 => /lib/libdl.so.2 (0x40198000)
 libfuse.so.2 => /usr/lib/libfuse.so.2 (0x4019c000)
 libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x401a6000)
 libm.so.6 => /lib/libm.so.6 (0x40277000)
 libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4029a000)
 libc.so.6 => /lib/libc.so.6 (0x402a3000)
 libpthread.so.0 => /lib/libpthread.so.0 (0x403b6000)
 /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
 undefined symbol: EVP_aes_256_cfb128 (/usr/lib/libencfs.so.1)
 undefined symbol: EVP_aes_192_cfb128 (/usr/lib/libencfs.so.1)
 undefined symbol: EVP_aes_128_cfb128 (/usr/lib/libencfs.so.1)
 undefined symbol: EVP_bf_cfb64 (/usr/lib/libencfs.so.1)

yura@uka ~> rpm -q fuse-encfs
fuse-encfs-1.2.4-alt1

Покопавшись в системе, выяснил, что проблема в старом 
libssl-0.7.9d-alt1. После обновления до libssl-0.9.7g-alt2 все 
заработало.

Проблема в зависимостях пакета?
В списке зависимостей fuse-encfs пакет libssl не значится. А судя по 
моей системе, то должно быть, да еще и libssl >= 0.7.9g

-- 
 Best regards
 Yuriy Kashirin

             reply	other threads:[~2005-10-10 13:48 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-10 13:48 Yuriy Kashirin [this message]
2005-10-12  8:09 ` [sisyphus] " Michael Shigorin
2005-10-12  8:27   ` Yuriy Kashirin
2005-10-12  8:35     ` Michael Shigorin
2005-10-12  8:48       ` Yuriy Kashirin
2005-10-12  9:04         ` [sisyphus] libssl ABI changed? (was: fuse-encfs -- undefined symbol) Michael Shigorin
2005-10-12  9:24         ` [sisyphus] Re: fuse-encfs -- undefined symbol Yuriy Kashirin
2005-10-12 11:34       ` Dmitry V. Levin
2005-10-12 12:44         ` Michael Shigorin
2005-10-12 12:51           ` Dmitry V. Levin
2005-10-12 12:57             ` [sisyphus] openssl API Dmitry V. Levin
2005-10-12 14:17               ` Andrei Bulava
2005-10-12 14:28                 ` Dmitry V. Levin
2005-10-12 14:38                 ` Led
2005-10-12 14:41                   ` Dmitry V. Levin
2005-10-12 14:49             ` [sisyphus] Re: fuse-encfs -- undefined symbol Michael Shigorin
2005-10-12 14:52               ` Dmitry V. Levin
2005-10-12 14:56                 ` Michael Shigorin
2005-10-12 10:13   ` Yuriy Kashirin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200510101648.04748.yura@emict.com \
    --to=yura@emict.com \
    --cc=sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git