DPDK patches and discussions
 help / color / mirror / Atom feed
From: Marin Peko <marinpeko5@gmail.com>
To: dev@dpdk.org
Subject: [dpdk-dev] Use shared C library to install DPDK
Date: Thu, 18 Oct 2018 15:09:41 +0200	[thread overview]
Message-ID: <CAK8hq-sW_s-Q5_Z-M1=Fr4wBuX88qCSp8NWwAPb7twqL0f0D8w@mail.gmail.com> (raw)

Hi there,

I am using Alpine LInux in my Docker container.
Since DPDK cannot be installed with *musl* C library, I decided to use *glibc
*for Alpine Linux (from here <https://github.com/sgerrand/alpine-pkg-glibc>
).
It is installed as a shared library on the following path:
*/usr/glibc-compat/lib*.
Now, if I try to run *make install ...* on DPDK, I get the error that my
*stdio.h* file is missing. How can I link shared C library like *glibc *with
DPDK? Which Makefile should I change in order to get this working?

Thanks

-- 
univ.bacc.ing.comp. Marin Peko
Address: Iločka 10, Split, 21 000, Croatia
Email: marinpeko5@gmail.com
Mob.: +385 91 19 66 720

                 reply	other threads:[~2018-10-18 13:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAK8hq-sW_s-Q5_Z-M1=Fr4wBuX88qCSp8NWwAPb7twqL0f0D8w@mail.gmail.com' \
    --to=marinpeko5@gmail.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).