./nginx: error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: No such file or directory
How should configure Debian so that Nginx find the files it needs?

You can always write 'ldd nginx' (also for every other executable on linux) to see where the librariers (*.so) should be located (it will indicate 'not found' and display path).

rr
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to