Re: undefined symbol errors on loading a module that uses libxml2

2010-06-21 Thread Abhinav Upadhyay
alin vasile alinachegalati at yahoo.com writes: execute a ldd for /usr/lib/libxml2.so and see if all the dependecies are satisfied.   Post the entire LoadModule/LoadFile area, I'm not sure if the order matters. From: Abhinav Upadhyay abhinav at hover.inTo: dev at

undefined symbol errors on loading a module that uses libxml2

2010-06-20 Thread Abhinav Upadhyay
Hello everyone! I am writing an Apache 2.2 module that uses the libxml2 API. I have compiled the module using following commands: apxs -I /usr/include/libxml2/ -c mod_xmltest.c sudo apxs -n xmltest_module -i mod_xmltest.la and used the following LoadFile directive in httpd.conf LoadFile

Re: undefined symbol errors on loading a module that uses libxml2

2010-06-20 Thread alin vasile
execute a ldd for /usr/lib/libxml2.so and see if all the dependecies are satisfied. Post the entire LoadModule/LoadFile area, I'm not sure if the order matters. From: Abhinav Upadhyay abhi...@hover.in To: dev@httpd.apache.org Sent: Sun, June 20, 2010 7:56:23