~ubuntu-branches/ubuntu/utopic/xen/utopic

« back to all changes in this revision

Viewing changes to tools/libaio/INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2010-05-06 15:47:38 UTC
  • mto: (1.3.1) (15.1.1 sid) (4.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20100506154738-agoz0rlafrh1fnq7
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

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