1dltest(1) UnixODBC manual pages dltest(1)
2
3
4
6 dltest - A simple library symbol test
7
8
10 dltest [ library symbol ]
11
12
14 dltest is simple test of occurence of the symbol in the library. The
15 library must be a full (with path) file name of the shared object, in
16 which the search for symbol should be performed.
17
18 Without any parameters, dltest print short help message.
19
20
22 To determine if the symbol printf is found in the libc-2.18.so:
23
24 $ dltest /usr/lib/libc-2.18.so printf
25
26
28 The authors of unixODBC are Peter Harvey ⟨pharvey@codebydesign.com⟩ and
29 Nick Gorham ⟨nick@easysoft.com⟩. For the full list of contributors see
30 the AUTHORS file.
31
32
34 unixODBC is licensed under the GNU Lesser General Public License. For
35 details about the license, see the COPYING file.
36
37
38
39version 2.3.1 Thu 13 Feb 2014 dltest(1)