PDA

View Full Version : Getting started under SuSE11.0


Marc Chamberlin
29-Jan-2010, 09:55 PM
I seem unable to locate any special instructions for installing Beyond Compare under SuSE 11.0 so not sure what is expected of me at this point. I downloaded the rpm version and installed it with YaST as I usually do for rpm files. This added a new menu item for launching the program but when I do, it seems to try to start then silently fails. Nothing happens. I am running this under KDE3 and do have X11 support.

I wonder if there is an evaluation time period or do I have to purchase a license straight away without being able to test it first to see if it will be suitable? If so, where do I find instructions on how to install the license and configure Beyond Compare?

Marc..

Craig
30-Jan-2010, 06:43 AM
Hi Marc,

We don't expect you to pay for BC without trying it out. This is probably a problem with one of the shared libraries. Try running it from a console and see if it gives any output.

Marc Chamberlin
30-Jan-2010, 11:31 AM
marc@marcslaptop:~> bcompare
Runtime error 230 at 0808565D


Thats all that happens.... Marc..

David
10-Feb-2010, 04:47 PM
Marc,

The "Runtime error 230 at 0808565D" is consistent with a shared library problem.

'bcompare' that you run is a shell script that loads the location of the libqtc.so.1 library and the calls the binary (BCompare). With a rpm install the actual binary should be in /usr/lib/beyondcompare.

To check the shared libraries, from a command prompt, could you please try

>> ldd /usr/lib/beyondcompare/BCompare

This will give a listing of all the shared libraries needed and which ones are not found. Doing this externally you should see libqtc.so.1 as not found. This is expected but you can check that libqtc.so.1 is in /usr/lib/beyondcompare just to be sure.

Thanks

David