pellegre / libcrafter

A high level C++ network packet sniffing and crafting library.
298 stars 88 forks source link

Reload the list of system-wide library paths after install #1

Closed PMaynard closed 11 years ago

PMaynard commented 11 years ago

Just an observation, could be related to my setup, but after running make install ldconfig was not run and the system-wide library paths where not updated.

Would it be good if this were to happen? Thanks,

pellegre commented 11 years ago

My guess is that libcrafter is not installed on a directory referenced inside your /etc/ld.so.conf file. Can you check that? Usually libcrafter is installed at /usr/local/lib/ and that directory should be inside /etc/ld.so.conf.

Best, Esteban

PMaynard commented 11 years ago

Yeah /etc/ld.so.conf did not contain /usr/local/lib. Thanks.