[xmppd-dev] compiling error

carterbueford at gmx.net carterbueford at gmx.net
Mon Sep 28 10:57:40 CEST 2009


So,

I now succeeded in registering a new user.
Next problem, how to set up a transport from icq in jabberd14.

Regards
Oliver


-----Ursprüngliche Nachricht-----
Von: dev-bounces at xmppd.org [mailto:dev-bounces at xmppd.org] Im Auftrag von
Oscar Usifer
Gesendet: Samstag, 26. September 2009 18:59
An: xmppd development
Betreff: Re: [xmppd-dev] compiling error

Can you send your jabberd config file? Edit any sensitive info, if you like.

Thanks


> ----- Original Message -----
> From: carterbueford at gmx.net
> To: "'xmppd development'" <dev at xmppd.org>
> Subject: Re: [xmppd-dev] compiling error
> Date: Sat, 26 Sep 2009 09:32:53 +0200
> 
> 
> Hi,
> 
> thanks for your support.
> 
> I finally could compile it, I had to set Flags for the
./configure-command:
> 
> LDFLAGS="-L/opt/lib -lm" ./configure --prefix=/opt
> 
> Now I get the following error, trying to register a new user:
> 
> from 13 at c2s/4D ADC0: Internal Delivery Error
> 
> Please take a look at the attached logfile.
> 
> Any Idea?
> 
> Regards
> Oliver
> 
> -----Ursprüngliche Nachricht-----
> Von: dev-bounces at xmppd.org [mailto:dev-bounces at xmppd.org] Im Auftrag von
> Oscar Usifer
> Gesendet: Freitag, 25. September 2009 20:23
> An: xmppd development
> Betreff: Re: [xmppd-dev] compiling error
> 
> Whoops I meant 'compile'. One thing about this project, is that it does
not
> do a good job of explaining what is required to build it. My in experience
I
> had to run configure many times after finding builder dependent stuff
> missing.
> 
> HTH
> 
> > ----- Original Message -----
> > From: "Oscar Usifer" <oscaruser at programmer.net>
> > To: "xmppd development" <dev at xmppd.org>
> > Subject: Re: [xmppd-dev] compiling error
> > Date: Fri, 25 Sep 2009 12:16:44 -0500
> >
> >
> > OK looks like you don't have all the libraries on your system 
> > that's required to run. 'modf' is a math library function. Can 
> > you install it?
> >
> >
> >
> > > ----- Original Message -----
> > > From: carterbueford at gmx.net
> > > To: "'xmppd development'" <dev at xmppd.org>
> > > Subject: Re: [xmppd-dev] compiling error
> > > Date: Fri, 25 Sep 2009 17:07:46 +0200
> > >
> > >
> > > Hopefully .zip is ok...
> > >
> > > Regards
> > > Oliver
> > >
> > > -----Ursprüngliche Nachricht-----
> > > Von: dev-bounces at xmppd.org [mailto:dev-bounces at xmppd.org] Im Auftrag
von
> > > Oscar Usifer
> > > Gesendet: Freitag, 25. September 2009 17:04
> > > An: xmppd development
> > > Betreff: Re: [xmppd-dev] compiling error
> > >
> > > Can you send in gzip format?
> > >
> > >
> > > > ----- Original Message -----
> > > > From: carterbueford at gmx.net
> > > > To: carterbueford at gmx.net, "'xmppd development'" <dev at xmppd.org>
> > > > Subject: Re: [xmppd-dev] compiling error
> > > > Date: Fri, 25 Sep 2009 10:59:32 +0200
> > > >
> > > >
> > > > Hi Oscar,
> > > >
> > > > thanks for your reply!
> > > >
> > > > Yes I executed the ./configure-command before the make-command.
> > > > Take a look at the attached logfile.
> > > >
> > > > Regards
> > > > Oliver
> > > >
> > > >
> > > >
> > > > -----Ursprüngliche Nachricht-----
> > > > Von: dev-bounces at xmppd.org [mailto:dev-bounces at xmppd.org] Im Auftrag
> von
> > > > Oscar Usifer
> > > > Gesendet: Freitag, 25. September 2009 01:27
> > > > An: xmppd development
> > > > Betreff: Re: [xmppd-dev] compiling error
> > > >
> > > > Did you follow the README, and run ./configure before make? If you
did
> not
> > > > have the right build dependent libraries, the configure step should
> have
> > > > shown this. I did not receive any attachments.
> > > >
> > > > HTH
> > > >
> > > > > ----- Original Message -----
> > > > > From: carterbueford at gmx.net
> > > > > To: dev at xmppd.org
> > > > > Subject: Re: [xmppd-dev] compiling error
> > > > > Date: Wed, 23 Sep 2009 14:03:37 +0200
> > > > >
> > > > >
> > > > > Hi,
> > > > >
> > > > >
> > > > >
> > > > > I'm trying to setup jabberd14 on my system:
> > > > >
> > > > >
> > > > >
> > > > > My system:
> > > > >
> > > > >
> > > > >
> > > > > Asus WL500gP Router with custom Firmware
> > > > >
> > > > > Linux ASUS_WL500GP 2.4.37.5 #6 2009-09-12 22:32:07 MSD mips
> GNU/Linux
> > > > >
> > > > >
> > > > >
> > > > > I get the following error after executing the make-command:
> > > > >
> > > > >
> > > > >
> > > > > ../jabberd/.libs/libjabberd.so: undefined reference to `modf'
> > > > >
> > > > > collect2: ld returned 1 exit status
> > > > >
> > > > > make[2]: *** [jabberd] Error 1
> > > > >
> > > > > make[2]: Leaving directory
> > > `/opt/install_dir/jabber/jabberd-1.4.4/jabberd'
> > > > >
> > > > > make[1]: *** [check-recursive] Error 1
> > > > >
> > > > > make[1]: Leaving directory
> > > `/opt/install_dir/jabber/jabberd-1.4.4/jabberd'
> > > > >
> > > > > make: *** [check-recursive] Error 1
> > > > >
> > > > >
> > > > >
> > > > > I attached the config.log-file.
> > > > >
> > > > >
> > > > >
> > > > > Thanks
> > > > >
> > > > > Oliver
> > > > >
> > > > > _______________________________________________
> > > > > dev mailing list
> > > > > dev at xmppd.org
> > > > > http://lists.xmppd.org/cgi-bin/listinfo/dev
> > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > An Excellent Credit Score is 750
> > > > See Yours in Just 2 Easy Steps!
> > > >
> > > > _______________________________________________
> > > > dev mailing list
> > > > dev at xmppd.org
> > > > http://lists.xmppd.org/cgi-bin/listinfo/dev
> > > > << jabberd14_config.rar >>
> > > >
> > > > _______________________________________________
> > > > dev mailing list
> > > > dev at xmppd.org
> > > > http://lists.xmppd.org/cgi-bin/listinfo/dev
> > >
> > > >
> > >
> > >
> > > --
> > > An Excellent Credit Score is 750
> > > See Yours in Just 2 Easy Steps!
> > >
> > > _______________________________________________
> > > dev mailing list
> > > dev at xmppd.org
> > > http://lists.xmppd.org/cgi-bin/listinfo/dev
> > > << jabberd14_config.zip >>
> > >
> > > _______________________________________________
> > > dev mailing list
> > > dev at xmppd.org
> > > http://lists.xmppd.org/cgi-bin/listinfo/dev
> >
> > >
> >
> >
> > --
> > An Excellent Credit Score is 750
> > See Yours in Just 2 Easy Steps!
> >
> > _______________________________________________
> > dev mailing list
> > dev at xmppd.org
> > http://lists.xmppd.org/cgi-bin/listinfo/dev
> 
> >
> 
> 
> --
> An Excellent Credit Score is 750
> See Yours in Just 2 Easy Steps!
> 
> _______________________________________________
> dev mailing list
> dev at xmppd.org
> http://lists.xmppd.org/cgi-bin/listinfo/dev
> << error_log.log >>
> 
> _______________________________________________
> dev mailing list
> dev at xmppd.org
> http://lists.xmppd.org/cgi-bin/listinfo/dev

>


-- 
An Excellent Credit Score is 750 
See Yours in Just 2 Easy Steps!

_______________________________________________
dev mailing list
dev at xmppd.org
http://lists.xmppd.org/cgi-bin/listinfo/dev



More information about the dev mailing list