make *** no targets specified and no makefile found. stop

后端 未结 11 2157
栀梦
栀梦 2020-12-03 02:58

I have a problem installing package dionaea.

After I type this:

./configure --with-lcfg-include=/opt/dionaea/include/ \\
--with-lcfg-lib         


        
11条回答
  •  隐瞒了意图╮
    2020-12-03 03:21

    You had to have something like this:

    "configure: error: "Error: libcrypto required."
    

    after your ./configure runs. So you need to resolve noticed dependencies first and then try ./configure once more time and then run make !

提交回复
热议问题