I get it compiled OK with pth-1.4.0, and can execute: ./jabberd/jabberd -D -h <my.fully.qualified.hostname>
But there everything stops. `top` shows jabberd as using 100% of one of the CPUs, and any attempt to connect to port 5222 is refused. When running in the foreground, one message comes to the console: Wed Nov 28 13:32:59 2001 mio.c:568 MIO is starting up It doesn't respond to <ctrl>-c. I have to login another session and `kill -9` to shut it down. Rick "Brennan, James" wrote: > > I think this is the same problem that I had. > The problem is the pth component which jabber uses. > This is the thread component part. > > You will find this component in the directory: > jabberd/pth-1.3.7 (I use pth-1.4.0 but this should not matter) > > You need to enter this directory and run configure with > the following flags: > > ./configure --with-mctx-mth=sjlj --with-mctx-dsp=sjlj --with-mctx-stk=sas > > You then need to build the pth component. > Just run make in the pth-1.3.7 directory. > > Then go back out to the jabber directory and make the system. > > Get in touch with me if this doesn't make sense or work. > > james > > -----Original Message----- > From: Rick Hickerson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 28, 2001 2:11 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [JDEV] Jabber server on HPUX > > Was this ever resolved? I'm encountering the exact same situation as > Seeniraj. > > Rick > > Piers Harding [EMAIL PROTECTED] > Mon, 17 Sep 2001 06:31:31 +0100 > > * Previous message: [JDEV] Jabber server on HPUX > * Next message: [JDEV] roster size limitations > * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] > > I haven't yet tried to build Jabber on HP-UX, but I have quite a bit of > experience building other OS tools on HP-UX. The first thing is that you > should > allways use the gcc - the HP-UX compiler sucks badly ( refer to DBD::Oracle > - > oracle DBI module for perl for the gory details ). You should get all these > related tools from http://devresource.hp.com - this is the authoritative > location for all OS tools for HP-UX - look in the tool library - I have > downloaded and installed almost everything. > IU'll try myself later. > > Cheers. > > On Sun, Sep 16, 2001 at 09:01:39PM -0700, KAMARAJ,SEENIRAJ > (HP-Cupertino,ex1) > wrote: > > Hi, > > > Im trying to build jabber server on hpux 11.0 > > Has anyone tried this before? > > > I was able to build it. > > I used gcc (which inturn requires binutils). > > The build went thru' except for one little hurdle. > > 'Unsatisfied symbols: modf (code)' > > Linked it with -L/usr/lib -lm > > by modifying jabberd/Makefile > > It went thru' fine. > > > But while running....there seem to be some problem. > > I get NO debug messages (run with -D) and also > > it is not listening on port 5222. I was not able to > > connect to that port. There is no core dump. The > > process is up. > > > Did I miss anything? > > Any help will be appreciated. > > > Thanks and Regards, > > Seeniraj > > > _______________________________________________ > > jdev mailing list > > [EMAIL PROTECTED] > > http://mailman.jabber.org/listinfo/jdev > > -- > Rick Hickerson T+1(978)681-2449 Agilent Technologies > Master IT Engineer +1(646)452-7668 IT | Information Technology > 40 Shattuck Road +1(877)868-9829 > Andover, MA 01810 > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev > > This e-mail and any attachment is for authorised use by the intended recipient(s) >only. It may contain proprietary material, confidential information and/or be >subject to legal privilege. It should not be copied, disclosed to, retained or used >by, any other party. If you are not an intended recipient then please promptly >delete this e-mail and any attachment and all copies and inform the sender. Thank >you. > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev -- Rick Hickerson T+1(978)681-2449 Agilent Technologies Master IT Engineer +1(646)452-7668 IT | Information Technology 40 Shattuck Road +1(877)868-9829 Andover, MA 01810 _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
