PDA

View Full Version : on problems with Openbravo ERP on Ubuntu 8.10


ilyass
24th March 2009, 14:41
Hi,

I tried to install openbravo ERP on Ubuntu 8.10, so I followed this tutorial:
http://www.howtoforge.com/how-to-install-openbravo-erp-on-ubuntu-8.10
but when I introduce the command ./OpenbravoERP_2.40-linux-installer.bin a warnig message shows up telling that :

Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gio/modules/libgiogconf.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgiogconf.so
/usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so


I ignored this message and I continued the installation but when it almost finished a warning message appears again telling that :
Problem running post-install step. Installation may not complete correctly
Error running /usr/share/ant/bin/ant compile -Dtab=xx war -logfile /opt/OpenbravoERP/installation_logs/04war.log : child process exited abnormally

And the file openbravo.war did not exist neither in /var/lib/tomcat5.5/webapps nor /opt/OpenbravoERP/Appsopenbravo/lib

Can somebody help me please?

falko
25th March 2009, 15:04
What's the output of uname -a?

ilyass
25th March 2009, 17:06
Here is the out put of uname -a:

Linux ribatis-laptop 2.6.27-11-generic #1 SMP Thu Jan 29 19:28:32 UTC 2009 x86_64 GNU/Linux

I think that the problem have a relation with ubuntu 64 bits, so i tried to download the package that contains the libraries libgvfsdbus.so, libgiogconf.so and libgioremote-volume-monitor.so from http://packages.ubuntu.com, I took the one with i386. I unpacked the package on my desktop, so that created usr folder, I copied the /usr/lib from the desktop to /usr/lib32. I tried to run OpenbravoERP but I got the same problems again.
Any ideas please?

falko
26th March 2009, 18:41
Linux ribatis-laptop 2.6.27-11-generic #1 SMP Thu Jan 29 19:28:32 UTC 2009 x86_64 GNU/Linux

I think that the problem have a relation with ubuntu 64 bits

That's right, you must download the OpenBravo installer for x86_64: http://dfn.dl.sourceforge.net/sourceforge/openbravo/OpenbravoERP_2.40-linux-x64-installer.bin

ilyass
27th March 2009, 12:04
It's working perfectly.

Thank you very much falko.