Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Installation

&pagelevel(3)&pagelevel

The components which are necessary for the shared object support are automatically installed during an initial installation or a delta installation of POSIX-BC.

These components are installed in the following default directories:

Component

Installation directory

Type

libdl.a

/usr/lib

ar library

genso

/usr/bin

command

dlfcn.h

/usr/include

header file

Please note, that libdl.a is not a shared library, but an ar library.

This library must be statically linked to the program that uses the above interfaces, for example with:

cc -o prog prog.c -ldl.