Re: [Nagios-devel] [Dnx-devel] DNX 0.19 Beta on SVN now.
Posted: Fri Oct 31, 2008 3:11 pm
Hi Steven,
first of all thanks for your work
I tested the new version and found some issues:
1. autogen.sh
> dnx/trunk/dnx 69 %>./autogen.sh
> bash: ./autogen.sh: /bin/sh^M: bad interpreter: No such file or directo=
ry
a shell skript should be not a dos file
dos2unix should do the work.
Btw, autogen.sh should be added to the INSTALL doc.
2. install-sh
> nagios-test-1:~/dnx %> ./configure
> configure: error: cannot find install-sh or install.sh in "." "./.."=20
> "./../.."
i took a look and found no install-sh in the svn repository and wondered=20
where it came
from in former releases. Then i found one in old release tars. Maybe=20
this install-sh should
be added to svn.
3. make all
> make[2]: Entering directory `/root/dnx/common'
> /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I=
.=20
> -I.. -g -O2 -MT dnxTransport.lo -MD -MP -MF .deps/dnxTransport.Tpo=20
> -c -o dnxTransport.lo dnxTransport.c
> gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT dnxTransport.lo -MD -MP -MF=20
> .deps/dnxTransport.Tpo -c dnxTransport.c -fPIC -DPIC -o=20
> .libs/dnxTransport.o
> dnxTransport.c: In function =E2=80=98ntop=E2=80=99:
> dnxTransport.c:105: error: assignment of read-only location =E2=80=98*s=
a=E2=80=99
> make[2]: *** [dnxTransport.lo] Error 1
> make[2]: Leaving directory `/root/dnx/common'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/dnx'
> make: *** [all] Error 2
fails with the error above.
Regards,
Sven
--=20
Sven Nierlein [email protected]
ConSol* GmbH http://www.consol.de
Franziskanerstrasse 38 Tel.:089/45841-439
81669 Muenchen Fax.:089/45841-115=20
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
first of all thanks for your work
I tested the new version and found some issues:
1. autogen.sh
> dnx/trunk/dnx 69 %>./autogen.sh
> bash: ./autogen.sh: /bin/sh^M: bad interpreter: No such file or directo=
ry
a shell skript should be not a dos file
Btw, autogen.sh should be added to the INSTALL doc.
2. install-sh
> nagios-test-1:~/dnx %> ./configure
> configure: error: cannot find install-sh or install.sh in "." "./.."=20
> "./../.."
i took a look and found no install-sh in the svn repository and wondered=20
where it came
from in former releases. Then i found one in old release tars. Maybe=20
this install-sh should
be added to svn.
3. make all
> make[2]: Entering directory `/root/dnx/common'
> /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I=
.=20
> -I.. -g -O2 -MT dnxTransport.lo -MD -MP -MF .deps/dnxTransport.Tpo=20
> -c -o dnxTransport.lo dnxTransport.c
> gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT dnxTransport.lo -MD -MP -MF=20
> .deps/dnxTransport.Tpo -c dnxTransport.c -fPIC -DPIC -o=20
> .libs/dnxTransport.o
> dnxTransport.c: In function =E2=80=98ntop=E2=80=99:
> dnxTransport.c:105: error: assignment of read-only location =E2=80=98*s=
a=E2=80=99
> make[2]: *** [dnxTransport.lo] Error 1
> make[2]: Leaving directory `/root/dnx/common'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/dnx'
> make: *** [all] Error 2
fails with the error above.
Regards,
Sven
--=20
Sven Nierlein [email protected]
ConSol* GmbH http://www.consol.de
Franziskanerstrasse 38 Tel.:089/45841-439
81669 Muenchen Fax.:089/45841-115=20
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]