[BLU.] logrolling for dummies without root access
    James R. Van Zandt 
    jrv at vanzandt.mv.com
       
    Sat Aug  4 17:10:34 EDT 2001
    
    
  
Seth Gordon <sethg at ropine.com> writes:
>   [David Kramer:]
>   The Linux package for what you want to do is called "logrotate".  It looks
>   like it can do what you want.
>
>OK, but this machine is running DEC^H^H^HCompaq's Unix flavor, not
>Linux, and....
>
>DING! seth at tin ~/logrotate-3.3 > make
>cc -D_GNU_SOURCE -DVERSION=\"3.3\"  -g   -c logrotate.c -o logrotate.o
>cc: Severe: logrotate.c, line 7: Cannot find file <popt.h> specified in #include directive.
>#include <popt.h>
>-^
>make: *** [logrotate.o] Error 1
In Debian, you would need to install libpopt-dev (see below)
	   - Jim Van Zandt
Package: libpopt-dev
Status: install ok installed
Priority: optional
Section: devel
Installed-Size: 56
Maintainer: Joseph Carter <knghtbrd at debian.org>
Source: popt
Version: 1.5-0.1
Replaces: popt
Depends: libc6-dev, libpopt0 (>> 1.4-1)
Conflicts: popt
Description: lib for parsing cmdline parameters - development files
 Popt was heavily influenced by the getopt() and getopt_long() functions,
 but it allows more powerful argument expansion. It can parse arbitrary
 argv[] style arrays and automatically set variables based on command
 line arguments. It also allows command line arguments to be aliased via
 configuration files and includes utility functions for parsing arbitrary
 strings into argv[] arrays using shell-like rules.
 .
 This package contains the popt static library and header file.
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).
    
    
More information about the Discuss
mailing list