--- In "j.chitte" <> wrote:
>
> Hi,
>
> I am building a 2.6 eabi system from scratch for ts7250.
>
> I decided to use lighttpd but have a config problem. In order to have gzip
> functionality it wants headers , fair enought. But gzip is provided by
> busybox which is way too light to worry about stuff like headers.
busybox is not a library. There's an internal libbb, but it's not a glibc or
ulibc replacement.
>
> I get simpilar issues with just about any package I try to build so I must be
> going about this the wrong way.
>
> portmap fails looking for tcpd.h
>
> what am I missing here?
You need to include the headers that come from your library (ulibc for
instance), or from the package itself. IE, on my fedora system I have three
different bzip2 RPMS: bzip2 (binary), bzip2-libs (dynamic libraries), and
bzip2-devel (static libs, docs and headers)
Take a look at 'linux from scratch' or buildroot.
regards, .............Charlie
>
> TIA./
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|