Rohit Raj
Rohit Raj
hello @deeleeramone , i want to help in this issue, can you please explain me, where have to be these?
I wanna work on this
> @ro4i7 Are you doing this now? Yess
> ``` > ./scanner > [9662] Error loading Python lib '/tmp/_MEI9HTRtJ/libpython3.10.so.1.0': dlopen: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /tmp/_MEI9HTRtJ/libpython3.10.so.1.0) > ``` > > Based on [this](https://github.com/pyinstaller/pyinstaller/wiki/FAQ#gnulinux), we need to...
> @ro4i7 this is a great issue to work on. Feel free to send PR but don't forget to test produced binary on various systems, please. Ok, I start checking...
@mshudrak can I work on it?
> Sure, feel free to work in it. Ok, I'm working on it.
Hello @spacewander if this issue is still open, please assign it to me, The `extra_init_by_lua_start` and `extra_init_by_lua` directives are currently used separately in the test cases, here is an implementation...
> > Simply moving the code from extra_init_by_lua_start to extra_init_by_lua doesn't work. > > We have tried it. Ok, thanks for updating. Exploring for another solutions.
Hello @spacewander one probable solution may be, we can create a new directive called `init_by_lua` and use it in our test cases like this: ``` -- Before ngx.config.debug = true...