ESQL/C Version 4.10.UC12, HP Itanium 32bit

                      =================================
                            MACHINE SPECIFIC NOTES
                                    FOR
                   HCL Informix-Client SDK 4.10.UC12 PRODUCT RELEASE
                       HCL Informix-ESQL/C Version 4.10.UC12
                              On HP Itanium 32bit
                               DATE: 25 Jun 2018
                      =================================

OS Information : Built on HP-UX 11i V3 (aka 11.31) Itanium.

Machine Specific Notes
======================

1. This product was built on HP-UX 11i V3 (aka 11.31) Itanium using the 
   following compilers:

   HP C/aC++ B3910B A.06.26 [Apr 12 2011]

   and with the following packages: 

   Bundle Name     Description
   -----------     -----------
   B9007AA         C.11.31.06     HP C/aC++ Developer's Bundle
   BUNDLE          B.2011.08.04   Patch Bundle

2. ESQL/C support for static libraries

   ESQL/C product libraries are supported as both static and shared
   libraries. By default the script uses shared libraries.
   To use static libraries, the 'esql' script must be invoked with the
   -static option:

        esql -static

   During the execution of an ESQL/C program compiled with shared library you 
   need the environment variable SHLIB_PATH set to include $INFORMIXDIR/
   lib and $INFORMIXDIR/lib/esql. At runtime of the executable, dynamic 
   loader will look for this path for Informix ESQL/C shared libraries.

     (for Bourne or Korn Shell)
     SHLIB_PATH=$INFORMIXDIR/lib:$INFORMIXDIR/lib/esql
     export SHLIB_PATH

     (for C Shell)
     setenv SHLIB_PATH $INFORMIXDIR/lib:$INFORMIXDIR/lib/esql

3. ESQL/C support for thread safe libraries

   The thread safe ESQL/C libraries are supported on this platform using
   POSIX threads. The THREADLIB environment variable must be to POSIX:

     (for Bourne or Korn Shell)
     export THREADLIB=POSIX

     (for C Shell)
     setenv THREADLIB POSIX

   To build a thread safe ESQL/C programs, use the following command:

     esql -thread prog.ec -o prog

   Applications that have not been compiled with the -thread option cannot be 
   linked with applications that have been compiled with the -thread option.
   To do so, compile all applications with the -thread option.

4. Pluggable Authentication Module (PAM)

   PAM functionality is supported on HP-UX operating systems. The PAM is 
   dependent on the libpam.so library supplied by the Operating System vendor.

   Use of PAM can be enabled or disabled by the system administrator. By 
   default, IBM IDS will use the traditional authentication mechanism in 
   order to avoid widespread changes required by the users.

   The PAM service identifies the PAM module. This PAM module typically
   resides in /usr/lib/security and its parameters are listed in
   /etc/pam.conf.

5. IPv6 Support 

   The product supports Internet Protocol Version 6 (128 Bit Internet Addresses)
   as well as IPv4 (32 Bit Addresses).

   In order for the machine name specified in the SQLHOSTS file to resolve
   to the correct IP address, the name services files on the Operating System
   should be correctly configured. If the machine has IPv6 address configured
   and the listener thread is bound to an IPv6 address, then the name
   resolution files /etc/netsvc.conf should be configured to fetch IPv6
   address. Also use the appropriate /etc/hosts setting if local machine
   settings are used.

   For compatibility with older IBM Informix client and server products,
   assign the same hostname with both an IPv4 address and an IPv6 address.
   If the listener needs to be bound to an IPv4 address and the name services
   resolve the name in the order of the IPv6 address followed by IPv4 address,
   then an explicit IPv4 address needs to be put in nodename field of SQLHOSTS
   file. Client applications should also use the same setting.
 
Check the following web site for the latest HP-UX system requirements:

   http://www-01.ibm.com/support/docview.wss?rs=630&uid=swg27016673


(C) Copyright IBM Corp. 2002, 2017
(C) Copyright HCL Technologies Ltd. 2018. All Rights Reserved.

Copyright© 2020 HCL Technologies Limited