zoukankan      html  css  js  c++  java
  • linux安装svn客户端

    使用centos6.5连接winodw7客户端发现问题

    # yum install subversion
    
    # svn checkout https://10.0.0.78/svn/trader
    # svn: 方法 OPTIONS 失败于“ https://10.0.0.78/svn/trader: SSL handshake failed: SSL 错误:Key usage violation in certificate has been detected. ( https://10.0.0.78)

    安装方法参考:https://my.oschina.net/lenglingx/blog/684614

    安装中过程遇到问题:

    问题1:

    svn error:Subversion requires SQLite

    解决方法:

    # wget http://www.sqlite.org/sqlite-amalgamation-3.6.13.tar.gz
    # tar zxvf sqlite-amalgamation-3.6.13.tar.gz
    # ls
    # cp -rf sqlite-3.6.13 subversion-1.6.6/sqlite-amalgamation

    问题2:

    /usr/bin/ld: cannot find -lexpat
    collect2: ld returned 1 exit status
    make: *** [subversion/svn/svn] Error 1 

    解决方法:

    # yum -y install expat expat-devel

     

  • 相关阅读:
    Bluedroid介绍
    Android蓝牙介绍
    Android Bluetooth抓包
    Bluetooth LMP介绍
    Bluetooth Baseband介绍
    Bluetooth SDP介绍
    Bluetooth HFP介绍
    Bluetooth RFCOMM介绍
    Bluetooth L2CAP介绍
    Windows开发
  • 原文地址:https://www.cnblogs.com/lixingbaophp/p/6206314.html
Copyright © 2011-2022 走看看