Alan Robertson wrote:
Huang Zhen wrote:

Hi, Rodrigo Henriquez,

Thank you for trying the new management daemon and GUI code.

Now there are several issues to run the management daemon and GUI client.

1. we need install following packages on the machine running the GUI client
    swig
    python(2.4) and python-devel
    python-gtk(>2.4)
    gnutls

2. we need install following packages on the machine running the daemon
    gnutls
    pam-devel

3. we need building python binding library on the machine running the GUI client. Run following commands in lib/mgmt/ :
    swig -python pymgmt.i
    gcc -c pymgmt_wrap.c -I /usr/include/python2.4/ -I ../../include/
gcc -shared pymgmt_wrap.o libmgmtclient_la-mgmt_client_lib.o libmgmttls_la-mgmt_tls_lib.o libmgmtcommon_la-mgmt_common_lib.o `libgnutls-config --libs` -o _pymgmt.so
    cp _pymgmt.so pymgmt.py /usr/lib/heartbeat/

For the point 1, 2 and 3, thank Mr. Sun Jiang Dong, he is helping me on the makefile, it should be ready tomorrow.

4. change the /etc/pam.d/mgmtd to the format according to the distribution of the node running the daemon.


Plus, we need gnutls-devel on the compile machine, and pam-devel, and swig-devel, and perhaps some more?


Yes, you are right, we need gnutls-devel and pam-devel to build it, the 
swig-devel is not necessary.

--
Best Regards,
Huang Zhen
Linux Technology Center
IBM China Development Lab, Beijing
Telno: (8610)82782244-2845
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to