Difference between revisions of "Libnl"
From CBLFS
Jump to navigationJump to search (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://people.suug.ch/~tgr/libnl/files/libnl-1.0-pre6.tar.gz |} ---- == Introduction to Libnl == libnl i...) |
|||
Line 7: | Line 7: | ||
---- | ---- | ||
− | + | {{Package-Introduction|libnl is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces.|http://people.suug.ch/~tgr/libnl/}} | |
− | |||
− | libnl is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. | ||
− | |||
− | |||
== Dependencies == | == Dependencies == |
Revision as of 13:53, 24 April 2007
Download Source: | http://people.suug.ch/~tgr/libnl/files/libnl-1.0-pre6.tar.gz |
---|
Contents
Introduction to Libnl
libnl is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces.
Project Homepage: http://people.suug.ch/~tgr/libnl/
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ --libdir=/usr/lib32 && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \ --libdir=/usr/lib64 && make
Install the package
make install