From: "Artem Pastuchov" <pastuchov@pisem.net>
To: <mandrake-russian@linuxteam.iplabs.ru>
Subject: Re: [mdk-re] Berkeley DB
Date: Fri Mar 16 17:05:11 2001
Message-ID: <00b301c0ae22$559dcd20$0701a8c0@pc7> (raw)
In-Reply-To: <3AB20298.4679F22A@oberon.novocybersk.ru>
----- Original Message -----
From: "Maxim Savrilov" <Maxim.Savrilov@oberon.novocybersk.ru>
To: <mandrake-russian@linuxteam.iplabs.ru>
Sent: Friday, March 16, 2001 3:10 PM
Subject: [mdk-re] Berkeley DB
> Hi!
>
> Кто-нибудь из уважаемой общественности пользует что-нибудь, связанное с
> сабжем?
> Это ведь библиотеки libdb?
> Можно ли как-то проверить работоспособность оных?
> А то у меня уже второе самособранное приложение отказывается работать
> (вернее, оно не работает с самого начала).
> Сначала oops, который использует сабж для своего хранилища (запускается,
> но в статусе пишет, что база NOT_READY)
> Теперь вот coda, которая вылетает в процессе настройки файла метаданных.
>
> Что делать, не знаю. glibc обновлять (у меня сейчас 7.0 + Appendix), так
> это сколько придется тянуть
> Или уже ждать до выхода новой версии RE и там просто скопом
> переставиться (не преставиться ;)
>
>
Проверить можно так
#/usr/bin/perl
use DB_File;
tie(%hash, "DB_File","hash.db");
$hash{1}=1;
untie(%hash);
tie(%hash, "DB_File","hash.db");
print "$hash{1}\n";
untie(%hash);
если печатает 1 значит сабж есть и работает.
next prev parent reply other threads:[~2001-03-16 17:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-03-16 15:07 Maxim Savrilov
2001-03-16 15:19 ` Dmitry V. Levin
2001-03-16 17:05 ` Artem Pastuchov [this message]
2001-03-16 18:57 ` Maxim Savrilov
2001-03-17 2:35 ` Mikhail Zabaluev
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='00b301c0ae22$559dcd20$0701a8c0@pc7' \
--to=pastuchov@pisem.net \
--cc=mandrake-russian@linuxteam.iplabs.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 Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git