zoukankan      html  css  js  c++  java
  • ubuntu server 10.04 LTS(64位)装不了花生壳的解决方法

    到http://www.oray.com/peanuthull/download.php下载花生壳动态域名Linux 1.0
    以phlinux10all.tar.gz压缩包的形式提供
    tav xzvf phlinux10all.tar.gz
    cd phlinux10all
    cd phlinux_package/
    tar xzvf phlinux-1.1-install.ubuntu.8.04.tar.gz
    cd phlinux_install/
    sudo chmod +x  install.sh
    sudo  ./install.sh

    这一步之后出现错误:

    Making directory /usr/local/phlinux...
    Copying data...
    Runing phlinux for first configuration...
    ./install.sh: 10: /usr/local/phlinux/phlinux: not found

    一查发现是64位的系统装不了花生壳

    方法:

    用打开系统支持32位的程序的方法来运行花生壳。具体操作如下:

    sudo apt-get install ia32-libs

    之后一切顺利

    接下来显示:

    Runing phlinux for first configuration...
    Peanuthull Linux-core 1.0 by oray.net, copyright 2005
    No user configuration found, entering interactive mode automatically!
    Peanuthull Linux-core Interactive startup.
    Please input service address(press ENTER use phservice.oray.net):
    输入花生壳服务器地址,直接回车 (此处直接回车就行了)
    Please input server address(press ENTER use PH031.Oray.Net):
    此处提示输入你的花生护照登陆名
    Please input username(press ENTER use ):
    此处提供输入花生护照登陆密码
    Please input password:
    系统提示是否保存设置文件,在这里输入yes回车.
    Save to configuration file (/etc/phlinux.conf)?(yes/no):
    以上操作完成,系统将自动登录花生壳服务器
     
  • 相关阅读:
    iOS TTF文件改变字体
    iOS CoreAnimation 核心动画
    iOS no visible @interface for 'UIButton' declares the selector errors
    iOS 如何通过CocoaPods添加第三方框架
    iOS AVAudioPlayer播放音乐
    iOS 一些常用代码的总结
    iOS 基础
    qworker 实例
    delphi RTTI 反射技术
    delphi IOUtils单元 处理文件路径相关
  • 原文地址:https://www.cnblogs.com/ylan2009/p/2363935.html
Copyright © 2011-2022 走看看