Linux, Open Source, Web, Engineering, Technology
January 13, 2011
Instalar GnuCash 2.4.0 con soporte para bases de datos en Ubuntu 10.10
Asegurese de habilitar los repositorios de «Source Code» primero
wget http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.0.tar.gz
tar xvfz gnucash-2.4.0.tar.gz
sudo aptitude build-dep gnucash
sudo aptitude install texinfo subversion intltool libdbi0-dev libdbd-{sqlite3,pgsql,mysql} guile-1.8 guile-1.8-dev doxygen libdbi0-dev libdbd-{sqlite3,pgsql,mysql}
cd /usr/share/guile/1.8
sudo ln -s ../../slib slib
sudo guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)"
cd ~/gnucash-2.4.0/
./configure --prefix=$HOME/stable/gnucash --enable-debug --enable-doxygen --enable-error-on-warning --enable-compile-warnings --enable-dbi
make all install
y por ultimo, inicielo
~/stable/gnucash/bin/gnucash
Listo!
Escrito por acuervo. Archivado bajo Business, Linux, terminal, Ubuntu.
13 Responses to “Instalar GnuCash 2.4.0 con soporte para bases de datos en Ubuntu 10.10”
Leave a Reply
Recently
- Domain registration in over 60 Top level domains
- xType
- The Divide Platform by enterproid
- Installing Canon’s ImageCLASS MF4270 on Ubuntu 64 bit
- Open Source Bare Metal Backup & Restore
January 17th, 2011 at 2:49 am
Excellent ! Finally get 2.4 working on 10.04. Thanks a lot
February 1st, 2011 at 11:03 am
Thanks for posting this. It greatly simplified including the dependencies . I have it working on 10.10
February 10th, 2011 at 8:47 pm
ohhhh muito obrigado funcionou direitinho.. ubunto 10.10.. gtz…
February 18th, 2011 at 6:33 am
de nada!
February 13th, 2011 at 12:14 pm
Su Ubuntu 10.04 Funziona
Grazie Mille
February 18th, 2011 at 6:37 am
Prego
May 21st, 2011 at 10:18 am
All I did was:
sudo apt-get install libdbd-mysql gnucash
700MB smaller installer.
May 30th, 2011 at 2:52 pm
Yes, but are you able to use the MySQL or sqlite backends?
The packaged version on the repositories does not have that support complied.
September 23rd, 2011 at 12:06 pm
It's not working for me. I get to:
sudo guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)"
And I get the error:
ERROR: In procedure primitive-load-path:
ERROR: Unable to find file "slib/guile.init" in load path
September 27th, 2011 at 11:22 am
Make sure you are liniking it good in the previous space
sudo ln -s ../../slib slib
October 18th, 2011 at 8:20 am
How do I remove this please, specifically:
sudo aptitude install texinfo subversion intltool libdbi0-dev libdbd-{sqlite3,pgsql,mysql} guile-1.8 guile-1.8-dev doxygen libdbi0-dev libdbd-{sqlite3,pgsql,mysql}
and
sudo guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)"
to get back as if I had not installed this, please?
Thanks,
Dave
May 28th, 2012 at 11:07 pm
I keep getting this message.
Unable to find the source package for "gnucash"
Do you know what's wrong with my repository?
May 29th, 2012 at 1:00 am
never mind, I fixed the repository.