Install on openSuSe
From Geoqo
tested on openSuse 10.2 and 10.3
does NOT work on 11.0 (trying to fix it)
this should also work on SLES
log in as root...
Install prerequisits
## install gpsbabel and other geoqo prerequisites zypper in gpsbabel sqlite2 perl-DBD-SQLite perl-XML-Simple perl-DBI perl-XML-Parser perl-IO-Stringy perl-Class-MethodMaker perl-Archive-Zip perl-Gtk2 perl-GD perl-Tk perl-Chart perl-HTML-Format gd perl-Cairo perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Font-AFM perl-Glib perl-HTML-Tree gcc-c++
if you want to you can copy paste below into a bash script and install most of te perl modules .. work inprogress feel free to fill in the blanks
### DBD::SQLite2 cd ~ wget http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/DBD-SQLite2-0.33.tar.gz tar -zxvf DBD-SQLite2-0.33.tar.gz cd DBD-SQLite2-0.33/ perl Makefile.PL make make install ### term progresbar cd ~ wget http://search.cpan.org/CPAN/authors/id/F/FL/FLUFFY/Term-ProgressBar-2.09.tar.gz tar -zxvf Term-ProgressBar-2.09.tar.gz cd Term-Progressbar-2.09/ perl Makefile.PL make make install ### cd ~ wget http://search.cpan.org/CPAN/authors/id/D/DU/DURIST/WWW-Babelfish-0.16.tar.gz tar -zxvf WWW-Babelfish-0.16.tar.gz cd WWW-Babelfish-0.16 perl Makefile.PL make make install
### Qwizard cd ~ wget http://search.cpan.org/CPAN/authors/id/H/HA/HARDAKER/QWizard-3.14.tar.gz tar -zxvf QWizard-3.14.tar.gz cd QWizard-3.14 perl Makefile.PL make make install ### getopt cd ~ wget http://search.cpan.org/CPAN/authors/id/H/HA/HARDAKER/Getopt-GUI-Long-0.8.tar.gz tar -zxvf Getopt-GUI-Long-0.8.tar.gz cd Getopt-GUI-Long-0.8 perl Makefile.PL make make install ###
cd ~ wget http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.2808.tar.gz tar -zxvf Module-Build-0.2808.tar.gz cd Module-Build-0.2808 perl Makefile.PL make make install ### cd ~ wget http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.2808.tar.gz tar -zxvf Module-Build-0.2808.tar.gz cd Module-Build-0.2808 perl Makefile.PL make make install cd ~ wget http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Params-Validate-0.91.tar.gz tar -zxvf Params-Validate-0.91.tar.gz cd Params-Validate-0.91 perl Makefile.PL make make install cd ~ wget http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Algorithm-NaiveBayes-0.04.tar.gz tar -zxvf Algorithm-NaiveBayes-0.04.tar.gz cd Algorithm-NaiveBayes-0.04 perl Makefile.PL make make install
cd ~ wget http://search.cpan.org/CPAN/authors/id/L/LA/LAIRDM/Algorithm-SVM-0.13.tar.gz tar -zxvf Algorithm-SVM-0.13.tar.gz cd Algorithm-SVM-0.13 perl Makefile.PL make make install
cd ~ wget http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Class-Container-0.12.tar.gz tar -zxvf cd perl Makefile.PL make make install
cd~ wget http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Tk-804.028.tar.gz tar -zxvf Tk-804.028.tar.gz cd Tk-804.028 perl Makefile.PL make make install cd~ wget http://search.cpan.org/CPAN/authors/id/U/UL/ULPFR/Text-German-0.06.tar.gz tar -zxvf Text-German-0.06.tar.gz cd Text-German-0.06 perl Makefile.PL make make install cd~ wget http://search.cpan.org/CPAN/authors/id/C/CA/CADE/Time-Progress-1.3.tar.gz tar -zxvf Time-Progress-1.3.tar.gz cd Time-Progress-1.3 perl Makefile.PL make make install cd~ wget wget http://search.cpan.org/CPAN/authors/id/L/LA/LAIRDM/Algorithm-SVM-0.13.tar.gz tar -zxvf Algorithm-SVM-0.13.tar.gz cd Algorithm-SVM-0.13 perl Makefile.PL make make install cd~ wget http://search.cpan.org/CPAN/authors/id/A/AS/ASKSH/Snowball-Swedish-1.2.tar.gz tar -zxvf Snowball-Swedish-1.2.tar.gz cd Snowball-Swedish-1.2 perl Makefile.PL make make install cd~ wget http://search.cpan.org/CPAN/authors/id/A/AS/ASKSH/Snowball-Norwegian-1.2.tar.gz tar -zxvf Snowball-Norwegian-1.2.tar.gz cd Snowball-Norwegian-1.2 perl Makefile.PL make make install
cd~ wget http://search.cpan.org/CPAN/authors/id/S/SN/SNOWHARE/Lingua-Stem-0.83.tar.gz tar -zxvf Lingua-Stem-0.83.tar.gz cd Lingua-Stem-0.83 perl Makefile.PL make make install
cd~ wget http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/AI-Categorizer-0.09.tar.gz tar -zxvf AI-Categorizer-0.09.tar.gz cd AI-Categorizer-0.09 perl Makefile.PL make make install
finally:
- downloaden and install geoqo
cd ~ wget http://surfnet.dl.sourceforge.net/sourceforge/geoqo/geoqo-0.97.tar.gz tar -zxvf geoqo-0.97.tar.gz cd geoqo-0.97/ ./check-prerequisites.pl
resolve any pending dependancies
perl Makefile.PL make make install
no errors?
your done..
