Comment 7 for bug 674231

Revision history for this message
tfr (Openerp) (tfr) wrote :

Hi, no you're right, the deployement issue is not fully solve.

There is a workaround for now :
there is a configure file

so try
remove your .openerprc
then
./configure --prefix=/usr/local (or /usr )
make
sudo make install

Should work directly

and actualy the make file use the setup.py with option --root=/ it change everything
don't ask me why