Problema de dependência de bibliotecas com o sphirewall-core e o libboost

0

Estou enfrentando problemas com dependências de bibliotecas ao tentar instalar sphirewall-core . Existe alguma maneira de resolver isso ou instalar essas dependências?

Estes são os passos que segui:

$ sudo apt-get install sphirewall-core
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 sphirewall-core : Depends: libboost-random1.49.0 (>= 1.49.0-1) but it is not installable
                   Depends: libboost-regex1.49.0 (>= 1.49.0-1) but it is not installable
                   Depends: libboost-serialization1.49.0 (>= 1.49.0-1) but it is not installable
                   Depends: libboost-system1.49.0 (>= 1.49.0-1) but it is not installable
                   Depends: libboost-thread1.49.0 (>= 1.49.0-1) but it is not installable
                   Depends: libprocps0 (>= 1:3.3.2-1) but it is not installable
                   Depends: libboost-random1.49-dev but it is not installable
E: Unable to correct problems, you have held broken packages.
    
por Bharath G K 20.08.2014 / 08:09

1 resposta

0

você pode fazer o download do código fonte do sphirewall-core do repositório svn hospedado pelo BitBucket Antes disso, você precisa instalar o git no seu sistema, tente este comando no seu terminal

sudo apt-get update
sudo apt-get install git
git clone https://bitbucket.org/sphirewalllabs/sphirewall-code.git 

source link

    
por Bipul kumar 20.08.2014 / 08:30