尝试在服务器列表中连接并执行一些命令,此脚本不执行第二步(AIX) SO=uname -s 对于$(cat maq) do中的服务器 case $SO in
Linux)
echo "Connecting in $server"
ssh $server
echo "my system is $SO"
"exit"
;;
AIX)
echo "Connecting in $server"
ssh $server
echo "my system is $S
所以这应该很简单,但我只是想看看我是否做对了。
我正在尝试找出在AIX机器上安装了什么版本的xlC编译器。
我尝试了编译器不支持的xlC -v/xlc --版本。
我试过lslpp -L | grep xlC
我得到了以下输出,但它让我感到困惑(相对来说,我是UNIX世界的新手)
xlC.adt.include 8.0.0.0 C F C Set ++ Application
xlC.aix50.rte 8.0.0.0 C F C Set ++ Runtime for AIX 5.0
xlC.c
我希望在AIX上编译proftpd,使它可以在其他服务器上部署,而不必在每个服务器上重新安装所有gnu库。
我已经设法编译它的动态,但我不能设法使它编译的选项
LDFLAG="-Wl,-static"
比如官方的proftpd文档中的建议。
这是我得到的config.log错误
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by conf
我正在使用Python3.8和Pip 3.8
我似乎无法使用pip安装某些模块。例如,当试图安装keras模块时:
(venv) C:\Users\Spencer Pruitt\PycharmProjects\MNIST Analyzer>pip install keras
Collecting keras
Using cached https://files.pythonhosted.org/packages/ad/fd/6bfe87920d7f4fd475acd28500a42482b6b84479832bdc0fe9e589a60ceb/Keras-2.3.1-py2.py3-