Howard Tang wrote:
Yes, sorry, wrong spelling of OSP.
I installed that using apt-get, not sure where to fix my issues.
You need to rebuild the package from the sources: - apt-get build-dep openser - apt-get source openser - apt-get install devscripts - cd openser-x.y.z - edit debian/rules, remove osp from EXCLUDED_MODULES - run debuild to build the package
JB.