DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] dpdk install problem
       [not found] <BYAPR05MB474321979690FBF64696E821B8100@BYAPR05MB4743.namprd05.prod.outlook.com>
@ 2019-06-08 23:55 ` Ramki Krishnan
  0 siblings, 0 replies; 4+ messages in thread
From: Ramki Krishnan @ 2019-06-08 23:55 UTC (permalink / raw)
  To: users, Ram Krishnan

Hi,

I tried installing DPDK on a linux machine following the steps in "Quick Start Setup Script" at https://doc.dpdk.org/guides/linux_gsg/quick_start.html. I got the following errors below even though I have libnuma-dev installed.
/usr/bin/ld: skipping incompatible //usr/lib/x86_64-linux-gnu/libnuma.so when searching for -lnuma
/usr/bin/ld: skipping incompatible //usr/lib/x86_64-linux-gnu/libnuma.a when searching for -lnuma
/usr/bin/ld: cannot find -lnuma

I may be missing something simple, any help would be much appreciated.

System Details:
# uname -a
Linux sc2-hs1-d2108 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.6 LTS
Release:        16.04
Codename:       xenial

Thanks,
Ramki

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-users] dpdk install problem
  2019-06-09  0:03 ` Wu, Xiaoban
@ 2019-06-09  0:09   ` Ramki Krishnan
  0 siblings, 0 replies; 4+ messages in thread
From: Ramki Krishnan @ 2019-06-09  0:09 UTC (permalink / raw)
  To: Wu, Xiaoban; +Cc: users

Hi Xiaoban,

Thank you. I did try it before and the issue persisted. There is some
strange incompatibility issue (probably 64 bit/32 bit), please see below.

/usr/bin/ld: skipping incompatible //usr/lib/x86_64-linux-gnu/libnuma.so
when searching for -lnuma
/usr/bin/ld: skipping incompatible //usr/lib/x86_64-linux-gnu/libnuma.a
when searching for -lnuma
/usr/bin/ld: cannot find -lnuma

Thanks,
Ramki

On Sat, Jun 8, 2019 at 5:03 PM Wu, Xiaoban <Xiaoban_Wu@student.uml.edu>
wrote:

> Hi Ramki,
>
>
> I think "sudo apt-get install libnuma-dev" might fix the issue.
>
>
> Best wishes,
>
> Xiaoban
> ------------------------------
> *From:* users <users-bounces@dpdk.org> on behalf of Ramki Krishnan <
> ramkri123@gmail.com>
> *Sent:* Saturday, June 8, 2019 7:57:35 PM
> *To:* users@dpdk.org
> *Subject:* [dpdk-users] dpdk install problem
>
> Hi,
>
>
>
> I tried installing DPDK on a linux machine following the steps in “Quick
> Start Setup Script” at
>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__doc.dpdk.org_guides_linux-5Fgsg_quick-5Fstart.html&d=DwIFaQ&c=UycKcnKpT5zzKpcCVf29TA&r=NAfqbdZpYio_GjgwEysEgS0WV4l9eSbIbehFm-ZuE3w&m=GoHaMmn-EBcFzJ2_UJmet1vCVyhoPxRjFZUz8nXJE00&s=jm2b2RIVECEHNexoeR250klaF7ihaSSGEZ7gJZp0m3I&e=
> . I got the following
> errors below even though I have libnuma-dev installed.
>
> /usr/bin/ld: skipping incompatible //usr/lib/x86_64-linux-gnu/libnuma.so
> when searching for -lnuma
>
> /usr/bin/ld: skipping incompatible //usr/lib/x86_64-linux-gnu/libnuma.a
> when searching for -lnuma
>
> /usr/bin/ld: cannot find -lnuma
>
>
>
> I may be missing something simple, any help would be much appreciated.
>
>
>
> *System Details:*
>
> # uname -a
>
> Linux sc2-hs1-d2108 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45
> UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
>
>
>
> # lsb_release -a
>
> No LSB modules are available.
>
> Distributor ID: Ubuntu
>
> Description:    Ubuntu 16.04.6 LTS
>
> Release:        16.04
>
> Codename:       xenial
>
>
>
> --
> Thanks,
> Ramki
>


-- 
Thanks,
Ramki

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-users] dpdk install problem
  2019-06-08 23:57 Ramki Krishnan
@ 2019-06-09  0:03 ` Wu, Xiaoban
  2019-06-09  0:09   ` Ramki Krishnan
  0 siblings, 1 reply; 4+ messages in thread
From: Wu, Xiaoban @ 2019-06-09  0:03 UTC (permalink / raw)
  To: Ramki Krishnan, users

Hi Ramki,


I think "sudo apt-get install libnuma-dev" might fix the issue.


Best wishes,

Xiaoban

________________________________
From: users <users-bounces@dpdk.org> on behalf of Ramki Krishnan <ramkri123@gmail.com>
Sent: Saturday, June 8, 2019 7:57:35 PM
To: users@dpdk.org
Subject: [dpdk-users] dpdk install problem

Hi,



I tried installing DPDK on a linux machine following the steps in “Quick
Start Setup Script” at
https://urldefense.proofpoint.com/v2/url?u=https-3A__doc.dpdk.org_guides_linux-5Fgsg_quick-5Fstart.html&d=DwIFaQ&c=UycKcnKpT5zzKpcCVf29TA&r=NAfqbdZpYio_GjgwEysEgS0WV4l9eSbIbehFm-ZuE3w&m=GoHaMmn-EBcFzJ2_UJmet1vCVyhoPxRjFZUz8nXJE00&s=jm2b2RIVECEHNexoeR250klaF7ihaSSGEZ7gJZp0m3I&e= . I got the following
errors below even though I have libnuma-dev installed.

/usr/bin/ld: skipping incompatible //usr/lib/x86_64-linux-gnu/libnuma.so
when searching for -lnuma

/usr/bin/ld: skipping incompatible //usr/lib/x86_64-linux-gnu/libnuma.a
when searching for -lnuma

/usr/bin/ld: cannot find -lnuma



I may be missing something simple, any help would be much appreciated.



*System Details:*

# uname -a

Linux sc2-hs1-d2108 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45
UTC 2019 x86_64 x86_64 x86_64 GNU/Linux



# lsb_release -a

No LSB modules are available.

Distributor ID: Ubuntu

Description:    Ubuntu 16.04.6 LTS

Release:        16.04

Codename:       xenial



--
Thanks,
Ramki

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [dpdk-users] dpdk install problem
@ 2019-06-08 23:57 Ramki Krishnan
  2019-06-09  0:03 ` Wu, Xiaoban
  0 siblings, 1 reply; 4+ messages in thread
