CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.29k stars 282 forks source link

Install issue via docker #589

Closed stmtstk closed 1 year ago

stmtstk commented 1 year ago

I tried to install Analysis of Information Leaks via docker (Ubuntu 22.04, Docker version 23.0.3) but encountered an error. It seems to fail during the build process of tlsh, which is cloned from https://github.com/trendmicro/tlsh.git.

I received the following error message:

CMake Error at test/cmake_install.cmake:57 (file): file does not recognize sub-command CREATE_LINK Call Stack (most recent call first): cmake_install.cmake:43 (include)

Do you have any suggestions on how to fix this issue?

Thank you.

alirf81 commented 1 year ago

I have the same issues.

alirf81 commented 1 year ago

@stmtstk have you solved this issue?

Terrtia commented 1 year ago

The Docker installer is an external contribution and is not maintained. If you want to install AIL in a container you can install it inside a LXC container. I recommend to build it from scratch as the available container is outdated. (We plan to publish a new one for the v5.0)