c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12896
Re: [Bug 301561] Re: install problem x86_64 wrong path
On Monday 17 January 2011, you wrote:
> @tfr "everything is installed in /usr/lib"
> this is interesting - OpenSuSE provides separate python version for x86 and
> x86_64 installed in /usr/lib and /usr/lib64
Can't be..
The rule, in short is that python packages that don't contain platform specific
files go to /usr/lib/python2.x, while python packages that also contain
binaries (libxx.so etc. ) go to /usr/lib64/python2.x
It might be that /usr/lib/python2.5 and /usr/lib/python2.6 co-exist in such a
Linux distribution, but this is another issue. We only want to support the
version which has most packages available (usually 2.6, the other is just
there for compatibility).
--
Say NO to spam and viruses. Stop using Microsoft Windows!
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/301561
Title:
install problem x86_64 wrong path
Status in OpenObject GTK Client:
Fix Committed
Bug description:
I had to change
/usr/bin/openerp-client
to run on x86_64
- cd /usr/lib/python2.5/site-packages/openerp-client
+ cd /usr/lib64/python2.5/site-packages/openerp-client
IMHO the "setup.py build" should detect x86_64 automatically and
create correct scripts
References