Search found 6 matches

by groggi
Fri Aug 05, 2005 12:32 am
Forum: RMA for UNIX
Topic: Shell Script Test not working on Solaris 9
Replies: 11
Views: 37895

Hi Alex,

This seams to work now.

However I will drop an email request for the source code of 1.20.

Thanks
Sven
by groggi
Thu Aug 04, 2005 2:58 pm
Forum: RMA for UNIX
Topic: Shell Script Test not working on Solaris 9
Replies: 11
Views: 37895

Hi Alex, Sorry - I dod not see that in the manual... Anyway: We have installed gcc 3.41: root@hs2pqman2-/usr/local/lib# pkginfo|grep gcc application SMCgcc342 gcc Since libgcc is included in gcc packages I think this should be enough. Would it be possible to use this newer version instead of install...
by groggi
Thu Aug 04, 2005 2:40 pm
Forum: RMA for UNIX
Topic: Shell Script Test not working on Solaris 9
Replies: 11
Views: 37895

I tried this but only get this error message:

ld.so.1: ./rma_s: fatal: libstdc++.so.4: open failed: No such file or directory
by groggi
Thu Aug 04, 2005 2:09 pm
Forum: RMA for UNIX
Topic: Shell Script Test not working on Solaris 9
Replies: 11
Views: 37895

I downloaded this but the executable binary file "rma" is missing.
Do I have to compile bymyself or what is the actual application binary?
by groggi
Thu Aug 04, 2005 2:00 pm
Forum: RMA for UNIX
Topic: Shell Script Test not working on Solaris 9
Replies: 11
Views: 37895

We have solaris 9 on SPARC machines.

Which is the current rma to use on this platform? Where can we get it from?
by groggi
Wed Aug 03, 2005 2:32 pm
Forum: RMA for UNIX
Topic: Shell Script Test not working on Solaris 9
Replies: 11
Views: 37895

Shell Script Test not working on Solaris 9

I tried all the sample scripts provided but they all fail with: Agent error: Cannot read data Then I wrote a HelloWorld script like this: #!/bin/sh echo "scriptres:Ok:HelloWorld" This one works fine: - Status: Ok - Reply: HelloWorld I already checked the timeout issue but since timeout is ...