From: Ramki Krishnan @ 2019-06-08 23:57 UTC (permalink / raw)
  To: users

Hi,



I tried installing DPDK on a linux machine following the steps in “Quick
Start Setup Script” at
https://doc.dpdk.org/guides/linux_gsg/quick_start.html. I got the following
errors below even though I have libnuma-dev installed.

/usr/bin/ld: skipping incompatible //usr/lib/x86_64-linux-gnu/libnuma.so
when searching for -lnuma

/usr/bin/ld: skipping incompatible //usr/lib/x86_64-linux-gnu/libnuma.a
when searching for -lnuma

/usr/bin/ld: cannot find -lnuma



I may be missing something simple, any help would be much appreciated.



*System Details:*

# uname -a

Linux sc2-hs1-d2108 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45
UTC 2019 x86_64 x86_64 x86_64 GNU/Linux



# lsb_release -a

No LSB modules are available.

Distributor ID: Ubuntu

Description:    Ubuntu 16.04.6 LTS

Release:        16.04

Codename:       xenial



-- 
Thanks,
Ramki

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-12 16:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <BYAPR05MB474321979690FBF64696E821B8100@BYAPR05MB4743.namprd05.prod.outlook.com>
2019-06-08 23:55 ` [dpdk-users] dpdk install problem Ramki Krishnan
2019-06-08 23:57 Ramki Krishnan
2019-06-09  0:03 ` Wu, Xiaoban
2019-06-09  0:09   ` Ramki Krishnan

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).