mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Added note about ldconfig need after make install
See https://github.com/brianb/mdbtools/issues/7
This commit is contained in:
parent
b4b1879e12
commit
e3c9fc01e4
3
INSTALL
3
INSTALL
@ -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
|
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.
|
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).
|
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
|
Installation Options
|
||||||
|
Loading…
Reference in New Issue
Block a user