From e6a27c468cae77ce26f6aa924b22bd39055892fe Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Fri, 9 Oct 2009 18:17:02 +0000 Subject: Imported from /home/lorry/working-area/delta_libaio-tarball/libaio_0.3.109.orig.tar.gz. --- libaio-0.3.109/INSTALL | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libaio-0.3.109/INSTALL (limited to 'libaio-0.3.109/INSTALL') diff --git a/libaio-0.3.109/INSTALL b/libaio-0.3.109/INSTALL new file mode 100644 index 0000000..29b9077 --- /dev/null +++ b/libaio-0.3.109/INSTALL @@ -0,0 +1,18 @@ +To install the library, execute the command: + + make prefix=`pwd`/usr install + +which will install the binaries and header files into the directory +usr. Set prefix=/usr to get them installed into the main system. + +Please note: Do not attempt to install on the system the +"libredhat-kernel.so" file. It is a dummy shared library +provided only for the purpose of being able to bootstrap +this facility while running on systems without the correct +libredhat-kernel.so built. The contents of the included +libredhat-kernel.so are only stubs; this library is NOT +functional for anything except the internal purpose of +linking libaio.so against the provided stubs. At runtime, +libaio.so requires a real libredhat-kernel.so library; this +is provided by the Red Hat kernel RPM packages with async +I/O functionality. -- cgit v1.2.1