• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » install
トレース:

install

検索

以下に検索結果を表示します。

完全一致
  • 完全一致
  • 前方一致
  • 後方一致
  • 部分一致
@02_freebsd
  • 全ての名前空間
  • 02_freebsd:04_database (7)
  • 02_freebsd:01_net (6)
  • 02_freebsd:02_www (5)
  • 02_freebsd:08_benchmarks (3)
  • 02_freebsd:99_その他 (3)
  • 02_freebsd:03_mail (2)
全期間
  • 全期間
  • 1週間以内
  • 1カ月以内
  • 1年以内
ヒット数順に並べる
  • ヒット数順に並べる
  • 最終更新順に並べる

全文検索:

MySQLのインストール @02_freebsd:04_database:01_mysql
4 ヒット, 最終更新: 13年前
る --enable-thread-safe-client $ make # make install </code> ===== CentOS5.2でconfigureした時のエラー ===== こ... und </code> これでコンフィグできました。 <code console> $ yum install ncurses-devel </code> ====== 設定ファイルのコピー ====== <... ス作成 ====== <code console> # /usr/local/bin/mysql_install_db --user=mysql </code> ====== 起動 ====== <code c... = エラー(MySQL 5.1.30) ==== # /usr/local/bin/mysql_install_db --user=mysql Installing MySQL system tables.
ApacheのBasic認証でPostgreSQLを参照 @02_freebsd:04_database:02_posgresql
4 ヒット, 最終更新: 13年前
 インストール手順の確認のため、INSTALLファイルの内容を確認しておく。 $ less INSTALL ===== configureの実行 ===== INSTALLファイルのインストール手順に従
