Re: [xml] libxml2mod.so: Symbol not found: _xmlTextReaderByteConsumed



On Sun, May 08, 2005 at 03:01:15PM +0200, Marc Petitmermet wrote:
Traceback (most recent call last):
  File "./check-relaxng-test-suite.py", line 8, in ?
    import libxml2
  File "python/libxml2.py", line 1, in ?
    import libxml2mod
ImportError: dlopen(/Sources/libxml2-2.6.19/python/.libs/ 
libxml2mod.so, 2): Symbol not found: _xmlTextReaderByteConsumed
  Referenced from: /Sources/libxml2-2.6.19/python/.libs/libxml2mod.so
  Expected in: flat namespace

[...]
does anybody know how this problem can be fixed? thanks in advance  
for any tips.

  I bet libxml2mod.so referece the libxml2 shared library, and you are
fetching the one coming from the system which is older and misses some
symbols expected from 2.6.19.
  How to fix it, I dunno, simplest would be to update the system libraries
but I have no idea how to do this on MacOSx

Daniel

-- 
Daniel Veillard      | Red Hat Desktop team http://redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]