This question has been flagged
2 Replies
7975 Views

Dear all,

I tried to install the odoo on centos 6.6 as dipicted. But python or postgresql is making me sick giving an error when i install it. What is the correct procedure to install odoo on centos 6.6.


thanks,

Avatar
Discard
Author Best Answer

I am stucked from below line.

yum -y install postgresql93 postgresql93-server postgresql93-devel postgresql93-libs

no package postgresql93-server available

no package postgresql93--devel available


I used following command and saw postgresql 8.4 in my centos 6.7

yum list | grep postgresql


what to do?

Avatar
Discard

I think you need to add it to the yum repository make sure you executed : rpm -ivh http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-centos93-9.3-1.noarch.rpm AND sed -i 's/^gpgkey.*/&\nexclude=postgresql*/' /etc/yum.repos.d/CentOS-Base.repo. For more information you can check : https://wiki.postgresql.org/wiki/YUM_Installation

Best Answer

Hello,

Kindly check this link it's so helpful

Regards,

Avatar
Discard