polyguy - 2006-12-06

Hello Patrick,
              I am currently on a stage where I am able to create an xml file, I have displayScan.pl and plotSummon.cgi in cgi-bin directory. I am able to get a page with results(with target and modification score set to 0.9). But in this page I can not see the spectra, while looking at web server log it is showing me following error:
"...../plotSummon.cgi: error while loading shared libraries: librap.so.1: cannot open shared object file: No such file or directory,", so by running  "ldd plotSummon.cgi" I found that its missing. In my directory rap I have two library files (librap.so and librap.so.1.0) but not librap.so.1 .
Still I copied these two files to /usr/local/lib/ and tried running program it gives same error. Even I renamed one of them to librap.so.1 but didnt work.

Any Help is appreciated,

Thank You,
polyguy