1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Installation notes
------------------
To install the Little Brother's database, type:
./configure
make
make test
make install
Note that this will put quite a few auxiliary files into
/usr/local/libexec. You may want to put lbdb into a separate directory
hierarchy such as /usr/local/lbdb (use the --prefix switch), or you
may want to give it a different libdir, such as /usr/local/libexec/lbdb
(use the --libexecdir switch).
You need to have the Palm::PDB and Palm::Address Perl modules
installed to use the m_palm module.
You need to have the Net::LDAP Perl module installed to use the m_ldap
module.
|