[PHP-users 3501] Re: Linux+php4から内部のMS SQLサーバーへの接続について

Keishi Kawakami php-users@php.gr.jp
Tue, 13 Nov 2001 11:06:52 +0900


先ほどは説明が足りず、どうもすみませんでした。
以下の記事をもとに設定いたしました。

gzip -dc php-4.0.6.tar.gz | tar -xf - 
cd php-4.0.6 
edit 'ext/sybase/config.m4', replace 'dbopen' with 'tdsdbopen' 
(in version 4.0.6 of PHP this in on line 27 of config.m4) 
./configure --with-apxs=/usr/local/apacheso/bin/apxs
--with-mssql=/usr/local/freetds --with-sybase=/usr/local/freetds 
--with-mysql --enable-track-vars 
make && make install 
cp php.ini-dist /usr/local/lib/php.ini (the location of this file
may differ for your installation)