* [Powertop] building on Fedora 17
@ 2012-07-19 23:45 Howard, James D
0 siblings, 0 replies; 2+ messages in thread
From: Howard, James D @ 2012-07-19 23:45 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 777 bytes --]
I downloaded PowerTop ver. 2.0 and attempted to build it with:
./autogen.sh
then
./configure
The configure script is not finding "LIBNL" and nl_socket_alloc.
My Fedora 17 installation seems to have libnl and the looked-for symbol:
$ rpm -qa | grep libnl
libnl3-3.2.7-1.fc17.x86_64
libnl-1.1-15.fc17.x86_64
And, nl_socket_alloc is defined in (at least) the 64-bit library /usr/lib64/libnl-3.so.200:
$ nm --dynamic /usr/lib64/libnl-3.so.200 | grep nl_socket_alloc
00000039c360f740 T nl_socket_alloc
00000039c360f6d0 T nl_socket_alloc_cb
Is this something that the Fedora 17 distribution has changed in the libnl naming string -- again?
--
james.d.howard(a)intel.com Principal Engineer
//Intel/SSG/DRD/PAE/FACE/DCE
+1-503-712-8608
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Powertop] building on Fedora 17
@ 2012-07-20 2:13 Arjan van de Ven
0 siblings, 0 replies; 2+ messages in thread
From: Arjan van de Ven @ 2012-07-20 2:13 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 831 bytes --]
On 7/19/2012 4:45 PM, Howard, James D wrote:
> I downloaded PowerTop ver. 2.0 and attempted to build it with:
> ./autogen.sh
> then
> ./configure
> The configure script is not finding "LIBNL" and nl_socket_alloc.
>
> My Fedora 17 installation seems to have libnl and the looked-for symbol:
> $ rpm -qa | grep libnl
> libnl3-3.2.7-1.fc17.x86_64
> libnl-1.1-15.fc17.x86_64
> And, nl_socket_alloc is defined in (at least) the 64-bit library /usr/lib64/libnl-3.so.200:
> $ nm --dynamic /usr/lib64/libnl-3.so.200 | grep nl_socket_alloc
> 00000039c360f740 T nl_socket_alloc
> 00000039c360f6d0 T nl_socket_alloc_cb
>
> Is this something that the Fedora 17 distribution has changed in the libnl naming string -- again?
do you have the -devel package of these, so that you have the headers ?
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-20 2:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-20 2:13 [Powertop] building on Fedora 17 Arjan van de Ven
-- strict thread matches above, loose matches on Subject: below --
2012-07-19 23:45 Howard, James D
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.