INSTALL 810 B

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