(file) Return to README CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Providers / slp

 1 martin 1.5 //%LICENSE////////////////////////////////////////////////////////////////
 2 martin 1.6 //
 3 martin 1.5 // Licensed to The Open Group (TOG) under one or more contributor license
 4            // agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with
 5            // this work for additional information regarding copyright ownership.
 6            // Each contributor licenses this file to you under the OpenPegasus Open
 7            // Source License; you may not use this file except in compliance with the
 8            // License.
 9 martin 1.6 //
10 martin 1.5 // Permission is hereby granted, free of charge, to any person obtaining a
11            // copy of this software and associated documentation files (the "Software"),
12            // to deal in the Software without restriction, including without limitation
13            // the rights to use, copy, modify, merge, publish, distribute, sublicense,
14            // and/or sell copies of the Software, and to permit persons to whom the
15            // Software is furnished to do so, subject to the following conditions:
16 martin 1.6 //
17 martin 1.5 // The above copyright notice and this permission notice shall be included
18            // in all copies or substantial portions of the Software.
19 martin 1.6 //
20 martin 1.5 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
21 martin 1.6 // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22 martin 1.5 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
23            // IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
24            // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
25            // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26            // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27 martin 1.6 //
28 martin 1.5 //////////////////////////////////////////////////////////////////////////
29 mday   1.1 //
30 kumpf  1.7 // README Author: Mike Day (mdday@us.ibm.com)
31 mday   1.1 //
32            //%/////////////////////////////////////////////////////////////////////////////
33            
34 kumpf  1.7 BUILDING
35 mday   1.1 
36 kumpf  1.7 This provider only compiles on linux. It uses a uuid library for linux
37 mday   1.1 that is available on-line (see below).
38            
39            This provider is not build by defualt. You will need to manually take some
40 kumpf  1.7 additional steps:
41 mday   1.1 
42            1) Obtain the uuid library - uuid.h and libuuid.a from:
43            
44            	http://e2fsprogs.sourceforge.net/
45            
46 kumpf  1.7 	A man page for libuuid is available at:
47 mday   1.1 
48            	http://www.die.net/doc/linux/man/man3/libuuid.3.html
49            
50 kumpf  1.7 2) Install (or copy) libuuid.a into a directory that is on
51               your library load path.
52 mday   1.1 
53 tony   1.2 3) Rebuild Pegasus with PEGASUS_ENABLE_SLP defined in your environment
54 mday   1.1 
55            4) From in this directory, type make <Enter>
56            
57            
58            INSTALLING
59            
60 kumpf  1.7 This provider has dependencies on the following components:
61 mday   1.1 
62 kumpf  1.7 1) The slp_client library in $PEGASUS_ROOT/src/Unsupportd/slp_client.
63            	Read the build and installation instructions for that library.
64            	Make sure that it is installed in a directory that you
65            	can load shared libraries from.
66 mday   1.1 
67            
68            2) Rebuild the registry:
69            	cd $(PEGASUS_ROOT)
70            	make repository
71            
72            3) Install the Prerequisite Instances mof file:
73            	
74                cd $(PEGASUS_ROOT)/Schemas/Pegasus/Internal/VER20
75                cimmofl PrerequisiteInstances.mof
76            
77            
78            TEST PROGRAM
79            
80 kumpf  1.7 There is a test program in this directory that does not have a Makefile.
81 mday   1.1 It is in TestSLPClient.cpp

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2