Hi All,
I found that the Openser 1.1.0 Debian package doesn't install the OSF module. I would like to make use of the OSF module now, what will the best way to get the OSF module?
can i just simple do apt-get install openser again to upgarde to 1.1.1 ? will that come with OSF module?
Since the system is currently production, i want to avoid any downtime or server reboot.
Regards, Howard
Howard Tang wrote:
Hi,
I found that the Openser 1.1.0 Debian package doesn't install the OSF module. I would like to make use of the OSF module now, what will the best way to get the OSF module?
If you're talking about the OSP module, just remove it from EXCLUDED_MODULES in debian/rules and rebuild the package. The module will be in the main openser package.
JB.
Yes, sorry, wrong spelling of OSP.
I installed that using apt-get, not sure where to fix my issues.
Regards, Howard
On 4/17/07, Julien BLACHE julien.blache@linbox.com wrote:
Howard Tang wrote:
Hi,
I found that the Openser 1.1.0 Debian package doesn't install the OSF module. I would like to make use of the OSF module now, what will the best way to get the OSF module?
If you're talking about the OSP module, just remove it from EXCLUDED_MODULES in debian/rules and rebuild the package. The module will be in the main openser package.
JB.
-- Julien BLACHE julien.blache@linbox.com Linbox / Free & ALter Soft http://www.linbox.com
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.