Re: Shared object "libexpat.so.0" not found...
Steve McCarthy <[email protected]>
| Newsgroups | gmane.comp.windows.devel.soap.general |
|---|---|
| Message-ID | <[email protected]> |
Scott Runkel wrote: >I'm still trying to get all of the basic Perl headers set up to use SOAP::Lite. >I think I'm getting closer. I believe my client's site is hosted on freebsd 4.4 >running Apache. Currently, here's what I'm getting in my error log when I try to >run a test app called temp.pl from within the cgi-bin, via my browser: > >Can't load '/usr/local/lib/site_perl/auto/XML/Parser/Expat/Expat.so' for module >XML::Parser::Expat: Shared object "libexpat.so.0" not found at > Sounds very much like that machine does not have XML::Parser package correctly installed, or the perl installation is not configured to look for the required library in the right place. Part of installing XML::Parser is to compile and install a C-based shared library. It is the runtime loading of this shared library (i.e. very similar to a DLL in Windows) which is failing because it cannot be found in the expected location. Hope that helps, -Steve You can read messages from the SOAP archive, unsubscribe from SOAP, or subscribe to other DevelopMentor lists at http://discuss.develop.com.