source: trunk/packages/xen-common/xen-common/tools/libaio/INSTALL @ 95

Last change on this file since 95 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 810 bytes
Line 
1To install the library, execute the command:
2
3        make prefix=`pwd`/usr install
4
5which will install the binaries and header files into the directory
6usr.  Set prefix=/usr to get them installed into the main system.
7
8Please note:  Do not attempt to install on the system the
9"libredhat-kernel.so" file.  It is a dummy shared library
10provided only for the purpose of being able to bootstrap
11this facility while running on systems without the correct
12libredhat-kernel.so built.  The contents of the included
13libredhat-kernel.so are only stubs; this library is NOT
14functional for anything except the internal purpose of
15linking libaio.so against the provided stubs.  At runtime,
16libaio.so requires a real libredhat-kernel.so library; this
17is provided by the Red Hat kernel RPM packages with async
18I/O functionality.
Note: See TracBrowser for help on using the repository browser.