Re: [sleuthkit-users] Compiling Framework on 4.2.0
Brought to you by:
carrier
From: Brian C. <ca...@sl...> - 2015-09-24 14:55:31
|
Hi John, At one point it compiled on Linux. To be honest though, we don’t use the framework anymore in active development. We’re using Autopsy for all of those projects. thanks, brian > On Sep 23, 2015, at 4:58 PM, slo...@gm... wrote: > > Please disregard the Poco error from make. I failed to notice that the Ubuntu package was poco version 1.3.8. I installed poco 1.6 from source and compiled the framework successfully. > > On Wed, Sep 23, 2015 at 1:11 PM, slo...@gm... <slo...@gm...> wrote: > I have never installed the framework under linux, but it appears it is possible. However, I get the following error on ./configure > > **************************** > Modules missing dependencies: > cat: ../*/missing_libs.txt: No such file or directory > **************************** > > I searched the parent directory and subdirectories, and missing_libs.txt is not present. Is the missing file critical? I'm guessing it is not based on it's name... > > Proceeding with the compilation, the make command results in this error: > > In file included from TskServices.cpp:15:0: > ../../../tsk/framework/services/TskSystemPropertiesImpl.h:87:11: error: 'AutoPtr' in namespace 'Poco' does not name a template type > Poco::AutoPtr<Poco::Util::AbstractConfiguration> m_abstractConfig; > ^ > ../../../tsk/framework/services/TskSystemPropertiesImpl.h: In constructor 'TskSystemPropertiesImpl::TskSystemPropertiesImpl()': > ../../../tsk/framework/services/TskSystemPropertiesImpl.h:52:33: error: class 'TskSystemPropertiesImpl' does not have any field named 'm_abstractConfig' > TskSystemPropertiesImpl() : m_abstractConfig(static_cast<Poco::Util::AbstractConfiguration*>(NULL)) {} > ^ > Makefile:425: recipe for target 'TskServices.lo' failed > > I will install poco from source to try to correct the make error, rather than using the Ubuntu 15.04 libpoco-dev package. However, this doesn't look like a package error. > > Any guidance/installation experience appreciated. > > John > > ------------------------------------------------------------------------------ > Monitor Your Dynamic Infrastructure at Any Scale With Datadog! > Get real-time metrics from all of your servers, apps and tools > in one place. > SourceForge users - Click here to start your Free Trial of Datadog now! > http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140_______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org |