Skip to main content

Upgrade Procedure for FreeBSD

For upgrade instructions for FreeBSD, please refer to the instructions in the previous section Linux.

Follow steps 1 - 9. Then recreate the symbolic link to the OpenJDK java home path (example: /usr/local/openjdk8)

# rm /usr/local/cbs/java
# ln -s /usr/local/openjdk8 /usr/local/cbs/java 

Resume with the rest of the steps, steps 10 - 12.

  1. For upgrade or installation on FreeBSD, your system administrator must manually install OpenJDK 8.
  2. AhsayCBS v9 uses OpenJDK 8 which requires GLIBC 2.14 to be installed.
  3. To install the GLIBC port:

    # cd /usr/ports/misc/compat9x
    # make install distclean 

    If you install port, the source will be downloaded, patched if necessary, compiled and installed. If the port is dependent upon another port, that port will also be installed. After installing, ports are identical to packages.

If you have questions, contact Ahsay Technical Support, before proceeding with the upgrade.