[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] logging stops if file is moved
From: |
Glenn McGrath |
Subject: |
Re: [GNUnet-developers] logging stops if file is moved |
Date: |
Sun, 2 Mar 2003 10:42:40 +1100 |
On Sat, 1 Mar 2003 16:19:25 -0500
Christian Grothoff <address@hidden> wrote:
> I assume you delete the logfile because you are using something like
> logrotate. See Christan Muellner's E-mail on that:
>
> http://mail.gnu.org/archive/html/help-gnunet/2002-08/msg00012.html
>
Ok, sounds easy.
> On a related note, installing your libextractor 0.2.2 deb on my
> machine, I get the error message:
>
> Selecting previously deselected package libextractor0.
> (Reading database ... 136322 files and directories currently
> installed.) Unpacking libextractor0 (from
> libextractor0_0.2.2-1_i386.deb) ... dpkg: dependency problems prevent
> configuration of libextractor0:
> libextractor0 depends on libc6 (>= 2.3.1-1); however:
> Version of libc6 on system is 2.2.5-11.2.
> dpkg: error processing libextractor0 (--install):
> dependency problems - leaving unconfigured
> Errors were encountered while processing:
> libextractor0
>
> Would it be possible to build the deb package without depending on
> your version of libc?
>
It looks like your running debian stable, i only have testing and
unstable debian installs here, but i could find a stable machine to
rebuild them on.
But it should be pretty painless to rebuild the package yourself,
1) Download the libextractor_0.2.2.orig.tar.gz, libextractor_0.2.2-1.dsc
and libextractor_0.2.2-1.diff.gz
2) 'dpkg-source -x libextractor_0.2.2-1.dsc' will extract the source.
3) 'cd <source directory>'
4) 'dpkg-buildpackage -r fakeroot' will compile it
5) 'cd ..' and you will see the .deb files comiled against your libc.
Glenn