Hi Purna,
We are using PCQLinux as I mentioned in my previous mail, unlike Debian this needs lots of dependencies to be resolved.
I have these two on my machine:
xmlrpc-c-devel-0.9.10-1
xmlrpc-c-0.9.10-1
I used the following for the installation:
xmlrpc-c-0.9.10.tar.gz (build from source)
xmlrpc-c-devel-0.9.10-1.i386.rpm (direct installation from rpm). As far as I remember these libraries further needed libwww libraries for complete installation.
For that I used: w3c-libwww-5.4.0.tgz
I got all these from googling, let me know if you dont get any.
Regards,
- Kriti
"Purna Chandar M" <cmongusagusa@gmail.com>
Sent by: users-bounces@openser.org
09/05/2007 16:42
To users@openser.org
cc
bcc
Subject Re: [OpenSER-Users] mi_xmlrpc compilation issues
Hi Kriti
Thanks for the quick reply.
The INSTALL file asks us to install libxmlrpc-c3 library. I could only find this package for Debian and for none of the other linux flavors. The latest package for Suse is xmlrpc-c-0.9.10-36 and I have it installed. Can you please let me know what linux you are using. If you have this rpm, I would be more than happy if you send it to me.
On 9/5/07, Kriti Wadhwa <kriti.wadhwa@tcs.com> wrote:
Hi Purna,
Even I was stuck with the same issue(s) few days back. I am working on PC Linux.
Somehow I managed to resolve all but one dependencies... Giving a few pointers, may help:
-> Install all xmlrpc libraries mentioned in README/INSTALL files through source instead of rpm.
-> If you get stuck in compilation of libraries, you may get patches on Koders site.
-> Remove all older versions of Openser code before you start with the latest one.
-> In src/modules/mi_xml/Makefile include all dependent libraries that this module needs to get compiled. Please refer to the one I used, it may help. You may check the dependencies of libwww library and include the same from /usr/local/lib or /usr/lib.
Makefile:
# WARNING: do not run this directly, it should be run by the master Makefile
include ../../Makefile.defs
auto_gen=
NAME=mi_xmlrpc.so
LIBS=
DEFS+=-I$(LOCALBASE)/include -I$(LOCALBASE)/include/xmlrpc-c \
-I$(SYSBASE)/include/xmlrpc-c
LIBS+=-L$(SYSBASE)/lib -L$(SYSBASE)/local/lib -L$(LOCALBASE)/lib -L$(LOCALBASE)/local/lib -lxmlrpc -lxmlrpc_xmlparse \
-lxmlrpc_xmltok -lxmlrpc_abyss -lxmlrpc_abyss_server \
-lxmlrpc_client -lwwwinit -lwwwstream -lwwwxml -lxmltok -lxmlparse \
-lwwwutils -lpics -lwwwapp -lwwwcache -lwwwcore -lwwwdir -lwwwfile \
-lwwwftp -lwwwgopher -lwwwhtml -lwwwhttp -lwwwmime -lwwwmux \
-lwwwnews -lwwwtelnet -lwwwtrans
include ../../Makefile.modules
Hope this might help.
Regards,
- Kriti
mailto: kriti.wadhwa@cs.com
"Purna Chandar M" <cmongusagusa@gmail.com> Sent by: users-bounces@openser.org 09/05/2007 06:47 AM |
|
=====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you