OpenSLP: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Chipster19 (talk | contribs) No edit summary |
||
| Line 7: | Line 7: | ||
---- | ---- | ||
{{ | {{Package-Introduction|Service Location Protocol is an IETF standards track protocol that provides a framework to allow networking applications to discover the existence, location, and configuration of networked services in enterprise networks.|http://www.openslp.org/}} | ||
== Dependencies == | == Dependencies == | ||
Revision as of 06:26, 5 May 2007
| Download Source: | http://downloads.sourceforge.net/openslp/openslp-1.2.1.tar.gz |
|---|
Introduction to OpenSLP
Service Location Protocol is an IETF standards track protocol that provides a framework to allow networking applications to discover the existence, location, and configuration of networked services in enterprise networks.
Project Homepage: http://www.openslp.org/
Dependencies
Non-Multilib
Compile the package:
./configure && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure &&
make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --libdir=/usr/lib32 &&
make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --libdir=/usr/lib64 &&
make
Install the package
make install