Hi I am trying to run my program (that uses libxml2) on embedded target system and i get following error:
Kangaroo# ../xml/tparser ../xml/tparser: /lib/libc.so.6: version `GLIBC_2.4' not found (required by ../xml/tparser) ../xml/tparser: /lib/libc.so.6: version `GLIBC_2.4' not found (required by /usr/lib/libxml2.so.2) The target system has libc-2.3.2.so installed and I am not able change that so I would either configure libxml2 to use libc-2.3.2 or if this is not possible use some older version of libc-2.3.2. Please tell me how to set up libxml2. My host environment is Ubuntu 7.04 and GCC 4.1.2 and i'm trying with libxml2-2.6.29. Best regards Ilija _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
