%general-entities; ]> $LastChangedBy$ $Date$ libgpg-error-&libgpg-error-version; libgpg-error Introduction to libgpg-error The libgpg-error package contains a library that defines common error values for all GnuPG components. . &lfs76_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libgpg-error-md5sum; Download size: &libgpg-error-size; Estimated disk space required: &libgpg-error-buildsize; Estimated build time: &libgpg-error-time; User Notes: Installation of libgpg-error Install libgpg-error by running the following commands: ./configure --prefix=/usr --disable-static && make To test the results, issue: make check. Now, as the root user: make install && install -v -m644 -D README /usr/share/doc/libgpg-error-&libgpg-error-version;/README The shared library needs to be moved to /lib, and as a result the .so file in /usr/lib will need to be recreated. Run the following command as the root user: mv -v /usr/lib/libgpg-error.so.* /lib ln -sfv ../../lib/$(readlink /usr/lib/libgpg-error.so) /usr/lib/libgpg-error.so Command Explanations Contents Installed Programs Installed Library Installed Directories gpg-error and gpg-error-config libgpg-error.so /usr/share/common-lisp and /usr/share/doc/libgpg-error-&libgpg-error-version; Short Descriptions gpg-error is used to determine libgpg-error error codes. gpg-error gpg-error-config is a utility used to configure and build applications based on the libgpg-error library. It can be used to query the C compiler and linker flags which are required to correctly compile and link the application against the libgpg-error library. gpg-error-config libgpg-error.so contains the libgpg-error API functions. libgpg-error.so