Blame SOURCES/dltest.1

5a0433
.TH dltest 1 "Thu 13 Feb 2014" "version 2.3.1" "UnixODBC manual pages"
5a0433
.SH NAME
5a0433
dltest \- A simple library symbol test
5a0433
5a0433
.SH SYNOPSIS
5a0433
.B dltest
5a0433
.R [
5a0433
.I library symbol
5a0433
.R ]
5a0433
5a0433
.SH DESCRIPTION
5a0433
.B dltest
5a0433
is simple test of occurence of the
5a0433
.I symbol
5a0433
in the
5a0433
.IR library .
5a0433
The
5a0433
.I library
5a0433
must be a full (with path) file name of the shared object, in which the search for
5a0433
.I symbol
5a0433
should be performed.
5a0433
5a0433
Without any parameters, dltest print short help message.
5a0433
5a0433
.SH EXAMPLES
5a0433
To determine if the symbol
5a0433
.B printf
5a0433
is found in the
5a0433
.IR libc-2\.18\.so :
5a0433
5a0433
.RS
5a0433
$ dltest /usr/lib/libc-2.18.so printf
5a0433
.RE
5a0433
5a0433
.SH AUTHORS
5a0433
The authors of unixODBC are
5a0433
.MT pharvey@codebydesign.com
5a0433
Peter Harvey
5a0433
.ME
5a0433
and
5a0433
.MT nick@easysoft.com
5a0433
Nick Gorham
5a0433
.ME .
5a0433
For the full list of contributors see the
5a0433
.I AUTHORS
5a0433
file.
5a0433
5a0433
.SH COPYRIGHT
5a0433
unixODBC is licensed under the GNU Lesser General Public License. For details
5a0433
about the license, see the
5a0433
.I COPYING
5a0433
file.