エラー [make] *** does break strict-aliasing rulesのエラーが出たらの巻 はーいヽ(*´∀`)ノ今日はmakeをした時に遭遇したエラーを突破する方法を紹介します!racoonをmakeしていた時に以下のようなエラーに遭遇、かなり焦った。だってmakeできないんだもん(´;ω;`)isakmp_quick.c: I... 2012.07.23 エラー
CentOS [エラー] locate: command not found locateコマンドを使おうと思ったけど、command not foundって叱られてしまった。# locate-bash: locate: command not found#おまけにupdatedbコマンドも使えない# updated... 2012.07.04 CentOSエラー
configure [error] checking for gcc… no ./configure してたら以下のエラーが出てきた。checking for gcc... nochecking for cc... nochecking for cl.exe... noCコンパイラーが必要だっていうことで、gccがあ... 2012.05.16 configureエラーコマンド
configure [error] checking whether make sets $(MAKE)… no ./configure したら出てきたエラーちゃん。エラーを読み解くと、「make」コマンドがありませんとのこと。だから、makeをインストールしてあげればよし# yum -y install make以上 2012.05.16 configureエラー
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 ... 2011.06.14 CentOSエラー
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... 2011.05.26 CentOSエラー