Added note about ldconfig need after make install

See https://github.com/brianb/mdbtools/issues/7
This commit is contained in:
Nirgal Vourgère 2012-08-09 16:19:57 +02:00
parent b4b1879e12
commit e3c9fc01e4

View File

@ -34,7 +34,10 @@ prole -- dump of ole columns given a table name and sargs.
Once MDB Tools has been compiled, libmdb.[so|a] will be in the src/libmdb
directory and the utility programs will be in the src/util directory.
You can then run 'make install' as root to install (to /usr/local by default).
Some systems will also need the ld cache to be updated after installation;
You can do that running 'ldconfig' as root.
Installation Options