Cardano Explorer - Socket & Build Issues

I’m trying to build the cardano explorer as here:

My node is centos 7.x and the explorer-connect-to-mainnet is working fine, the sockets are giving an issue - as following the instuctions: localhost:3100 is giving errors, additional when I try to rebuild as per the commands in the link I see this errror:

Configuring cardano-sl-binary-1.0.3…
Cabal-simple_mPHDZzAJ_1.24.2.0_ghc-8.0.2: The program ‘cpphs’ version >=1.19
is required but the version found at /usr/bin/cpphs is version 1.16

– While building custom Setup.hs for package cardano-sl-binary-1.0.3 using:

I’m trying to get cpphs 1.19+ for Centos but can’t find the package for this.

Any help would be appreciated.

Plus I noticed the console of
https://cardanoexplorer.com/
http://cardano-explorer.cardano-mainnet.iohk.io

I believe they are giving socket errors as well

Thanks.

Are you using nix with your build?

What issue are you getting with localhost:3100? I found it confusing at first, but it seems like 3100 is just for the frontend. But that’s a whole separate build to get that running.

Connect-explorer-to-mainnet is just the backend and uses ports 8000, 8100, 8110.

Can you not get connect-explorer-to-mainnet to run and that’s why you’re rebuilding?