Error on install/launch DatapipeAuth client

Issues related to applications and software problems
Post Reply
ladjack
Posts: 2
Joined: 2015/02/25 21:02:33

Error on install/launch DatapipeAuth client

Post by ladjack » 2015/02/25 21:12:07

Hello,

Can't launch DatapipeAuth client. Every time I run it by:

Code: Select all

# ./DatapipAuth
it gives me that:

Code: Select all

QGtkStyle was unable to detect the current GTK+ theme.
Qt: Session management error: None of the authentication protocols specified are supported
./DatapipeAuth: symbol lookup error: ./DatapipeAuth: undefined symbol: _ZN9QListData11detach_growEPii
In readme file which packed with installer archive - they say it require these:

1) QT4 Libraries
2) Standard C++ 6.0 Runtime

Which I believe already installed in my cos 6.6:

Code: Select all

root@ash:~# yum list installed | grep qt
ibus-qt.x86_64         1.3.0-2.el6      @anaconda-CentOS-201410241409.x86_64/6.6
libqtxdg.x86_64        0.5.2-13.el6     @epel                                   
libqtxdg-devel.x86_64  0.5.2-13.el6     @epel                                   
qt.x86_64              1:4.6.2-28.el6_5 @anaconda-CentOS-201410241409.x86_64/6.6
qt-devel.x86_64        1:4.6.2-28.el6_5 @base                                   
qt-sqlite.x86_64       1:4.6.2-28.el6_5 @anaconda-CentOS-201410241409.x86_64/6.6
qt-x11.x86_64          1:4.6.2-28.el6_5 @anaconda-CentOS-201410241409.x86_64/6.6
qt3.x86_64             3.3.8b-30.el6    @anaconda-CentOS-201410241409.x86_64/6.6
qt3-devel.x86_64       3.3.8b-30.el6    @base                                   
qt5-qtbase.x86_64      5.4.0-4.el6      @epel                                   
qt5-qtbase-devel.x86_64
qt5-qtbase-gui.x86_64  5.4.0-4.el6      @epel                                   
root@ash:~# yum list installed | grep c++
gcc-c++.x86_64         4.4.7-11.el6     @base                                   
libsigc++20.x86_64     2.2.4.2-1.el6    @base                                   
libstdc++.x86_64       4.4.7-11.el6     @anaconda-CentOS-201410241409.x86_64/6.6
libstdc++-devel.x86_64 4.4.7-11.el6     @base    
Also there is no rpm for rhl based system, just a bunch of files you have to copy to /usr/local dir.
I have no idea where shall I look at. Any ideas would be very much welcome.

Thanks,
Eugene

ladjack
Posts: 2
Joined: 2015/02/25 21:02:33

Re: Error on install/launch DatapipeAuth client

Post by ladjack » 2015/03/01 10:45:52

Never mind. Ended up moving VPN authentication routine outside of VM to the host OS. Now it works fine with transparent tunnelling enabled. Guess the thread could be closed... :roll:

Post Reply