From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marin Peko Subject: Use shared C library to install DPDK Date: Thu, 18 Oct 2018 15:09:41 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable To: dev@dpdk.org Return-path: Received: from mail-oi1-f182.google.com (mail-oi1-f182.google.com [209.85.167.182]) by dpdk.org (Postfix) with ESMTP id 2F1905F4A for ; Thu, 18 Oct 2018 15:09:53 +0200 (CEST) Received: by mail-oi1-f182.google.com with SMTP id w81-v6so23931289oiw.9 for ; Thu, 18 Oct 2018 06:09:53 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi there, I am using Alpine LInux in my Docker container. Since DPDK cannot be installed with *musl* C library, I decided to use *gli= bc *for Alpine Linux (from here ). 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 *wit= h DPDK? Which Makefile should I change in order to get this working? Thanks --=20 univ.bacc.ing.comp. Marin Peko Address: Ilo=C4=8Dka 10, Split, 21 000, Croatia Email: marinpeko5@gmail.com Mob.: +385 91 19 66 720