tkuchikiの日記

新ブログ https://blog.tkuchiki.net

2013-06-01から1ヶ月間の記事一覧

Mac に Haskell の環境を構築する手順

homebrew を最新版にする $ brew update 元々入っていたので upgrade したが、通常は install $ brew upgrade haskell-platform ==> Upgrading 1 outdated package, with result: haskell-platform 2013.2.0.0 ==> Upgrading haskell-platform ==> Installin…

Zend_Gdata で Declaration of ... should be compatible with that of ... が出る問題

PHP 5 で、Zend_Gdata(1.12.3) を使っていたら以下の様なエラーが。 Declaration of Zend_Gdata::import() should be compatible with Zend_Gdata_App::import($uri, $client = NULL, $className = 'Zend_Gdata...', $useObjectMapping = true)なんだこれと…

Mac で hosts ファイルへの変更が巻き戻ってしまう問題の解決方法

Mac OS X Lion ? で VPN接続中に /etc/hosts を変更する際の注意点 - tkuchikiの日記 の解決方法。ぐぐってみたら以下の様なページがヒットした。osx - /etc/hosts getting reset in Lion - Super User 10.7: Adding entries to the Cisco AnyConnect hosts…

CentOS 6 用 Varnish インストール手順

色々なディストリビューション用のパッケージインストール方法が公式に記載してある。 RedHat 系のインストール手順は Installation on RedHat | Varnish Community だが、 el5 と書いてあるため、el6 用では無さそう。 一度インストールして、varnish.repo …

CentOS 6 用 Redis 2.6.13 の RPM 作成手順

ほぼ Redis 2.6 の RPM を作成する - akishin999の日記 の通り。 非常に参考になりました。ありがとうございます。 rpmbuild などをインストール yum install rpm-build rpmdevtools tcl-devel rpmdev-setuptree epel の redis rpm をインストール spec ファ…

Kohana 用 nginx conf

Kohana を Nginx で動かす機会があったのでメモ。