opencog / cogutil

Very low-level C++ programming utilities used by several components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libcogutil.so installed in incorrect location.

linas opened this issue · comments

It appears that libcogutil is being installed into /usr/local/lib/libcogutil.so instead of /usr/local/lib/opencog/libcogutil.so and this might (??) explain some of the weird behavior in various unit tests (e.g. failure to deal with the logger correctly).

Suggest that it should get installed into /usr/local/lib/opencog, where everything else goes.