|
|
在linux下安装Apache 2、PHP5.0.0、Sybase ASE 12.5 |
|
|
作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站 |
This is way to compile Sybase ASE 12.5 with PHP5.0.0 and Apache 2 on Linux: - install apache - install ase1252_de_linux.tgz to /opt/sybase-12.5 - shell:# ln -s /opt/sybase-12.5 /opt/sybase - edit phpsrc/configure and remove all '-linsck' - edit phpsrc/ext/sybase-ct/php_sybase_ct.h and change CTLIB_VERSION CS_VERSION_100 to 125 - shell:# export SYBASE=/opt/sybase - phpsrc/configure --with-sybase-ct=/opt/sybase/OCS-12_5 - phpsrc/make and make install - edit apache2/conf/httpd.conf and add AddType... .php - create /opt/sybase/interfaces file SERVERNAME [tab!]master tcp ether ipAddress port [tab!]query tcp ether ipAddress port - apache2/bin/apachectl start

|
|
相关文章:相关软件: |
|