Guest User

Untitled

a guest
Feb 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Switch to the OpenOffice.org directory and move away the python runtime coming with OOo.
  2.  
  3. cd /path/to/openoffice.org/program
  4. mv libpython.so.2 libpython.so.2.orig
  5. mv python-core python-core.orig
  6. cp pythonloader.unorc pythonloader.unorc.orig
  7. ln -s /usr/local/lib/libpython2.3.so.1.0 libpython.so.2
Add Comment
Please, Sign In to add comment