Re: Improving how NGINX modules are used and built

2023-01-17 Thread Ludovic Courtès
Hi, Bruno Victal skribis: > On 2023-01-09 10:51, Ludovic Courtès wrote: >> Hello! >> >> mirai skribis: >> >>> An oddity of how nginx modules are packaged in guix is that they all place >>> the .so file under /etc/nginx/modules which is an odd directory to place >>> library object files. >>

Re: Improving how NGINX modules are used and built

2023-01-11 Thread Bruno Victal
On 2023-01-09 10:51, Ludovic Courtès wrote: > Hello! > > mirai skribis: > >> An oddity of how nginx modules are packaged in guix is that they all place >> the .so file under /etc/nginx/modules which is an odd directory to place >> library object files. > > To me that should be treated as a bug

Re: Improving how NGINX modules are used and built

2023-01-09 Thread Ludovic Courtès
Hello! mirai skribis: > An oddity of how nginx modules are packaged in guix is that they all place > the .so file under /etc/nginx/modules which is an odd directory to place > library object files. To me that should be treated as a bug. Those .so files should go to $PKG/lib/nginx instead, or