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