dlclose()

NAME

dlclose() - close shared library object

SYNOPSIS

#include <dlfcn.h>

dlclose(void *handle)

DESCRIPTION

The dlclose(3) call dereferences the handle, closing the object it refers to. (The handle is returned by a dlopen(3) call, and is used to load a shared library object.)

After a call to dlclose(3), the handle is invalid and the object is no longer loaded. Any other objects loaded automatically (see dlopen(3)) are also no longer loaded.

References to a particular handle should be kept between the dlopen(3) and dlclose(3) calls that use that handle, since the handle may be reused and returned by a subsequent call to dlopen(3) that refers to a different object.

RETURN VALUES

The dlclose(3) call returns 0 if the object is closed, and non-zero if the handle was invalid or if the object couldn't be closed. For more information about the cause of a non-zero return value, use dlerror(3).

SEE ALSO

dlerror(3)

dlopen(3)

dlsym(3)

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.