PHP - Aster Client

Teradata Aster® Client Guide

Product
Aster Client
Release Number
7.00
Published
May 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
hki1475000360386.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
B700-2005
lifecycle
previous
Product Category
Software
To set up PHP:
  1. Make sure Apache is installed and make note of the directory. For this example, we will assume Apache is installed at /usr/local/apache
  2. Ensure that unixODBC has been installed as described above.
  3. Download the source for PHP 5.4.19 and extract it to the desired directory. The following setup instructions should be used for PHP:
    $ CFLAGS="-DSIZEOF_LONG=8" ./configure --with-apxs2=/usr/local/
    apache/bin/apxs --with-zlib --with-unixODBC --with-pdo-odbc=unixODBC
    $ make && make install
    $ cp -p .libs/libphp5.so /usr/local/apache/modules