I'm a new user of the SYNERGY perl module. I've been using SYNERGY for a number of years and have written a number of process automation scripts to assist. I'm trying to adapt my scripts to use the SYNERGY perl module but am unable to establish a client connection using the module. Everything is good starting a client or running a script without using the SYNERGY perl module.
Configuration.
* SYNERGY/CM 6.4-SP1-02
* Client: Fedora Core 3
* Server: Solaria 9
* Perl: 5.8.5
* VCS::CMSynergy 1.28
VCS-CMSynergy module setup.
There were no errors with:
* perl Makefile.PL
* make
* make install
There are errors with the:
* make test
The make test tries to start a SYNERGY session and I receive the following error:
* VCS::CMSynergy::_start: Warning: Engine startup failed.
Any help is much appreciated.