Monday, June 02, 2025

Building and Installing ClamAV 1.4.x LTS on Solaris 11.4

ClamAV is an open-source antivirus engine which is widly used. Problem has been that since v1.0.0 onwards the build process changed and didn't work on Solaris. Now you can build and run it on Solaris 11.4. 

Key points:

  • At this time ClamAV does not support Solaris, but I have filed bug reports
  • Using ClamAV 1.4.2 LTS (https://www.clamav.net/downloads)
  • Tested on Solaris 11.4.79.189.2 onwards and Solaris 11.4.81 CBE
  • I am miss basic steps i.e. creating usernames, etc
  • Installation will be put into /usr/local/clamav142

Thursday, December 14, 2023

Setup 4CAT (Capture and Analysis Toolkit) on linux Server using Docker

4CAT is a research tool that can be used to analyse and process data from online social platforms. Its goal is to make the capture and analysis of data from these platforms accessible to people through a web interface, without requiring any programming or web scraping skills. 

There is some great documentation already, but no harm adding a bit more detail.
Tested on Ubuntu 22.04.3 LTS & 4CAT 1.38

Monday, November 06, 2023

mysql:version_80 Service in Maintenance State in Oracle Solaris

I recently tried upgradeing MySQL 5.7 to MySQL 8.0 on SPARC kernel zone (KZ) but it failed. Here is some information which may help people in the future. 

So, I run our webserver www.dcs.bbk.ac.uk in a Solaris Kernel Zone which using a small MySQL 5.7 database, so after the upgraded failed I moved it to a test system and here is the steps and output which came to the possible workarounds.

Tuesday, April 07, 2020

Building OpenJDK 13 and OpenJDK 14 on Solaris 11 x86_64

Following on from a previous blog "Building OpenJDK 12 on Solaris 11 x86_64" I have added instructions for OpenJDK 13 on Oracle Solaris 11.4 x64, and the setup is exactly the same for OpenJDK 14

Tuesday, March 03, 2020

Configuring Bacula Backup Software for Solaris 11.4

Following up from my last post Building Bacula Backup Software for Solaris 11.4 where I got the software up and running, now it time to do the configuration which is the toughest part and longest section.

Friday, February 28, 2020

Building Bacula Backup Software for Solaris 11.4

As we know Networker backup software does not support Solaris as a backup server any longer, so we need to look else where. Ventured over to bacula.org which is an open source version which seems very popular so will give it a go.

Monday, August 05, 2019

Building Python 3.7 on Solaris 11.4 using solaris-userland

As we know Python 3.7 is not out for Oracle Solaris 11.4 yet, but could be out soon, so if you can't wait or you want the latest version then use the official Solaris userland source code to build it