Apache 2.0 + MySQL + PHP @02_freebsd:02_www
3 ヒット, 最終更新: 12年前
e \ SUEXEC_LOGFILE=/var/log/apache/suexec.log \ install </code> ===== 起動 ===== <code console> # apachect... # cd /usr/ports/databases/mysql40-server # make install WITH_APACHE2=yes WITH_CHARSET=ujis WITH_XCHARSET=... -trans-sid \ --enable-versioning # make # make install </code> <color red>※--with-gd --with-jpeg-dir=/us
03 Postfix + amavisd + clamav @02_freebsd:03_mail
3 ヒット, 最終更新: 9年前
== <code> # cd /usr/ports/security/clamav # make install </code> ==== /etc/rc.confに追加 ==== <code> # ClamA... ==== <code> # cd /usr/ports/mail/postfix # make install このあと、いくつか質問されるので適切に答えます。 Added group "postfix".... d-new # make AMAVISUSER=clamav AMAVISGROUP=clamav install </code> ==== amavisdでspamチェックを行わない ==== <code>
FreeBSD カーネル再構築 @02_freebsd:99_その他
3 ヒット, 最終更新: 13年前
P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options AHC_REG_PRETTY_PRINT # Print register bitfie... ./compile/MYKERNEL # make depend # make # make install </code> ====== 万が一新しいカーネルが起動できない場合 ====== ■起動時にブー
PostgreSQLインストール @02_freebsd:04_database:02_posgresql
3 ヒット, 最終更新: 9年前
/usr/ports/databases/postgresql81-server # make install </code> ===== OpenSSL をインストールしていない場合 ===== De... d postgresql-8.3.3 # ./configure # make # make install </code> ====== postgresユーザ作成 ====== <code consol... rary not found これでインストールできる <code console> # yum install readline-devel </code> ====== /etc/rc.confの編集 ==
06 squid @02_freebsd:01_net
2 ヒット, 最終更新: 9年前
ル ===== <code> # cd /usr/ports/www/squid # make install clean ;rehash </code> ===== /usr/local/etc/squid... ===== 参考サイト ===== [[http://www.ryuon.org/FreeBSD/install_manual/15.squid.txt]] ===== Basic認証の設定 ===== =
07 DHCPD @02_freebsd:01_net
2 ヒット, 最終更新: 9年前
de> # cd /usr/ports/net/isc-dhcp3-server # make install clean # cp /usr/local/etc/dhcpd.conf.sample /usr... > cd ./dhcp-3.0.2.tar.gz > make > su # make install </code> ====== 設定ファイルを編集 ====== ▼設定例 <code> #
suPHP @02_freebsd:02_www
2 ヒット, 最終更新: 12年前
d-native-ttf \ --enable-gd-jis-conv #make ;make install </code> ==== php.iniの編集 ==== <code> cgi.force_r... e instlal ==== <code console> $ su # make ;make install </code> ==== 設定ファイルの用意 ==== <code console> # ca
WebDAV @02_freebsd:02_www
2 ヒット, 最終更新: 12年前
ode console> # cd /usr/ports/www/Apache2 # make install </code> ===== 日本語対応(mod_encoding) ===== ■[[http... きているので、手動でコピーする。 <code console> # gmake # gmake install # cp .libs/mod_encoding.so /usr/local/libexec/ap
php4 + sqlite3の実装 @02_freebsd:04_database
2 ヒット, 最終更新: 13年前
php4では、sqliteを使うにはひと工夫必要。 <code console> % pecl install sqlite </code> [[http://php-sqlite3.sourceforge.... onfigure --with-sqlite3=/usr ※環境による & make& make install </code> これでphp.iniで extension=sqlite.soを指定する。 s
FreeBSD - vim @02_freebsd:99_その他
2 ヒット, 最終更新: 10年前
トール ====== # cd /usr/ports/editors/vim # make install NO_GUI=yes ===== ソースからインストール ===== <color blue>※... /home/matsukaze/local --without-x $ make $ make install </code> ====== .vimrc ====== <code> set nobacku
PostgreSQL+pgpoolアップデート @02_freebsd:04_database:02_posgresql
2 ヒット, 最終更新: 13年前
remove postgresql* ・新しいpotgresqlをインストール # yum install postgresql84 postgresql84-contrib postgresql84-de... d pgpool-II-3.0 # ./configure # make # make install 添付のpgpool.confを環境に合わせて修正 # /usr/local/etc/pgpo
02 ProFTPD @02_freebsd:01_net
1 ヒット, 最終更新: 6カ月前
tpd-1.2.10 > ./configure > make > su # make install </code> ===== 設定ファイルを編集 ===== /usr/local/etc/pr
05 rsync @02_freebsd:01_net
1 ヒット, 最終更新: 3年前
ル ===== <code> # cd /usr/ports/net/rsync # make install </code> ===== バージョン ===== rsync version 2.6.9
FreeBSD - CVSup @02_freebsd:01_net
1 ヒット, 最終更新: 13年前
freebsd-update @02_freebsd:01_net
1 ヒット, 最終更新: 13年前
Apache2+SuEXEC @02_freebsd:02_www
1 ヒット, 最終更新: 13年前
サイボウズが動かない @02_freebsd:02_www
1 ヒット, 最終更新: 12年前
01 qmHandle @02_freebsd:03_mail
1 ヒット, 最終更新: 11年前
Bonnie++ @02_freebsd:08_benchmarks
1 ヒット, 最終更新: 7年前
Bonnie @02_freebsd:08_benchmarks
1 ヒット, 最終更新: 13年前
UNIXBENCH @02_freebsd:08_benchmarks
1 ヒット, 最終更新: 13年前
FreeBSD - アップグレード @02_freebsd:99_その他
1 ヒット, 最終更新: 13年前
16 mysql community からyum @02_freebsd:04_database:01_mysql
1 ヒット, 最終更新: 8年前
MySQL - PHPMyAdmin @02_freebsd:04_database:01_mysql
1 ヒット, 最終更新: 13年前

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本Wikiの内容は次のライセンスに従います: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki