[OpenResty] How to start Nginx?

Reinis Rozitis r at roze.lv
Fri Jan 24 14:55:23 UTC 2014


> ./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 



More information about the nginx mailing list