Install on Debian
From Geoqo
(Difference between revisions)
| Line 11: | Line 11: | ||
**** [fill out the various prompts if it asks you questions] | **** [fill out the various prompts if it asks you questions] | ||
***At the CPAN prompt that says ''cpan>'' type: | ***At the CPAN prompt that says ''cpan>'' type: | ||
| − | **** | + | ****'''install DBD::SQLite2''' |
*** Then quit CPAN: | *** Then quit CPAN: | ||
****;exit | ****;exit | ||
Revision as of 01:07, 21 February 2007
(type everything you see in bold text)
- for installing the DBI perl module:
- sudo apt-get install libdbi-perl
- for installing sqlite:
- install the base libraries:
- sudo apt-get install libsqlite3-0
- sudo apt-get install libsqlite3-dev
- Then insall the perl module itself:
- perl -MCPAN -e shell
- [fill out the various prompts if it asks you questions]
- At the CPAN prompt that says cpan> type:
- install DBD::SQLite2
- Then quit CPAN:
- exit
- install the base libraries:
- Built and install geoqo:
- perl Makefile.PL
- make
- sudo make install
- Setup the (default) geoqo database:
- geoqo --setup-database