LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-07-2015, 10:00 AM   #1
robinselvam
Member
 
Registered: Mar 2012
Posts: 30

Rep: Reputation: Disabled
Question Help needed on installing odoo 8 on centos 6.5 box


Dear Frnds,
I'm trying install odoo 8.0 on my minimal installed centos 6.5box.i have configured postgresql and created database and user of odooo.i have added odoo repo to install ODOO and dependency package.when
i give command yum install odoo im getting failed dependencies resolving on python packages.below i have pasted the error please help me to resolve the issue.

Error: Package: odoo-8.0_20150507-1.noarch (odoo-nightly)
Requires: python(abi) = 2.7
Installed: python-2.6.6-52.el6.x86_64 (@base)
python(abi) = 2.6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
 
Old 05-07-2015, 03:16 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
step #1 on centos 6.5
UPGRADE !!! ASAP !!!
6.5 is UNSUPPORTED!!!!


Cent only supports the current minor version
that is
CentOS 5.11
CentOS 6.6
CentOS 7.1

you will have many almost unsolvable issues with 6.5

Code:
su -
yum update 
--- if nothing then ( or reboot and then )

yum --releasever=6.6 upgrade

.
 
Old 05-07-2015, 11:25 PM   #3
robinselvam
Member
 
Registered: Mar 2012
Posts: 30

Original Poster
Rep: Reputation: Disabled
Question Still the problem exist

Thanks john for reply as u said i have upgraded to centos box 6.6 .
but still im facing the same issue, please suggest any other solution ..
 
Old 05-08-2015, 02:00 AM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
from the install instructions
https://www.odoo.com/documentation/8...p/install.html
for RPM systems ( cent and RHEL )

i take it you installed " epel " repository
Quote:


Warning

with RHEL-based distributions (RHEL, CenOS, Scientific Linux), EPEL must be added to the distributions repositories for all of Odoos dependencies to be available. For CenOS:

$ sudo yum install -y epel-release

For other RHEL-based distribution, see the EPEL documentation.

$ sudo yum install -y postgresql-server
$ sudo postgresql-setup initdb
$ sudo systemctl enable postgresql
$ sudo systemctl start postgresql
$ sudo yum-config-manager --add-repo=https://nightly.odoo.com/8.0/nightly/rpm/odoo.repo
$ sudo yum install -y odoo
$ sudo systemctl enable odoo
$ sudo systemctl start odoo

cent dose NOT use "sudo" by default

if you want to use it and understand the security risks you can set it up
but it is NOT set up by default

by default cent uses "su" and "su -"


for installing the EPEL repo see the cent wiki
http://wiki.centos.org/AdditionalResources/Repositories

as to python
Warning:
you CAN NOT !!! replace python with a different version !!!
the default installed version HAS TO BE THE SYSTEM DEFAULT !!!
it can not be changed

you will break yum and the package manager if you do


BUT
you can install 2.7 side by side with 2.6

then point odoo to THAT (2.7) version of python
python 2.7 is in SCL
http://wiki.centos.org/AdditionalRes...positories/SCL
Code:
su -
yum install centos-release-SCL
then search for "python"
Code:
su -
yum search python 
---- then install it 
yum install python27
you will need to point odoo to this one

Last edited by John VV; 05-08-2015 at 02:15 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Installing Odoo version 8 on Ubuntu 14.04 LXer Syndicated Linux News 0 12-05-2014 07:23 PM
LXer: Odoo 8 with SSL Reverse Proxy using Apache LXer Syndicated Linux News 0 11-26-2014 06:36 PM
How does one convert a Fedora Core 4 box into CentOs 5 box in a live environment? 242 Linux - Newbie 3 01-17-2011 10:25 PM
problem while installing virtual box in centos 5.4 rajanmaharjan Linux - Newbie 6 06-28-2010 01:09 PM
Installing TOra 1.3.18 & Qt 3.3.5 on CentOS 4.1 (RHEL 4 U1) box running Oracle 10g R2 dbaxps Linux - Software 2 02-22-2007 08:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration