[JDEV] core dump with 1.0.1 on redhat 6.2

Thomas Muldowney temas at box5.net
Wed Sep 6 12:27:51 CDT 2000


Could you supply a backtrace?  This information isn't enough to give a good
diagnostic of what is happening.

--temas

On Tue, Sep 05, 2000 at 06:59:05PM -0700, Cheng-Wei Cheng wrote:
> 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
> 
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <https://www.jabber.org/jdev/attachments/20000906/47baf274/attachment-0002.pgp>


More information about the JDev mailing list