Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
dltest(1)		      unixODBC manual pages		       dltest(1)

NAME
     dltest - A simple library symbol test program

SYNOPSIS
     dltest [ library symbol ]

DESCRIPTION
     dltest  is  a  simple program that determines whether a symbol appears in a
     (shared object) library.

     The name of the library must be prefixed by a full system path.

     If no parameters are provided, dltest prints a short help message.

EXAMPLES
     To determine if the symbol printf is found in libc-2.18.so, run:

	    $ dltest /usr/local/lib/libc-2.18.so printf

AUTHORS
     The authors of unixODBC are  Peter  Harvey  <pharvey@codebydesign.com>  and
     Nick Gorham <nick@lurcher.org>.

     For a full list of contributors, refer to the AUTHORS file.

COPYRIGHT
     unixODBC  is  licensed under the GNU Lesser General Public License. For de-
     tails about the license, see the COPYING file.

version 2.3.12			 Thu 07 Jan 2021		       dltest(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=dltest&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help