libstlport.so.1


 
Thread Tools Search this Thread
Operating Systems Solaris libstlport.so.1
# 1  
Old 11-20-2008
libstlport.so.1

Hi,

I need to include libstlport.so.1 in a build (to have it installed on the machine where I deploy the build).
As far as I know this is only included in sun studio and I can't seam to find it compiled separate (libstlport.so.1 compiled with sun C compiler, libstdc++.so compiled with gcc).

Can anyone help me in finding this as a standalone package?

Thanks,
Bianca
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Programming

Migration of application from libCstd.so.1 to libstlport.so.1

Hello, I want to migrate from application that was compiled with Sun 4.2 compiler with C++ standard library(libCstd.so.1) to STLport(libstlport.so.1) library. I am able to compile all the files on Solaris 10 with Sun 5.8 compiler but linking is failing with symbol referencing errors though... (0 Replies)
Discussion started by: shafi2all
0 Replies
Login or Register to Ask a Question
JDRESOLVE(1)						User Contributed Perl Documentation					      JDRESOLVE(1)

NAME
jdresolve - resolves IP addresses into hostnames SYNOPSIS
jdresolve [-h] [-v] [-n] [-r] [-a] [-d <level>] [-m <mask>] [-l <line cache>] [-t <timeout>] [-p] [-s <number of sockets>] [--database=<db path>] <LOG FILE> jdresolve [--help] [--version] [--nostats] [--recursive] [--anywhere] [--debug=<level>] [--mask=<mask>] [--linecache=<line cache>] [--timeout=<timeout>] [--sockets=<number of sockets>] [--database=<db path>] [--dbfirst] [--dbonly] [--dumpdb] [--mergedb] [--expiredb=<hours>] [--unresolved] [--progress] <LOG FILE> DESCRIPTION
jdresolve resolves IP addresses to hostnames. Any file format is supported, including those where the line does not begin with the IP address. One of the strongest features of the program is the support for recursion, which can drastically reduce the number of unresolved hosts by faking a hostname based on the network that the IP belongs to. DNS queries are sent in parallel, which means that you can decrease run time by increasing the number of simultaneous sockets used (given a fast enough machine and available bandwidth ). By using the database support, performance can be increased even further, by using cached data from previous runs. OPTIONS
-h, --help produces a short help message -v, --version display version information -n, --nostats don't display stats after processing -r, --recursive recurse into C, B and A classes when there is no PTR (default is no recursion) -d, --debug=<debug-level> debug mode - no file output, just statistics during run (verbosity level range: 1-3) -t, --timeout=<seconds> timeout in seconds for each host resolution (default is 30 seconds) -l, --line-cache=<lines> numbers of lines to cache in memory (default is 10000 -s, --sockets=<sockets> maximum number of concurrent sockets (use ulimit -a to check the max allowed for your operating system - defaults to 64) -m, --mask=<mask> <mask> accepts %i for IP and %c for class owner, e.g. "somewhere.in.%c" or "%i.in.%c" (default is "%i.%c") -a, --anywhere resolves IPs found anywhere on a line (will resolve all IPs if there is more than one) -p, --progress prints a nice progress bar indicating the status of the resolve operations --database=<db path> path to database that holds resolved hosts/classes --dbfirst check if we have resolved entries in the database before sending out DNS queries --dbonly don't send DNS queries, use only resolved data in the database --dumpdb dumps a database to STDOUT --mergedb merges resolved IP/classes from a file (or STDIN) with a database --expiredb=<hours> expires entries in the database that are older than <hours> hours --unresolved won't attempt to resolve IPs, only lists those that were not resolved <LOG FILE> the log filename or '-' for STDIN EXAMPLES
jdresolve access_log > resolved_log jdresolve -r -s 128 access_log > resolved_log jdresolve -r --database hosts.db access_log > res_log SEE ALSO
rhost(1) AUTHOR
jdresolve was written by John D. Rowell <me@jdrowell.com>, and is licensed under the terms of the GNU General Public License. The original version of this man page was written by Craig Sanders <cas@taz.net.au>, for the Debian GNU/Linux package of jdresolve, and is also licensed under the terms of the GNU GPL. 3rd Berkeley Distribution perl 5.005, patch 03 JDRESOLVE(1)