๐พ Archived View for bbs.geminispace.org โบ u โบ clseibold โบ 5729 captured on 2023-11-04 at 16:22:47. Gemini links have been rewritten to link to archived content
โก๏ธ Next capture (2023-11-14)
-=-=-=-=-=-=-
Re: "My Misfin Server Gitlab Repo"
@satch How much RAM do you have in your computer that you're compiling on?
You can also check `dmesg` command to see why Linux killed the compiler. I suspect it ran out of memory though. I always try to provide pre-compiled binaries for this reason, because golang's compiler, although not as bad as rust's compiler, is still not the best ever.
2023-09-29 ยท 5 weeks ago
@clseibold I have tried to use your pre-complied binaries, but they require GLIBC_2.32/2.34, and the latest version of GLIBC on my Debian is 2.28. I think you're right that I was running out of memory. Would it be easy for you to compile some binaries which are a little more backwards-compatible?
2023-10-02 ยท 5 weeks ago
@satch Ah, didn't realize that. Yeah, I will figure out how to compile the binaries with an older version of glibc for Linux users. Thanks!
@satch Ok, I believe this one should work: https://gitlab.com/clseibold/misfin-server/-/jobs/5208247630/artifacts/download?file_type=archive
Let me know if it works for you.
Also, btw, I haven't added the ability to use pre-existing certificate files for mailboxes yet. I will do this soon, but I could take you through the steps of doing it manually if you want. Or you can just have the program generate news certs too.
My Misfin Server Gitlab Repo โ I have put my misfin server up on gitlab for anyone who wants to experiment with it. It is in very early stages of development atm and doesn't support a multi-user setup yet.
๐ฌ clseibold ยท 9 comments ยท 2 likes ยท 2023-09-27 ยท 5 weeks ago