在linux下安装Apache 2、PHP5.0.0、Sybase ASE 12.5

[入库:2005年8月19日] [更新:2007年3月24日]

本文简介:选择自 tom0421 的 blog

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

本文关键:在linux下安装Apache 2、PHP5.0.0、Sybase ASE 12.5
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top