> I'm trying to install the neko_mod on my apache 1.3 (ubuntu linux). > But when I try to restart my apache I get this message: > > [EMAIL PROTECTED]:/usr/lib/neko# /etc/init.d/apache restart > * Configuration syntax error detected, not starting/reloading... > Syntax error on line 1059 of /etc/apache/httpd.conf: > Cannot load /usr/lib/neko/mod_neko.ndll into server: libneko.so: cannot > open shared object file: No such file or directory > > I've set the LD_LIBRARY_PATH at my bash.bashrc: > [EMAIL PROTECTED]:/usr/lib/neko# echo $LD_LIBRARY_PATH > /usr/lib/neko > > What is going wrong?
Maybe try to stop Apache and start it again ? This way it will reload the environment variables : /etc/init.d/apache stop /etc/init.d/apache start Hope it helps. Nicolas -- Neko : One VM to run them all (http://nekovm.org)
