Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4076 Prikazi

Hi

I want install openerp 7.0 on centos version 5.8, is it possible , then what is the command to install openerp 7.0 on centos 5.8

Thanks jagdish

Avatar
Opusti
Best Answer

You cannot install openerp from centos repositories using yum and the only way to do that is getting the source code and compiling it. Since you are using and old OS, you need to upgrade your gcc and other packages.

First of all you need to install the dependencies, then get the source code from openerp's official web site and after that, you must compile the source code.The following script does all the tasks for you (don't forget to run as the root) :

http : // forum . openerp . com / forum / topic36094.html

Avatar
Opusti

Don't forget to remove the spaces (we cannot post links unless we have at least 50 karma points).