In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
On the left above is my personal Wechat. For further communication, please add Wechat. On the right is my official account "Openstack Private Cloud". If you are interested, please follow us.
To meet the needs of a host reinforcement project, you need to install openssh7.8 on the test environment AIX6.1. Because there is no AIX CD-ROM drive and no installation disk, you can only find the relevant lib package to download and upload to the server. It is a bit messy. Record the memo.
I mainly refer to this web blog:
Https://blog.csdn.net/sanmao456/article/details/78432505
After the installation of AIX6.1, there is no gcc compilation environment by default, so you can only install the gcc compilation environment first, find a big circle on the Internet, and finally find all the installation packages. The relevant download address is recorded as follows:
Https://www.ibm.com/developerworks/aix/library/aix-toolbox/alpha.html#L
Downloaded related packages for gcc, including dependency packages:
Bash-4.4-3.aix6.1.ppc.rpm libmpc-devel-1.0.3-1.aix6.1.ppc.rpm
Bash-doc-4.3.30-1.aix6.1.ppc.rpm libstdcplusplus-6.3.0-2.aix6.1.ppc.rpm
Gcc-6.3.0-2.aix6.1.ppc.rpm libstdcplusplus-devel-6.3.0-2.aix6.1.ppc.rpm
Gcc-cplusplus-6.3.0-2.aix6.1.ppc.rpm mpfr-3.1.2-3.aix6.1.ppc.rpm
Gcc-cpp-6.3.0-2.aix6.1.ppc.rpm mpfr-devel-3.1.2-3.aix6.1.ppc.rpm
Gmp-6.1.2-1.aix6.1.ppc.rpm ncurses-6.0p20160730-1.aix6.1.ppc.rpm
Gmp-devel-6.1.2-1.aix6.1.ppc.rpm
Info-6.4-1.aix6.1.ppc.rpm
Libgcc-6.3.0-2.aix6.1.ppc.rpm zlib-1.2.11-1.aix6.1.ppc.rpm
Libmpc-1.0.3-1.aix6.1.ppc.rpm zlib-devel-1.2.11-1.aix6.1.ppc.rpm
The download address of the package ncurses-6.0p20160730-1.aix6.1.ppc.rpm is:
Http://www.bullfreeware.com/affichage.php?id=2947
I put the above installation package on the "working backup" of Baidu network disk.
Install using the rpm installer:
Rpm-ivh installation package name
Note that sometimes two packages depend on each other, and then the two package names are written at the same time.
Found that the installation failed, there is a dependency, follow the prompts to download and install the corresponding installation package. Simple such a sentence, contains how many bitter tears. It's too troublesome, but linux is easy to use.
Next, download the source program for openssh7.8, which was downloaded by my colleague, unzip it and enter it into the installation directory, and execute:
. / configure-prefix=/usr-sysconfdir=/etc/ssh-with-pam-with-ssl-dir=/usr/openssl-with-md5-passwords
Note that the above-prefix=/usr is the original ssh program installation directory, you can use which ssh to view the original ssh executable directory, my environment is in / usr/bin/ssh, therefore, the above configuration, the final make insall will directly overwrite the original version of ssh program.
Next:
Make
Make install
Finally, the installation is successful:
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.