arb
arb copied to clipboard
make install does not run ldconfig
trafficstars
Doing ./configure && make && sudo make install on a Linux system results in librarb.so* installed in /usr/local/lib64, but not known to the loader, as ldconfig is not run. IMHO an attempt to run ldconfig at the end of installation ought to be made...
In 2.17 ldconfig is launched, but it produces an error:
ldconfig: illegal option -- n
usage: ldconfig [-32] [-aout | -elf] [-Rimrsv] [-f hints_file] [directory | file ...]
gmake[2]: [Makefile:131: libarb.so.2.8.0] Error 1 (ignored)
In Makefile.in:103 there is: ` $(LDCONFIG) -n "$(CURDIR)"; ``
linker &co have different options on linux and on freebsd