エラー

エラー

[make] *** does break strict-aliasing rulesのエラーが出たらの巻

はーいヽ(*´∀`)ノ今日はmakeをした時に遭遇したエラーを突破する方法を紹介します!racoonをmakeしていた時に以下のようなエラーに遭遇、かなり焦った。だってmakeできないんだもん(´;ω;`)isakmp_quick.c: I...
CentOS

[エラー] locate: command not found

locateコマンドを使おうと思ったけど、command not foundって叱られてしまった。# locate-bash: locate: command not found#おまけにupdatedbコマンドも使えない# updated...
configure

[error] checking for gcc… no

./configure してたら以下のエラーが出てきた。checking for gcc... nochecking for cc... nochecking for cl.exe... noCコンパイラーが必要だっていうことで、gccがあ...
configure

[error] checking whether make sets $(MAKE)… no

./configure したら出てきたエラーちゃん。エラーを読み解くと、「make」コマンドがありませんとのこと。だから、makeをインストールしてあげればよし# yum -y install make以上
CentOS

unable to bind to Unix domain socket at ‘/var/run/proftpd/test.sock’

おっと、FTPサーバに接続が出来ないぞ・・・あんまり使わないVPSサーバにFTP接続が出来なくなっていた。SSH接続し、root権限で/var/log/mesasgesを見てみるとこんなエラーに遭遇Jun 14 11:16:28 host ...
CentOS

locate: 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) and writ...