other_dependencies_on_debian
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
other_dependencies_on_debian [2007/03/29 09:47] – Added better libdbi data stompro | other_dependencies_on_debian [2010/09/06 13:24] (current) – Delete obsolete page dbs | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | << | ||
- | === libxml2 === | ||
- | # apt-get install libxml2 libxml2-dev | ||
- | === libxslt === | ||
- | # apt-get install libxslt1.1 libxslt1-dev | ||
- | === memcached and libmemcache === | ||
- | # apt-get install memcached libevent-dev libmemcache0 libmemcache-dev | ||
- | === yaz-2.0.x === | ||
- | Double check to make sure yaz-2.1.18 is ok. < | ||
- | # apt-get install yaz libyaz2 libyaz2-dev | ||
- | === aspell + dictionary === | ||
- | (e.g. aspell-en) | ||
- | # apt-get install aspell libaspell-dev aspell-en | ||
- | === GD Graphics Library === | ||
- | # apt-get install libgd2-xpm libgd2-xpm-dev | ||
- | === libreadline === | ||
- | # apt-get install libreadline5-dev | ||
- | === automake === | ||
- | # apt-get install automake | ||
- | === ejabberd === | ||
- | # # Note: works on x86, amd64 needs hand-building, | ||
- | # apt-get install erlang ejabberd | ||
- | === libdbi and libdbdpgsql 0.8.1=== | ||
- | The official site for libdbi http:// | ||
- | |||
- | Add this line to your / | ||
- | deb http:// | ||
- | run apt-update to refresh your packages cache. | ||
- | $ apt-get update | ||
- | And then run apt-get install to install the packages. | ||
- | $ apt-get install libdbi0-dev libdbi0 libdbd-pgsql | ||
- | Create a conf file for ld in / | ||
- | $ echo / | ||
- | Run ldconfig to refresh the ld cache. | ||
- | $ ldconfig | ||
- | Confirm that it is found, this command should show an entry like " | ||
- | $ ldconfig -p |grep dbd | ||
- | Then edit the Makefile at Open-ILS/ | ||
- | |||
- | << |
other_dependencies_on_debian.1175176040.txt.gz · Last modified: 2022/02/10 13:33 (external edit)