> From: Thomas Thornbury [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 25, 2002 4:50 PM
>
> under Win2K.  I've recompiled the library under HPUX and created a .so

Shared libraries on HPUX use the .sl file type, not .so (at least HPUX 11,
though I believe all older versions as well).

Note also that they should be compiled PIC, which may requiring changing
the flags passed to the compiler.

> file.  Unfortunately SOAP can't find it.  I tried setting
> LC_LIBRARY_PATH and LIBRARYPATH in the environment, but once again I'm

Is this a typo?  The relevant environment variables are LD_LIBRARY_PATH (on
most all UNIX platforms), and SHLIB_PATH (on HPUX, which uses two
environment
variables for this purpose).

I'm not sure if any of these points actually relate to your problem.  You've
correctly concluded that getting the environment variables right under
Apache
(or any other web server) can be a pain.  But these points stood out in your
message as other possible problems.

Gary

====================================================================
                  Ready-to-Run Software, Inc.
              The Industry's Leading Provider of
              Cross-Platform and Porting Services
                 *****************************
email: [EMAIL PROTECTED]                 Gary Feldman
fax  : 1-978-692-5401              Ready-to-Run Software, Inc.
voice: 1-978-251-5431              11 School Street
www  : http://www.rtr.com          North Chelmsford, MA 01863
                                                     USA

Reply via email to