domxml_open_file (インストール時の問題について)

「まったく何も分からない・・・」そんなユーザーさんの為のフォーラムです。どんなご質問でもお気軽にどうぞ。
返信
tono
記事: 2
登録日時: 2008年4月21日(月) 18:35

domxml_open_file (インストール時の問題について)

投稿記事 by tono » 2008年4月21日(月) 21:08

こんにちは。
CMSをインストールしたのですが、testcms.phpにアクセスすると以下のエラーとなります。
Fatal error: Call to undefined function: domxml_open_file() in /www/fdm/sns/cmsd_core_1_1_6e/core/cmsdesigner/include/app.php.inc on line 602

check.phpを実行したとき、以下のエラーとなります。============================
domxml_open_fileがサポートされていません。
domxml_new_docがサポートされていません。
domxml_open_memがサポートされていません。
xslt_createがサポートされていません。
xslt_processがサポートされていません。
xslt_freeがサポートされていません。
=======================
PHPにXSLTライブラリ関係のモジュールが足りてないのでしょうが、
#./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php --program-suffix=5 --enable-force-cgi-redirect --with-pear=/usr/local/php/pear --enable-mbstring=all --enable-mbregex --enable-mbstr-enc-trans --enable-versioning --with-openssl=/usr --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --with-ttf --with-freetype-dir=/usr/local --with-mysql=/usr/local/mysql --with-soap=yes --with-zlib=/usr --enable-xslt --with-xslt-sablot=/usr/local --with-dom --with-dom-xslt --with-gettext=/usr/local --with-curl=/usr/local/share/curl --enable-exif
#make
#make install
でやるのですが、うまくいきません。
#./configureで、以下のようなエラーになってしまいます。

configure: error: Problem with libjpeg.(a|so). Please check config.log for more information.

どのような問題でしょうか、もしわかる方がいらっしゃれば、お知恵を拝借できれば幸いです。

tono
記事: 2
登録日時: 2008年4月21日(月) 18:35

ちなみに

投稿記事 by tono » 2008年4月21日(月) 21:28

この記事に追加ですが、ちなみに

#./configure --enable-mbstr-enc-trans --enable-mbstring --enable-mbregex --enable-trans-sid --with-pgsql=/usr/local/pgsql --with-db --enable-force-cgi-redirect --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-zlib --enable-xslt --with-dom --with-dom-xslt --with-dom-exslt --with-xslt-sablot --with-expat-dir --with-iconv-dir
を実行したときには、以下のエラーとなります。

configure: error: not found. Please reinstall the expat distribution.

このexpat distributionというのは、通常のPHPのdistributionとは違うのでしょうか?
どこから手にいれることができるのでしょうか?

返信