在cUrl php amazon linux中安装libssh

时间:2017-11-22 19:51:19

标签: php linux curl amazon

尝试在PHP中使用cUrl配置安装libSSH几天后,有人可以帮我解决这个问题吗?

at left is the current configuration, at right is how it should be 在尝试了大部分的互联网教程后,这是我到目前为止唯一安装的东西,但这不是我需要的东西。

sshlib that Installed

1 个答案:

答案 0 :(得分:0)

尝试:

import java.util.*;
class myStackReverse<E> extends Stack<E> {
    public String toStringReverse() {
        Stack<E> origStack = (Stack)this.clone();
        Stack<E> revStack = new Stack<E>();
        while (!origStack.isEmpty()) {
            revStack.add(origStack.pop());
        }
        return revStack.toString();
    }
}