Installing Pertino on OpenSuse
-
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.
-
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
-
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.10but 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)
-
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.