arb icon indicating copy to clipboard operation
arb copied to clipboard

make install does not run ldconfig

Open dimpase opened this issue 6 years ago • 2 comments
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...

dimpase avatar Mar 22 '19 09:03 dimpase

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)"; ``

thierry-FreeBSD avatar Apr 30 '20 09:04 thierry-FreeBSD

linker &co have different options on linux and on freebsd

dimpase avatar Apr 30 '20 09:04 dimpase