Hi,
I was trying to install Openser with RLS support, I got an error message,
*In file included from notify.h:31, from hash.c:37: presentity.h:36:27: libxml/parser.h: No such file or directory make[1]: *** [hash.o] Error 1 make[1]: Leaving directory `/home/nthattil/openser-1.3.x/modules/presence' make: *** [modules] Error 2 * I had installed libxml2 already, * libxml2.so.2 libxml2.so.2.6.27*
the above modules are present in folder /usr/lib/
I am using the machine,
*Linux version 2.6.18 (gcc version 3.3.5 (Debian 1:3.3.5-13)) #1 SMP Thu Jul 26 01:27:32 EDT 2007 * I edited the Makefile and updated the line as follows,
*exclude_modules?= jabber cpl-c postgres osp unixodbc \ avp_radius auth_radius group_radius uri_radius xmpp \ presence_xml presence_mwi pua_bla pua_mi \ pua_usrloc pua_xmpp mi_xmlrpc perl snmpstats perlvdb \ ldap carrierroute h350 xcap_client db_berkeley seas *
I gave command
prompt$ *make all*
for compiling. I am getting the error message as shown above.
Please mail me if I am missing something..
On Thursday 17 January 2008 10:54:49 Noble Antony T wrote:
Hi,
I was trying to install Openser with RLS support, I got an error message,
*In file included from notify.h:31, from hash.c:37: presentity.h:36:27: libxml/parser.h: No such file or directory make[1]: *** [hash.o] Error 1 make[1]: Leaving directory `/home/nthattil/openser-1.3.x/modules/presence' make: *** [modules] Error 2
I had installed libxml2 already,
And libxml2-dev?
PD: Please, avoid using HTML in mails, it makes very very ugly reading it.
On Thursday 17 January 2008, Noble Antony T wrote:
Hi,
I was trying to install Openser with RLS support, I got an error message,
*In file included from notify.h:31, from hash.c:37: presentity.h:36:27: libxml/parser.h: No such file or directory make[1]: *** [hash.o] Error 1 make[1]: Leaving directory `/home/nthattil/openser-1.3.x/modules/presence' make: *** [modules] Error 2
I had installed libxml2 already,
libxml2.so.2 libxml2.so.2.6.27*
the above modules are present in folder /usr/lib/
Hi Noble Antony,
please check if you have also installed the development headers, libxml2-dev. They get installed in /usr/include/..
Cheers,
Henning