Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 20 Nov 2017 14:02:43 -0500
From: Hamed Ghavamnia <ghavamnia.h@...il.com>
To: musl@...ts.openwall.com
Subject: Compiling libpcap from source using musl and clang

Hi to all,

I'm trying to compile the libpcap library from source using musl and clang.
It compiles if I only use clang with libc, but using musl it dies.
The problem I'm currently facing is that the source codes require header
files such as linux/types.h, but there isn't any linux sub folder in the
include folder of my compiled musl library. Is that normal? Should I be
able to compile libpcap using musl, or does it require any features which
haven't been implemented in musl yet?

Thanks,
Hamed

Content of type "text/html" skipped

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.