Hard story how i install HA with GUI in to slackware 11.0 :)
>http://www.linux-ha.org/GuiGuide

1. Download soft from:
- swig (http://www.swig.org/download.html) 1.3.31
- python-gtk (http://www.pygtk.org/downloads.html) 2.10.4
- gnutls and gnutls-devel (http://www.gnu.org/software/gnutls/download.html) 
1.6.1
- libgcrypt and libgcrypt-devel (http://www.gnupg.org/(en)/download/index.html) 
1.2.4
- pam-devel (http://www.us.kernel.org/pub/linux/libs/pam/index.html) 0.99.7.1
- python and python-devel (include in distr) 2.4
- gettext (include in distr)

2. pam-devel: configure; make; make install (/usr/local)

3. swig: configure; make; make install (/usr/local)

4. libgcrypt: configure: error: libgpg-error is needed.
                See ftp://ftp.gnupg.org/gcrypt/libgpg-error/ .
4.1. Download libgpg-error-1.4 (from www.gnupg.org)
4.1.1 configure, make, make install (/usr/local)
4.2. libgcrypt: configure; make; make install (/usr/local)

5. gnutls: configure; make; make install (/usr/local)

6. python-gtk: configure: No package 'pygobject-2.0' found
6.1. Download pygobject-2.12.3 
(http://ftp.gnome.org/pub/GNOME/sources/pygobject/)
6.1.1. configure; make; make install (/usr/local)
6.2. python-gtk: configure: No package 'pycairo' found 
6.3. Download pycairo (http://cairographics.org/pycairo)
6.3.1. pycairo: config: error: Package requirements (cairo >= 1.4.0)
6.3.1.1. Download cairo (http://www.cairographics.org/) 1.4.2
 Get cairo.SlackBuild from slackware-11.0/source/l/cairo/
 Edit cairo.SlackBuild for new revision and for tar.gz (not .bz2)
 configure: error: Cairo requires at least one font backend.
 #slackpkg install fontconfig, freetype, x11-base, x11-devel, x11-font-misc 
 #sh cairo.SlackBuild
 upgradepkg /tmp/cairo-1.4.2-i486-1.tgz
6.3.2. pycairo: configure; make; make install (/usr/local)
6.3.3. python-gtk: configure:
The following modules will be built:
        atk
        pango
        pangocairo
        gtk with 2.8 API
        gtk.glade
The following modules will NOT be built:
        gtk.unixprint
6.3.4. python-gtk: make; make install (/usr/local)

7. cp -pvR /usr/local/lib/python2.4/site-packages /usr/lib/python2.4

8. heartbeat-2.0.8: ./ConfigureMe install --enable-mgmt

9. ldconfig

10. Enable SSH X11-forward, /etc/sshd/sshd_config

11. Write to /etc/fonts/local.conf:
----
<fontconfig>
 <dir>/usr/X11R6/lib/X11/fonts/75dpi</dir>
 <dir>/usr/X11R6/lib/X11/fonts/misc</dir>
</fontconfig>
---

12. #fc-cache

13. # /usr/lib/heartbeat-gui/haclient.py

Vuala :)

next - setup PAM in slackware ... byt mgmtd with the -t work !

_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to