10.4 C
New York
Tuesday, April 1, 2025

terminal – Attempting to to put in symas for openldap on an M3 Mac operating Arm64 Rocky Linux 9 offers an error


First, we are going to set up the packages onto VM1 with

sudo wget https://repo.symas.com/configs/SOFL/rhel8/sofl.repo -O /and many others/yum.repos.d/sofl.repo:

[bill@target ~]$ sudo wget https://repo.symas.com/configs/SOFL/rhel8/sofl.repo -O /and many others/yum.repos.d/sofl.repo
--2025-03-26 14:09:26--  https://repo.symas.com/configs/SOFL/rhel8/sofl.repo
Resolving repo.symas.com (repo.symas.com)... 192.241.155.167
Connecting to repo.symas.com (repo.symas.com)|192.241.155.167|:443... related.
HTTP request despatched, awaiting response... 200 OK
Size: 197
Saving to: ‘sofl.repo.2’

sofl.repo.2                             100%[=============================================================================>]     197  --.-KB/s    in 0s      

2025-03-26 14:09:26 (119 MB/s) - ‘sofl.repo.2’ saved [197/197]

Replace the package deal cache with

sudo dnf check-update
[bill@target ~]$ sudo dnf check-update
Rocky Linux 9 - BaseOS                                                                                                         12 kB/s | 4.1 kB     00:00    
Rocky Linux 9 - AppStream                                                                                                      19 kB/s | 4.5 kB     00:00    
Rocky Linux 9 - Extras                                                                                                         12 kB/s | 2.9 kB     00:00    
Symas OpenLDAP for Linux RPM repository                                                                                        42 kB/s |  35 kB     00:00    

bpftool.aarch64                                                           7.4.0-503.33.1.el9_5                                                       baseos   
kernel.aarch64                                                            5.14.0-503.33.1.el9_5                                                      baseos   
kernel-core.aarch64                                                       5.14.0-503.33.1.el9_5                                                      baseos   
kernel-devel.aarch64                                                      5.14.0-503.33.1.el9_5                                                      appstream
kernel-headers.aarch64                                                    5.14.0-503.33.1.el9_5                                                      appstream
kernel-modules.aarch64                                                    5.14.0-503.33.1.el9_5                                                      baseos   
kernel-modules-core.aarch64                                               5.14.0-503.33.1.el9_5                                                      baseos   
kernel-tools.aarch64                                                      5.14.0-503.33.1.el9_5                                                      baseos   
kernel-tools-libs.aarch64                                                 5.14.0-503.33.1.el9_5                                                      baseos   
libxslt.aarch64                                                           1.1.34-9.el9_5.1                                                           appstream
passt.aarch64                                                             0^20240806.gee36266-7.el9_5                                                appstream
passt-selinux.noarch                                                      0^20240806.gee36266-7.el9_5                                                appstream
python3-perf.aarch64                                                      5.14.0-503.33.1.el9_5                                                      baseos

2. Set up LDAP packages

We are going to make use of the next LDAP packages

  1. openldap
  2. openldap-clients
  3. openldap-servers
  4. nss-pam-ldapd
  5. mod_ldap

[!TIP]

Server instructions begin with slap

Consumer instructions begin with ldap

Then set up the packages with

sudo dnf set up -y symas-openldap-clients symas-openldap-servers oddjob-mkhomedir

This does not work on mac so left at nighttime, the error is

Final metadata expiration verify: 0:07:21 in the past on Thu 27 Mar 2025 08:27:37 CET.
Error: 
 Drawback 1: can not set up the most effective candidate for the job
  - package deal symas-openldap-clients-2.4.59-1.el8.x86_64 from sofl doesn't have a appropriate structure
  - nothing gives libc.so.6(GLIBC_2.14)(64bit) wanted by symas-openldap-clients-2.4.59-1.el8.x86_64 from sofl
  - nothing gives symas-openldap(x86-64) = 2.4.59-1.el8 wanted by symas-openldap-clients-2.4.59-1.el8.x86_64 from sofl
 Drawback 2: can not set up the most effective candidate for the job
  - package deal symas-openldap-servers-2.4.59-1.el8.x86_64 from sofl doesn't have a appropriate structure
  - nothing gives libc.so.6(GLIBC_2.14)(64bit) wanted by symas-openldap-servers-2.4.59-1.el8.x86_64 from sofl
  - nothing gives libpthread.so.0(GLIBC_2.2.5)(64bit) wanted by symas-openldap-servers-2.4.59-1.el8.x86_64 from sofl
  - nothing gives libpthread.so.0(GLIBC_2.3.2)(64bit) wanted by symas-openldap-servers-2.4.59-1.el8.x86_64 from sofl
  - nothing gives libperl.so.5.26()(64bit) wanted by symas-openldap-servers-2.4.59-1.el8.x86_64 from sofl
  - nothing gives libpthread.so.0(GLIBC_2.12)(64bit) wanted by symas-openldap-servers-2.4.59-1.el8.x86_64 from sofl
  - nothing gives symas-openldap(x86-64) = 2.4.59-1.el8 wanted by symas-openldap-servers-2.4.59-1.el8.x86_64 from sofl
(attempt to add '--skip-broken' to skip uninstallable packages or '--nobest' to make use of not solely greatest candidate packages)

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles