1dltest(1) unixODBC manual pages dltest(1)
2
3
4
6 dltest - A simple library symbol test program
7
8
10 dltest [ library symbol ]
11
12
14 dltest is a simple program that determines whether a symbol appears in
15 a (shared object) library.
16
17 The name of the library must be prefixed by a full system path.
18
19 If no parameters are provided, dltest prints a short help message.
20
21
23 To determine if the symbol printf is found in libc-2.18.so, run:
24
25 $ dltest /usr/lib/libc-2.18.so printf
26
27
29 The authors of unixODBC are Peter Harvey <pharvey@codebydesign.com> and
30 Nick Gorham <nick@lurcher.org>.
31
32 For a full list of contributors, refer to the AUTHORS file.
33
34
36 unixODBC is licensed under the GNU Lesser General Public License. For
37 details about the license, see the COPYING file.
38
39
40
41version 2.3.11 Thu 07 Jan 2021 dltest(1)