- 締切済み
PHPからSQLServerに接続できなくて、困っています。
こんにちは、質問をさせていただきます。 PHPでリモートのSQLServerデータベースにアクセスをしたいと考えています。 下記のURLを参考にして、「freetds」「php-mssql」をrpmでインストールし、Freetdsの設定をしてtsqlでの接続にも成功しました。 しかし、接続テストPHP(下記URLを参照してください)を実行しても何も(エラーメッセージすら)表示されませんでした。 原因が分からず大変困っています。 ご教授のほど、よろしくお願いします。 URL:http://www.magic3.org/sarucast/index.php?PHP-SQL%20Server%C0%DC%C2%B3 *参考 作業状況 OS:Linux(FC5) PHP:5.14 Freetds:0.63 PHP-MSSQL:5.0.4 SQLServer:7.0 ↓Freetdsの設定 [TargetDB] host = (IPアドレス) port = 1433 tds version = 7.0 client charset = UTF-8
- みんなの回答 (1)
- 専門家の回答
みんなの回答
- taketan_mydns_jp
- ベストアンサー率58% (450/773)
回答No.1
まず、PHPがきちんとインストール出来ているか確認して下さい。 <?php // phpinfo.php phpinfo(); ?> PHPは動いていますか? SQLサーバの項目はありますか? うまく表示されない場合はApacheの設定(httpd.conf)の可能性もあります。
補足
ご回答ありがとうございます。 返答が遅くなって申しわけありませんでした。 ご指摘のPHPを確認してみたところ、PHP自体は動いていましたが、SQLサーバの項目らしきものはありませんでした。 (参考にConfigure Command の内容を記載します) そこでPHPの設定について調べて、下記のURLを参考にしてConfigureを変更しようとしましたが、freetdsをrpmでインストールしたためか、うまくいきません。(「そんなディレクトリ・ファイルはない」とエラーになります) やはり、PHPの設定(Configure)の問題なのでしょうか? だとすれば、どのようにすれば設定を変更できるのでしょうか? お手数をおかけして、申しわけありませんが、ご教示のほどよろしくお願い致します。 URL:http://d.hatena.ne.jp/tacoppa/20060721/p1 <Configure Command> './configure' '--build=i386-redhat-linux' '--host=i386-redhat-linux' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--without-pear' '--with-bz2' '--with-curl' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-pspell' '--with-expat-dir=/usr' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--with-kerberos' '--enable-ucd-snmp-hack' '--with-unixODBC=shared,/usr' '--enable-memory-limit' '--enable-shmop' '--enable-calendar' '--enable-dbx' '--enable-dio' '--with-mime-magic=/etc/httpd/conf/magic' '--without-sqlite' '--with-libxml-dir=/usr' '--with-xml' '--with-apxs2=/usr/sbin/apxs' '--without-mysql' '--without-gd' '--without-odbc' '--disable-dom' '--disable-dba' '--without-unixODBC' '--disable-pdo' '--disable-xmlreader' '--disable-xmlwriter'