The make on AIX toolbox is gmake only.
Also from output of lslpp you can see following libraries are installed
/usr/lib/libssl.a
/usr/lib/libcrypto.a
Original Message:
Sent: 4/10/2024 9:08:00 AM
From: Karur Vysya Limited
Subject: RE: Planning to implement Host monitoring agent in AIX server
Hi Sanket,
They required the gmake package only not make package could you please check and suggest the same.
root@CHAOSDB1:/#rpm -qa | grep -i libpcap*
libpcap-devel-1.10.1-1.ppc
libpcap-1.10.1-1.ppc
root@CHAOSDB1:/#
root@CHAOSDB1:/#rpm -qa | grep -i make
make-4.4.1-1.ppc
root@CHAOSDB1:/#
root@CHAOSDB1:/#lslpp -l|grep openssl
openssl.base 3.0.10.1001 COMMITTED Open Secure Socket Layer
openssl.license 3.0.10.1001 COMMITTED Open Secure Socket License
openssl.man.en_US 3.0.10.1001 COMMITTED Open Secure Socket Layer
openssl.base 3.0.10.1001 COMMITTED Open Secure Socket Layer
root@CHAOSDB1:/#
root@CHAOSDB1:/#lslpp -f openssl.base|grep -E "crypto|libssl"
/usr/lib/libcrypto.a.min
/usr/include/openssl/cryptoerr.h
/usr/lib/libssl.a
/usr/lib/pkgconfig/libcrypto.pc
/usr/include/openssl/cryptoerr_legacy.h
/usr/lib/libcrypto.a
/usr/lib/pkgconfig/libssl.pc
/usr/include/openssl/crypto.h
root@CHAOSDB1:/#
- Ensure that gmake is installed for AIX database servers.
For other Unix database server types (Linux, Unix, or Solaris), ensure that make is installed. This is required for the Host Monitor Agent to run successfully.
- If a network firewall is present, allow communication on port range 2050 - 5200.
This is required for communication between the database server and the Database Firewall.
------------------------------
Karur Vysya Limited
------------------------------
Original Message:
Sent: Wed April 10, 2024 08:59 AM
From: SANKET RATHI
Subject: Planning to implement Host monitoring agent in AIX server
Can you please provide more information about these packages ?
I can see most of them are already on AIX or on AIX toolbox. The one not available are very rare packages and we have not seen any dependencies of those in other packages.
Please confirm if really needed.
But I feel there is some confusion and list is not correct.
libcap – What is this one? I can see one libcap for Linux to provide POSIX1.e compatibility. Not sure if this should be a dependency for any package. Please confirm if this is correct package.
Libpcap – Available both on AIX natively and from AIX toolbox
Openssl – Available on AIX natively and used by AIX toolbox packages
g++ - Available on AIX toolbox
lcap – What is this ? I think this is same libcap but when we provide for to compiler/linker we use -lcap
lssl – I think this is libssl available on AIX
lcrypto – I think this is libcrypto available on AIX
lnsl – Please confirm what is this library and if you really need this.
libssl – Available on AIX
libcrypto – Available on AIX
gmake – Available on AIX toolbox
libpcap libpcap-devel – Available on AIX toolbox
libcap libcap-devel – Same as first one. Please confirm if this is needed?
openssl openssl-devel – Everything related to openssl present in AIX base with openssl.base package in AIX.
------------------------------
SANKET RATHI
Original Message:
Sent: Thu April 04, 2024 04:46 AM
From: Karur Vysya Limited
Subject: Planning to implement Host monitoring agent in AIX server
Hi All,
In our environment we are planning to implement the host monitoring agent in AIX server, in these requirement the vendor needed the below pre-requites packages are needed to be installed in AIX server.
libpcap
libpcap-devel
gmake
lcap
lssl
lcrypto
lnsl
libssl
libcrypto
The above packages are not able to get in AIX toolbox any suggestion to get these packages, it will help for us.Regards,
Regards,
Lakshmanan N
------------------------------
Karur Vysya Limited
------------------------------