ablog

不器用で落着きのない技術者のメモ

2012-08-09から1日間の記事一覧

FreeStyleWiki のスタイル設定で「No such file or directory at plugin/admin/AdminStyleHandler.pm line 120」と怒られる

現象 admin でログインして[スタイル設定]をクリックすると以下のエラーが発生する。 No such file or directory at plugin/admin/AdminStyleHandler.pm line 120. at lib/Util.pm line 679. 解決策 setup.dat の theme_dir のパスが間違っていないか確認し…

FreeStyleWiki をセットアップする

ダウンロードする ダウンロードファイル一覧 - FreeStyleWiki - OSDN から wiki3_6_4.zip をダウンロードする。 セットアップする wiki3_6_4.zip を解凍して docs/readme.html を参考にセットアップする。 # cd/usr/local/src # unzip wiki3_6_4.zip # chown…

Apache 2.4 をインストールする

ダウンロードする Download - The Apache HTTP Server Project から httpd-2.4.2.tar.gz をダウンロードする。 Download - The Apache Portable Runtime Project から apr-1.4.6.tar.gz、apr-util-1.4.1.tar.gz をダウンロードする。 ダウンロードファイル一…

Apache 2.4 で confiugre 実行時に「configure: error: pcre-config for libpcre not found」と怒られる

現象 # /usr/local/src/httpd-2.4.2 # ./configure --prefix=/usr/local/apache2 ... configure: error: pcre-config for libpcre not found. PCRE is required and available from http://pcre.org/ 解決策 ダウンロードファイル一覧 - PCRE - OSDN から pc…

Apache 2.4 で configure 実行時に「configure: error: APR not found」と怒られる

現象 # cd /usr/local/src/httpd-2.4.2 # ./configure --prefix=/usr/local/apache2 checking for chosen layout... Apache checking for working mkdir -p... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /b…