[JDEV] core dump with 1.0.1 on redhat 6.2

Cheng-Wei Cheng CCheng at gluecode.com
Tue Sep 5 20:59:05 CDT 2000


Here is the complete documentation step by step on what I have done
please help

jabber(latest ver 1.0.1)

  source
  - www.jabber.com
  - www.jabbercentral.org
  - www.jabber.org


  Requirement
  - libetherx
  - libxode
  - libjabber
  - GNU-pth - portable thread lib
  - GNU-adns - advance dns client


  server
    NOTE: Installation in the order of the dependency

    install (libxode)
    - CC="gcc -O6 " ./configure
    - make
    - make install

    install (libjabber)
    - CC="gcc -O6 " ./configure \
      --with-libxode-includes=/usr/local/include \
      --with-libxode-libs=/usr/local/libs \
      --with-libxode
    - make
    - make install

    install (GNU-pth)
    - CC="gcc -O6 " CFLAGS=-O2 LIBS=-lposix ./configure \
    --enable-optimize \
    - make
    - make test
    - make install

    install (GNU-adns)
    - CC="gcc -O6 " ./configure --disable-dynamic
    - make
    - make install

    install (libetherx)
    - CC="gcc -O6 "  ./configure --disable-rate-limits \
      --with-libxode-includes=/usr/local/include \
      --with-libxode-libs=/usr/local/libs \
      --with-libxode
    - make
    - make install

    install (jabber-transport)
    - CC="gcc -O6 -L/usr/local/lib -I/usr/local/include -L/usr/lib
-I/usr/local/include -I. -L. " LIBS=-lposix ./configure \
    --sysconfdir=/etc \
    --mandir=/usr/man \
    --prefix=/usr/local/jabber \
    --with-libxode-includes=/usr/local/include \
    --with-libxode-libs=/usr/local/lib \
    --with-libxode \
    --with-jabber-includes=/usr/local/include \
    --with-jabber-libs=/usr/local/lib \
    --with-jabber \
    --with-etherx-includes=/usr/local/include \
    --with-etherx-libs=/usr/local/lib \
    --with-etherx \
    --with-svc-client \
    --with-svc-hell \
    --with-svc-irc \
    --with-svc-telnet \
    --with-xdb-file \
    --enable-all-static \

    ?--with-svc-http experimental
    ?--enable-dso-modules='dso list'
    ?--enable-static-modules='static list'

    - make
    - make install




More information about the JDev mailing list