[Mod_transform] Apache error - undefined symbol: _xmlParserInputBufferCreateFilename

Edward Rudd urkle at outoforder.cc
Sat Apr 2 01:13:12 EST 2005


On Fri, 2005-04-01 at 20:21, Frank Gruman wrote:
> I just loaded mod_transform 0.6.0 on my way to installing mod_svn_view, 
> and ran into an error when restarting my Apache engine.
> The error reads:
>        Syntax error on line 271 of /usr/local/apache2/conf/httpd.conf:
>        Cannot load /usr/local/modules/mod_transform.so into server: 
> /usr/local/apache2/modules/mod_transform.so: undefined symbol: 
> _xmlParserInputBufferCreateFilename


It looks like it maybe failing to load libxml2.  try running "ldd" on
the mod_transform.so lib (ldd /path/to/mod_transform.so) and make sure
it's linked to libxml2.  Or try preloading libxml2 in the apache
configuration by putting this configuration line before the LoadModule
line for mod_transform.so

LoadFile /path/to/libxml2.so

also run the "nm" program on your libxml2.so and make sure it actually
has that symbol.

> The mod_transform.so file generated itself successfully in the right 
> place, so I thought it was all good.
> 
> When I went back to the 'Make Install' screen spool, I found a warning 
> in the output.  That warning is:
>        Warning! dlname not found in 
> /usr/local/apache2/modules/mod_transform.so.
> And I got it right after the script was copying to my Apache modules 
> directory.

that particular error can be ignored, it's a libtool warning because
it's expecting a standard library, not a module.

> I tried to google for it, but got no help.  Any help provided here would 
> be appreciated.
> 
> General breakdown of system:
> SUSE Enterprise Server 9
> P3 600MHz
> 512 MB RAM
> Subversion - 1.1.3
> Apache - 2.0.53
> Perl - 5.8.3
> Python - 2.3.3
> Libxml2 - 2.6.18
> Libxslt - 1.1.13
> Not sure what else you would need.

-- 
Edward Rudd <urkle at outoforder.cc>
Website http://www.outoforder.cc/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.outoforder.cc/pipermail/mod_transform/attachments/20050402/c4de5e80/attachment.bin


More information about the Mod_transform mailing list