in reply to Re^4: SOAP/RPC - whats the latest?
in thread SOAP/RPC - whats the latest?

That's it :) You could add the others but Apache2 and Perl can easily handle webservices.

Jason L. Froebe

Help find a cure for breast cancer! Net proceeds benefit the Susan G. Komen Breast Cancer Foundation and the National Philanthropic Trust. Help by donating - I'm walking 60 miles in 3 days in August 2007. (The day I return from TechWave is the first day of the Walk).

Blog, Tech Blog

Replies are listed 'Best First'.
Re^6: SOAP/RPC - whats the latest?
by ethrbunny (Monk) on Jul 25, 2007 at 20:27 UTC
    Ive been poking at this a bit of late: am having troubles getting the @INC setup correctly. If i run your samples as-is Im told that Apache2::Request can't be found. If I add its locale using 'use lib' I get a strange one "Request/Request.so: undefined symbol: Perl_Tstack_sp_ptr"

    Apache2::Request is up-to-date on the system. Its not in the @INC though.

    I also tried using 'PerlSetEnv PERL5Lib <path>' in httpd.conf to no avail.

    EDIT: twiddled the 'use lib' down to one extra path: now I get the same error from a different module:
    Starting httpd: /usr/sbin/httpd: symbol lookup error: /usr/lib/perl5/s +ite_perl/5.8.5/i386-linux-thread-multi/auto/ModPerl/Util/Util.so: und +efined symbol: Perl_Tstack_sp_ptr