Forum OpenACS Q&A: Re: Res: Debian Installer Update (openacs 5.4.3 debian/ubuntu packages released)

I'm testing http://www.project-open.org/download/install-debian.html and I've found a problem:

apt-get install openacs
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
No se pudieron instalar algunos paquetes. Esto puede significar que
usted pidió una situación imposible o, si está usando la distribución
inestable, que algunos paquetes necesarios no han sido creados o han
sido movidos fuera de Incoming.
La siguiente información puede ayudar a resolver la situación:

Los siguientes paquetes tienen dependencias incumplidas:
  openacs: Depende: aolserver4-nscache pero no es instalable
E: Paquetes rotos
Hi David nice to read you :)

The debian aolserver maintainer is updating the packages to 4.5.1 version, maybe the error is a side-effect of that.

BTW, if you are installing the openacs packages on lenny, I recommend you to use the official instructions, on https://openacs.org/xowiki/debian

Cheers, Héctor

Hi David & all,

I've just updated the packages on the sid repository, removing the aolserver4-nscache dependency, which is now integrated into the aolserver4-core package (thanks Stefan for pointing it out 😊).

Cheers, Héctor

Great!. We're advancing, apt runs now.

I've had a problem from /var/log/aolserver4/openacs/error.log:

[27/Mar/2009:18:21:57][11627.3083134640][-main-] Fatal: modload: failed to load module '/usr/lib/aolserver4/bin/nscache.so'

Thanks!

If you are using aolserver 4.5.1, you have to comment the line:

ns_param nscache ${bindir}/nscache.so

in your config file, because the nscache module is not needed anymore ( there is a built-in version of ns_cache ).