[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-cpio] Gnu archive library?
From: |
Mike Frysinger |
Subject: |
Re: [Bug-cpio] Gnu archive library? |
Date: |
Tue, 20 Dec 2011 12:18:42 -0500 |
User-agent: |
KMail/1.13.7 (Linux/3.1.0-atsc; KDE/4.6.5; x86_64; ; ) |
On Monday 19 December 2011 21:39:21 Mike Gran wrote:
> I was wondering if there was a GNU solution for a library and
> C API to read files from an archive file of some common format:
> tar, cpio, pax, or whatever. It doesn't matter which one.
>
> I'm trying to create and use an archive that my program will
> use as a read-only filesystem.
>
> Searching the internet gives me some references to libraries named
> libcpio and libpax, but, no obvious links to if and how
> they could be used.
>
> The only documented GNU soltuion that I've found so far would be
> to store my files as a CD iso9660 format file and then use
> libiso9660 from GNU libcdio, but, it seems rather heavyweight
> for my purposes.
this probably fails the "GNU" test, but otherwise this project would work:
http://code.google.com/p/libarchive/
-mike
signature.asc
Description: This is a digitally signed message part.