Subject: Re: Install PonderosaClient
From: woonghee_lee
Date: Jul 13, 2016

Previous: 1137 Next: 1140


Would you follow these steps?
1. Reboot - This may help... Or open a new terminal window.

2. In the terminal,
$ PonderosaClient

3. If it does not work,
$ ld /usr/local/bin/PonderosaClient
and see what it looks for. If qt libraries are not recognized, what you can do is,

4. Find qt libraries
$ locate libQtGui.so
-check the directory

$ export LD_LIBRARY_PATH=the directory you found:$LD_LIBRARY_PATH
$ PonderosaClient

Theoretically, this should solve the problem.
FYI, I tested and it runs okay on CentOS 6.8 and I compile the program in CentOS 5.11.