エラー[make] *** does break strict-aliasing rulesのエラーが出たらの巻 はーいヽ(*´∀`)ノ 今日はmakeをした時に遭遇したエラーを突破する方法を紹介します! racoonをmakeしていた時に以下のようなエラーに遭遇、かなり焦った。だってmakeできないんだもん(´;ω;`) isakmp_... 2012.07.23エラー
CentOS[エラー] locate: command not found locateコマンドを使おうと思ったけど、command not foundって叱られてしまった。 # locate -bash: locate: command not found # おまけにupdatedbコマンドも使えない ... 2012.07.04CentOSエラー
configure[error] checking for gcc… no ./configure してたら以下のエラーが出てきた。 checking for gcc... no checking for cc... no checking for cl.exe... no Cコンパイラーが必要だっていうこと... 2012.05.16configureエラーコマンド
configure[error] checking whether make sets $(MAKE)… no ./configure したら出てきたエラーちゃん。 エラーを読み解くと、「make」コマンドがありませんとのこと。 だから、makeをインストールしてあげればよし # yum -y install make 以上 2012.05.16configureエラー
CentOSunable to bind to Unix domain socket at ‘/var/run/proftpd/test.sock’ おっと、FTPサーバに接続が出来ないぞ・・・ あんまり使わないVPSサーバにFTP接続が出来なくなっていた。 SSH接続し、root権限で/var/log/mesasgesを見てみるとこんなエラーに遭遇 Jun 14 11:16:... 2011.06.14CentOSエラー
CentOSlocate: can not open `/var/lib/mlocate/mlocate.db’: No such file or directory サーバ内のファイルをさくっと探す為にlocateというコマンドがある。以下 man locate より引用 locate reads one or more databases prepared by updatedb(8) an... 2011.05.26CentOSエラー