Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

dltest (1)

Name

dltest - A simple library symbol test

Synopsis

dltest [ library symbol ]

Description

dltest(1)                    UnixODBC manual pages                   dltest(1)



NAME
       dltest - A simple library symbol test


SYNOPSIS
       dltest [ library symbol ]


DESCRIPTION
       dltest  is  simple test of occurence of the symbol in the library.  The
       library must be a full (with path) file name of the shared  object,  in
       which the search for symbol should be performed.

       Without any parameters, dltest print short help message.


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

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


AUTHORS
       The authors of unixODBC are Peter Harvey <pharvey@codebydesign.com> and
       Nick Gorham <nick@lurcher.org>.  For the full list of contributors  see
       the AUTHORS file.


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



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
       +---------------+------------------+
       |Availability   | library/unixodbc |
       +---------------+------------------+
       |Stability      | Uncommitted      |
       +---------------+------------------+

NOTES
       Source code for open source software components in Oracle  Solaris  can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This    software    was    built    from    source     available     at
       https://github.com/oracle/solaris-userland.    The  original  community
       source                was                downloaded                from
       http://www.unixodbc.org//unixODBC-2.3.9.tar.gz.

       Further information about this software can be found on the open source
       community website at http://www.unixodbc.org/.



version 2.3.6                   Thu 13 Feb 2014                      dltest(1)