Replies: 3 comments 3 replies
-
I don't think I tried building on a FreeBSD VM. Will need to set one up and give it a go to see how it builds and whether Azure DevOps can work with it. Will post an update here, probably in a couple of weeks or so. |
Beta Was this translation helpful? Give feedback.
-
FreeBSD turned out a bit more of a challenge than I expected. I only built it on FreeBSD 12, so if you are using anything earlier, it may not work because the build requires Clang v11 (C++ compiler), which I'm not sure is available on earlier versions of FreeBSD, but I didn't check. This is because of a bug in Clang versions prior to v11. I tried GCC that implemented required functionality in their earlier version, but it just crashes on FreeBSD, so I set it up with Clang. You can run two scripts on FreeBSD 12 to build SSW v6.0.0 - https://raw.githubusercontent.com/StoneStepsInc/StoneStepsWebalizer/v6-0/devops/freebsd-pkgs Copy both to any directory,
You can uninstall The source patch it applies changes the configuration directory to I didn't do much testing with this build - just ran it against a couple of logs to see if it works. Seems to produce what's expected, but I didn't go beyond that. Lastly, state databases between different OS builds shouldn't be shared (i.e. |
Beta Was this translation helpful? Give feedback.
-
Excellent!
Compiling was easy and without any errors and no bugs so far. If you like you can commit the build to the FreeBSD repo, so everyone can install it via pkg. Thanks again, much appreciated! |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for such a great product! I'm using StoneStepsWebalizer for IIS to check the Exchange OWA logs, which gives a really nice overview, now I would like to do the same for our Squid logs on FreeBSD but there is just the "old" version available:
https://www.freshports.org/www/webalizer/
I can compile some packages my self, but webalizer with all his dependencies is a little over my head.
It would be very nice to have a build of StoneStepsWebalizer for FreeBSD:12:amd64 available.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions