risksense / mulval

A logic-based enterprise network security analyzer
http://www.arguslab.org/mulval.html
Other
105 stars 23 forks source link

cp: target '../../bin/adapter' is not a directory #11

Open RavinduRathnayaka opened 1 year ago

RavinduRathnayaka commented 1 year ago

└─# make
(cd src/adapter; make; make install) make[1]: Entering directory '/home/arkhamknight_47/Desktop/AutoPentest-DRL-1.0/repos/mulval/src/adapter' make[1]: Nothing to be done for 'default'. make[1]: Leaving directory '/home/arkhamknight_47/Desktop/AutoPentest-DRL-1.0/repos/mulval/src/adapter' make[1]: Entering directory '/home/arkhamknight_47/Desktop/AutoPentest-DRL-1.0/repos/mulval/src/adapter' cp GetCVEID.class GetTplQry.class InitializeDB.class MetricParser.class NessusXMLParser.class GetTplQry_nessusXML.class XMLConstructor.class mysqlConnectionChecker.class ../../bin/adapter cp: target '../../bin/adapter' is not a directory make[1]: [Makefile:12: install] Error 1 make[1]: Leaving directory '/home/arkhamknight_47/Desktop/AutoPentest-DRL-1.0/repos/mulval/src/adapter' make: [Makefile:6: adapter] Error 2

areslui commented 1 year ago

at your mulval folder mkdir bin mkdir bin/adapter mkdir bin/mertics