ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Installing Pertino on OpenSuse

    IT Discussion
    pertino sdn opensuse suse vpn linux
    1
    4
    2.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      zypper install libpcap

      Download the latest Pertino RPM package from here: http://reposerver.pertino.com/rpms/

      Then use zypper to install the downloaded package.

      Still missing on OpenSuse is libcrypto.so.10() b4bit. I am still looking for a source for this package. I am testing on OpenSuse 13.1.

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by scottalanmiller

        The current commands for the currently available RPM are:

        wget http://reposerver.pertino.com/rpms/pertino-330.4236-1.x86_64.rpm
        zypper install pertino-330.4236-1.x86_64.rpm
        
        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller
          last edited by scottalanmiller

          I can get the package to see the needed libraries:

          cd /lib64
          ln -s libssl.so.1.0.0 libssl.so.10
          ln -s libcrypto.so.1.0.0 libcrypto.so.10

          but after doing so I get the following error:

          ./.pauth -u ---------------- -p '----------------------'
          ./.pauth: /lib64/libssl.so.10: no version information available (required by ./.pauth)
          ./.pauth: /lib64/libcrypto.so.10: no version information available (required by ./.pauth)
          
          1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller
            last edited by scottalanmiller

            Here is the additional log info:

             #systemctl status pgateway.service
            pgateway.service - SYSV: The Pertino Client provides access to the Pertino Network.
               Loaded: loaded (/etc/init.d/pgateway)
               Active: failed (Result: exit-code) since Tue 2014-09-02 23:33:27 EDT; 3min 48s ago
              Process: 21792 ExecStart=/etc/init.d/pgateway start (code=exited, status=127)
            
            Sep 02 23:33:27 to-lnx-oc1 pgateway[21792]: /etc/init.d/pgateway: line 9: /etc/init.d/functions: No such file or directory
            Sep 02 23:33:27 to-lnx-oc1 pgateway[21792]: /etc/init.d/pgateway: line 12: .: /etc/sysconfig/network: is a directory
            Sep 02 23:33:27 to-lnx-oc1 pgateway[21792]: Starting pGateway: /etc/init.d/pgateway: line 25: daemon: command not found
            Sep 02 23:33:27 to-lnx-oc1 systemd[1]: pgateway.service: control process exited, code=exited status=127
            Sep 02 23:33:27 to-lnx-oc1 systemd[1]: Failed to start SYSV: The Pertino Client provides access to the Pertino Network..
            Sep 02 23:33:27 to-lnx-oc1 systemd[1]: Unit pgateway.service entered failed state.
            
            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post