-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Just some very quick comments on ECCE on openSUSE.
I am running up to date openSUSE Tumbleweed.
As openSUSE is rpm based, I chose the CentOS release which I would expect to be the most related Linux OS amongst those on offer.
The installation worked smoothly without any issues.
To start ECCE, I had to add localhost.localdomain to my hosts file. (I am only running it locally on my laptop). - While "localhost" on its own would work, the localdomain caused an issue if it wasn't available in the hosts file.
I was missing one library, namely libpng15 which I had to install manually from here:
https://download.opensuse.org/repositories/graphics/openSUSE_Tumbleweed/
Otherwise, all looks well so far.
I'm not sure how much in depth I will go with testing, but as far as I can tell, the code works fine.