Hey Michael, I think the reason you are getting this error is because apache is not able to locate and load one of you libraries. Try this:
copy all ur shared libraries in to the /usr/lib (or /usr/lib64 ) folder and try ur test with apache again. If that solves ur problem, you may need to modify ur ld.so.conf file to add the location of ur library files to tell apache where to look for the library files that it needs. Subra On 10/31/07, Michael Sutter <[EMAIL PROTECTED]> wrote: > > Hello list, > > I have a problem with a service running in the apache webserver. > When I run the service with the axis simple server everything works > fine. But when I run it inside apache I always get: > > raw_xml_in_out_msg_recv.c(109) Impl object for service 'DAQStatus' not > set in message receiver. 100 :: Failed in creating DLL > > When I understand the message right the service can't get the input > correct. Am I right? Does anybody know why this could occur and why only > in apache? > > The input is only a string - the output is a compley datatype containing > 6 boolean and 6 int variables. > > Kind Regards > Michael > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
