-
Indeed there is. I wrote a service i want to use with staf, but if I compile that service on its own, the precompiled staf wont start with my library included. Tells something about missing symbolic links.
2009-07-10 18:51:55 UTC in SW Test Automation Framework
-
now i built openssl myself and building of staf went well, but after installing staf on the machine and trying to start it, staf says:
ld.so.1: STAFProc: fatal: libSTAF.so: open failed: No such file or directory
Never had that problem, when installing staf on Linux ...
2009-07-10 11:29:49 UTC in SW Test Automation Framework
-
1. 3.3.3
2. Sparc
3. gcc 3.4.3
4. I am using an OpenSSL i found on that machine. the 0.9.8 files are available. The make script said, they are not, but i made sure that they are and deleted the checking code in the makefile cause i couldnt find out, why the script kept saying, that they are not.
2009-07-10 06:09:26 UTC in SW Test Automation Framework
-
Hi there,
after compiling STAF for my Linuxmachines, i try to compile it for solaris, but the compilation stops when it tries to compile the file STAFTCPConnProvider.o ... Errormessage is:
*** Compiling STAFTCPConnProvider.o ***
/export/home/fmurmann/STAFBuild/src/staf/connproviders/tcp/STAFTCPConnProvider.cpp: In function `unsigned int VerifyCertificateHostname(X509*, STAFString)'...
2009-07-09 09:48:26 UTC in SW Test Automation Framework
-
Using the AMD 64-bit executables works. Thanks again for your help.
2009-06-24 11:33:29 UTC in SW Test Automation Framework
-
You are right. uname tells me, that the machine is 64-bit.So I will install the 64-bit version of STAF tomorrow, cause now its time for sleep. Thank you very much for your help.
2009-06-23 21:14:02 UTC in SW Test Automation Framework
-
ldd libSTAFDeviceService.so says
libpthread.so.0 => /lib64/libpthread.so.0 (0x00002ba2d1734000)
libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00002ba2d184d000)
libdl.so.2 => /lib64/libdl.so.2 (0x00002ba2d1986000)
libSTAF.so => not found
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00002ba2d1a8b000)
libm.so.6 =>...
2009-06-23 20:57:56 UTC in SW Test Automation Framework
-
Maybe I got you wrong but I compiled the service with OS_NAME=linux set and the install.properties file of STAF says:
version=3.3.3
platform=linux
architecture=32-bit
installer=STAFInst
file=STAF333-linux.tar
osname=Linux
osversion=*
osarch=x86
So everything should be fine but it is not.
2009-06-23 20:38:55 UTC in SW Test Automation Framework
-
Thank you for the hint. I eliminated the problems and got the file compiled. But now there is a new problem. If I try to register the service by inserting
SERVICE CSample LIBRARY STAFDeviceService
into the STAF.cfg file like the manual says I get the error
Caught STAFException
Name : STAFException
Location ...
2009-06-23 20:06:40 UTC in SW Test Automation Framework
-
I'm working on a SUSE Linux 10 System and I try to build staf for Linux. At first I set the required environment variables and executed
make PROJECTS=staf
from the staf-root. The errormessages are as following. Do I understand right, that I have to build the complete staf even if I just want to build an external service?
Output from make...
2009-06-23 18:19:35 UTC in SW Test Automation Framework