Evrytania / LTE-Cell-Scanner

LTE SDR cell scanner optimized to work with very low performance RF front ends (8bit A/D, 20dB noise figure)
GNU Affero General Public License v3.0
584 stars 356 forks source link

libitpp.so not found #2

Closed znorris closed 11 years ago

znorris commented 11 years ago

I installed ITPP per their instructions, http://itpp.sourceforge.net/4.3.0/installation.html#inst_instr_cmake I installed LTE-Cell-Scanner with your build instructions. Went to run the example CellSearch command and I received this: "CellSearch: error while loading shared libraries: libitpp.so.8: cannot open shared object file: No such file or directory"

I receive the same error with LTE-Tracker. Any help on resolving this would be appreciated.

znorris commented 11 years ago

Using apt-get to install libitpp-dev solved the problem. Should have done that first but I thought the manual install had worked. It's up and searching now.