source

  1. technotic

    Compiler options

    Hi. So I'm currently running OLS on an AlmaLinux 9 VPS at OVH. The system compilers are are gcc 11 and clang/llvm 16. Using the build.sh script to compile OLS from source tree (v1.8.x branch and master branch), I run into problems with clang, and a few of the libraries spit warnings like...
  2. muncherelli

    Install OLS as Non-Root User

    I understand the build process has become fairly more complex on newer OLS builds- since now we have ./build.sh for automated dependency installation on a normal root-based install. As of 1.7.14, is it still possible to install and run OLS as a non-root user? My use case is for running OLS...
  3. U

    compatibilty and cosmetics

    Most of below is just cosmetics. But not all: - In install.sh `source ./functions.sh bla` is a Bash thing. FreeBSD doesn't come with Bash, and if installed it comes with many dependencies. I think less software = less maintainance. The proper POSIX way should be `. ./functions.sh bla`. Because...
Top