'make install' target does not call when installing from a tarball.
Can be tested with '/sbin/ldconfig -p | grep assa' after the fact.
Logged In: YES user_id=616697 Originator: YES
'make' executes:
PATH="$PATH:/sbin" ldconfig -n /usr/lib
which is pretty standard. Perhaps it is '-n' switch that implies -N which makes ldconfig not to rebuild its cache?
Log in to post a comment.
Logged In: YES
user_id=616697
Originator: YES
'make' executes:
PATH="$PATH:/sbin" ldconfig -n /usr/lib
which is pretty standard. Perhaps it is '-n' switch that implies -N which makes ldconfig not to rebuild its cache?