ドキュメントセンター よくある質問 文書資料
はじめに - ドキュメントセンターについて 使用条件 ご意見・ご感想は公開会議室へ 著作権表示
ホーム ドキュメントセンター 新着文書 よくある質問 FAQ 問答集 ビジネス 事業計画 概況 デベロッパー 技術資料 仕様書 ガイドライン 想定された使い方 ヘルプ 利用方法や一般的な操作方法 その他の文書

はじめに
ドキュメントセンターを初めてご利用する方や運営方針についての基本的な姿勢をご覧になりたい方へ。

ドキュメントセンター 新着情報
GetCurrentImage failedと出て、画像の保存ができないのですが? (FAQ) 2007.08.23
clamavをclamav-0.90以降に更新すると、clamdが起動しなくなりましたが? (FAQ) 2007.07.31
make.confにX11BASEを設定するように言われましたが? (FAQ) 2007.07.30
serial型の次に挿入すべき値を変更するにはどうしますか? (FAQ) 2007.06.01
次のSERIAL型で用いられる値を得るにはどうしますか? (FAQ) 2007.05.31
WindowsXPを入れた端末にPINGが通りませんが? (FAQ) 2007.05.21
vmware3上でWindowsXPを導入すると途中で待たされ、失敗しますが? (FAQ) 2007.05.19
vmware3のインストールがうまくいきませんが? (FAQ) 2007.05.18
gnome上で解像度の変更をするにはどうしますか? (FAQ) 2007.05.17
gnome上で解像度の変更ができないのですが? (FAQ) 2007.05.17

よくある質問
ご利用の皆様から多く寄せられる質問にお答えしています。
ディーエーオフィス
サーバ
アプリケーション

語解説
ディーエーオフィスなどが利用する用語に関する解説を行います。

ディーエーオフィスホームページ
メッセージセンター
ディーエーオフィスサポートターミナル
トピックスセンター
リレーショナルナレッジベース
mod_layout インストール
http://tangent.org/

 上述のページでtar.gzファイルを探す。mod_layoutを検索すると見つかる。Apache2とApache1で分かれていて、Apache1系にはrpmも見当たった。ダウンロードできたら、解凍後、make、make installで作業は終わる。

http://tangent.org/index.pl?lastnode_id=478&node_id=362
http://tangent.org/index.pl?lastnode_id=362&node_id=374
http://tangent.org/index.pl?lastnode_id=374&node_id=375
http://software.tangent.org/download/mod_layout-4.0.1a.tar.gz

tar xvzf mod_layout-4.0.1a.tar.gz
cd mod_layout-4.0.1a
make
make install

※rpm環境へのインストールは以下に留意する。

 httpdのインストール位置などを調整する。redhatへのインストールでは、Makefileを以下のように修正した。special.mkなどのファイルが見つからないときは、httpd-develというrpmパッケージを追加インストールする必要もある。

top_srcdir=/usr/lib/httpd
top_builddir=/usr/lib/httpd/
include /usr/lib/httpd/build/special.mk
APXS=/usr/sbin/apxs
APACHECTL=/usr/sbin/apachectl

up2date -u httpd-devel

以上のインストールが終わったら、httpd.confへ追記した後、httpdを再起動する。

vi httpd.conf
LoadModule layout_module modules/liblayout.so

apachectl resatrt
service httpd restart

---

実際に挿入する例

.htaccessを生成し、以下のような記述を追記する。

AddOutputFilter LAYOUT html
LayoutFooter /home/username/htdocs/footer.html
LayoutHeader /home/username/htdocs/header.html

---

Libraries have been installed in:
/usr/lib/httpd/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[1]: Leaving directory `/root/mod_layout-4.0.1a'
/usr/sbin/apxs -i -n liblayout.so -e liblayout.la
/usr/lib/httpd/build/instdso.sh SH_LIBTOOL='/usr/bin/libtool' liblayout.la /usr/
lib/httpd/modules
/usr/bin/libtool --mode=install cp liblayout.la /usr/lib/httpd/modules/
cp .libs/liblayout.so /usr/lib/httpd/modules/liblayout.so
cp .libs/liblayout.lai /usr/lib/httpd/modules/liblayout.la
cp .libs/liblayout.a /usr/lib/httpd/modules/liblayout.a
ranlib /usr/lib/httpd/modules/liblayout.a
chmod 644 /usr/lib/httpd/modules/liblayout.a
PATH="$PATH:/sbin" ldconfig -n /usr/lib/httpd/modules
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/httpd/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
chmod 755 /usr/lib/httpd/modules/liblayout.so
+--------------------------------------------------------+
| All done. |
| |
| You will need to add the directive: |
| LoadModule layout_module modules/liblayout.so |
| |
| So that you can begin to use mod_layout. |
| |
| Thanks for installing mod_layout. |
+--------------------------------------------------------+


文書番号 05243
日付 2005.12.27
参照数 694

ドキュメントセンター
  はじめに 新着ドキュメント 使用条件 著作権 お問い合せ
Copyright 2003 daoffice design and management company. all rights reserved.