LoginSignup
0
0

guacamole-serverで./configure時に「config.status: error: Something went wrong bootstrapping makefile fragments...」が出た場合の対処法

Last updated at Posted at 2023-12-05

事象

guacamole-serverをインストールする過程で以下のエラーが発生した。

# ./configure --with-init-dir=/etc/init.d
<省略>
config.status: error: in `/root/temp/guacamole-server-1.4.0':
config.status: error: Something went wrong bootstrapping makefile fragments
    for automatic dependency tracking.  Try re-running configure with the
    '--disable-dependency-tracking' option to at least be able to build
    the package (albeit without support for automatic dependency tracking).
See `config.log' for more details

結論(対処)

makeコマンドをインストールしてあげたあとに./configureする。

# apt install make
<省略>
# ./configure --with-init-dir=/etc/init.d

おわりに

guacamoleやmakeコマンドは今まで経験がなかったのでよくわかっていないことが多いです。気づくのに時間がかかってしまったけど、こんな初歩的なこと同じように悩んだ人いるのかな、と思いながらも一応記事にしました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0