]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2067] ARM: Update invalid Boost URL
authorAndrei Pavel <andrei@isc.org>
Thu, 16 Sep 2021 15:36:54 +0000 (18:36 +0300)
committerTomek Mrugalski <tomek@isc.org>
Mon, 20 Sep 2021 18:16:50 +0000 (18:16 +0000)
doc/sphinx/arm/hooks-radius.rst

index 8d660e8f0a475a0129037afe7a08306ba11839dd..4705a26e2e5775304a07c25a26e918fe6f6c3fd0 100644 (file)
@@ -97,7 +97,7 @@ Once installed, the FreeRADIUS client will be installed in
 It can be installed in a different directory; if so,
 make sure to add that path to the configure script when compiling Kea.
 
-STEP 3: Install recent BOOST version
+STEP 3: Install recent BOOST version
 
 Kea requires a reasonably recent Boost version. Unfortunately, the
 version available in CentOS 7 is too old, so a newer Boost version is
@@ -110,7 +110,7 @@ To download and compile Boost 1.65, please use the following commands:
 
 .. code-block:: console
 
-   $ wget -nd https://dl.bintray.com/boostorg/release/1.65.1/source/boost_1_65_1.tar.gz
+   $ wget -nd https://boostorg.jfrog.io/artifactory/main/release/1.65.1/source/boost_1_65_1.tar.gz
    $ tar -zxvf boost_1_65_1.tar.gz
    $ cd boost_1_65_1/
    $ ./bootstrap.sh
@@ -121,6 +121,14 @@ Note that the b2 script may optionally take extra parameters; one of
 them specifies the destination path where the sources are to be
 compiled.
 
+Alternatively, some systems provide newer boost packages. For example, 
+CentOS 7 provides ``boost169-devel``. If you install it with 
+``yum install boost169-devel``, you will need to point Kea to it with:
+
+.. code-block:: console
+
+   $ ./configure --with-boost-include=/usr/include/boost169 --with-boost-lib-dir=/usr/lib64/boost169
+
 STEP 4: Compile and install Kea
 
 Obtain the Kea sources either by downloading them from the git