-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Imposible install on Suse Enterprise 12 #1162
Comments
Is it safe to assume that sles has the same packages as opensuse? Which package manager do you use? |
No, I think that Suse Enterprise Server dont use same package as opensuse. I link manually uuid.h to netdata/src/uuid/uuid.h , but fail to compile. (Unkown size storage uuid , or similar error) ¿Netdata can be installed on Suse enterprise? or i dimiss? Thanx and regards |
libuuid-devel is needed to compile netdata. Unfortunately I don't know the exact package name for sles. This library is pretty standard for all linux systems. It is developed by the linux kernel developers and should exist in all distributions. It might be called As I don't have access to SLES 12, I suggest to search a bit for it. You might be able to get a solution at the suse forums. If you find a solution, please let us know, so that others can benefit too. |
To solve this Issue: # zypper info libuuid-devel
---------------------------------------
Repository: SLE-SDK12-SP1-Updates
Name: libuuid-devel
Version: 2.25-32.4
Architektur: x86_64
Hersteller:SUSE LLC <https://www.suse.com/>
Supportstufe: Unbekannt
Installiert: Ja
Status: aktuell
Installationsgröße: 16,6 KiB
Zusammenfassung:Development files for libuuid1
Beschreibung:
Files to develop applications using the library to generate universally
unique IDs (UUIDs).`
You also have to add the SLES12-SP1-Updates to your System. # zypper info util-linux
Informationen zu package util-linux:
------------------------------------
Repository: SLES12-SP1-Updates
Name: util-linux
Version: 2.25-32.4
Architektur: x86_64 Keep in mind, if you make use of an evaluation Version you have 60 Days for testing, and you're able to activate the Online Repositories. If you're System is already registered and not already done activate the following Online Repositories in Yast and you should be golden.
Kind regards |
@BerndHelber thanks! Can you give me the exact commands to add SDK and SLE-SDK12-SP1-Updates to a sles system? I would like to give them to users of our installer. |
Firstly register your System at Suse Customer Center. Or, if you have an SMT Server add the System to your SMT Server, or SuSE Manager System. Keep in mind that SuSE auto generates unique Repository URL's for your System. Kind regards |
thanks! |
@ktsaou I will look up all the SUSE related commands for adding these repositories with Yast and add this to the documentation tonight. |
SLES12 and instructions for repositories are confusing, I think I added the correct relevant information to the wiki, but it doesn't explain how to install the above repositories, just what is needed (Registered System or the DVD). I'm going to go ahead and add a link from the installation wiki back to hear, but this can be closed now. |
ok thanks! |
Hi, i Have:
SUSE Linux Enterprise Server 12 SP1, Linux 3.12.62-60.64.8-default
when i execute "curl -Ss 'https://raw.githubusercontent.com/firehol/netdata-demo-site/master/install-required-package
I install all dependencies manually, but when i execute netdata_instaler.sh
if i use --libs-are-really-here:
BUT!
uuid.h exist! , they are in /usr/include/linux/uuid.h
¿How to resolve this?
A lot of thanks
The text was updated successfully, but these errors were encountered: