0

以下のように構成された PHP バージョン 5.3.3 で Red Hat Enterprise Linux 5 (64 ビット) を実行しています。

'./configure' '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-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/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib64' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--without-pear' '--with-bz2' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--with-kerberos' '--enable-ucd-snmp-hack' '--enable-shmop' '--enable-calendar' '--without-sqlite' '--with-libxml-dir=/usr' '--enable-xml' '--with-system-tzdata' '--with-apxs2=/usr/sbin/apxs' '--without-mysql' '--without-gd' '--disable-dom' '--disable-dba' '--without-unixODBC' '--disable-pdo' '--disable-xmlreader' '--disable-xmlwriter' '--without-sqlite3' '--disable-phar' '--disable-fileinfo' '--disable-json' '--without-pspell' '--disable-wddx' '--without-curl' '--disable-posix' '--disable-sysvmsg' '--disable-sysvshm' '--disable-sysvsem'

別のサーバーにある MS SQL データベースに接続したい (接続する必要がある)。mssql_connect を使用してみましたが、「Call to undefined function mssql_connect() in ...」が表示されます

MySQL 接続に Zend DB フレームワークを使用していて、それを使用したかったのですが、疲れましたが'adapter' => 'pdo_dblib''adapter' => 'pdo_mssql'ドライバーがインストールされていないというエラーが発生しました。

'/usr/lib64/php/modules'私は持っています:

curl.so, dom.so, fileinfo.so, gd.so, json.so, mbstring.so, mysqli.so, mysql.so, pdo.so, pdo_sqlite.so, phar.so, sqlite3.so, wddx.so, xmlreader.so, xmlwriter.so, xsl.so, zip.so

誰かアドバイスをお願いできますか?「この拡張機能を有効にする」と思われる答えを見つけるために最善を尽くしました...そこにないものです!

Yum を使用していくつかのファイルをダウンロードし、リポジトリを変更する必要があると感じています。

どうもありがとう、デビッド

4

0 に答える 0