Paige Thompson
Paige Thompson
I managed to put together a better Dockerfile for the Perl version of this ``` FROM ubuntu:noble RUN apt -y update RUN apt -y install apache2 perl git cpanminus WORKDIR...
> Atheme's opinion has always been that it should be locally linked in the first place, so I don't think much should change for users who're running both platforms correctly....
Sorry I just figured out that the password is "zeroch" from Discord
any ssl?
ohh thats right, yeah we try to keep it consistent across all the servers but yeah I forgot that some of the settings can vary
There's a couple of different `alloca.h` files on here (they're not all the same) ``` ➜ libnetconf2 git:(master) sudo find / -name "alloca.h" /usr/src/contrib/ofed/libibverbs/alloca.h /usr/src/cddl/compat/opensolaris/include/alloca.h /usr/local/include/schily/alloca.h /usr/local/xtensa-esp-elf/xtensa-esp-elf/include/alloca.h /compat/linux/usr/include/alloca.h ```
same thing in v3.7.1 ``` ➜ build git:(v3.7.1) make -j4 [ 16%] Building C object CMakeFiles/netconf2.dir/src/log.c.o [ 16%] Building C object CMakeFiles/netconf2.dir/src/messages_client.c.o [ 8%] Building C object CMakeFiles/netconf2.dir/src/messages_server.c.o [ 16%]...
I could remove the include from the `compat/compat.h.in` and that gets me a little farther but now I'm redefining `crypt_data`: ``` ➜ build git:(v3.7.1) ✗ make -j8 [ 33%] Building...
no worries I'm already on the third problem, the solution seems to be to get rid of the first two, I've made a little more progress, now I'm looking at...
cool thanks man :) I'll check in here in a bit