* installing packet
@ 2002-11-20 11:58 Evandro Eduardo Seron Ruiz
2002-11-20 13:23 ` Hamish Moffatt
2002-11-20 13:31 ` Ed Guy
0 siblings, 2 replies; 6+ messages in thread
From: Evandro Eduardo Seron Ruiz @ 2002-11-20 11:58 UTC (permalink / raw)
To: linux-hams
Hello,
In order to have a packet system installed I have
downloaded the following packages:
ibax25-0.0.10.tar.gz
ax25-tools-0.0.8.tar.gz
ax25-apps-0.0.6.tar.gz l
The first two the instalation succeeded, but when it
came to the last one I got the following error
message
after the make install
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -c
call.c
call.c:38:20: curses.h: Arquivo ou diretório não
encontrado
make[1]: ** [call.o] Erro 1
make[1]: Saindo do diretório
`/usr/src/ax25-apps-0.0.6/call'
make: ** [install-recursive] Erro 1
Could anyone help me solve this.
Yours,
Evandro
=====
===============================
Evandro Eduardo Seron Ruiz PY2PCY
_______________________________________________________________________
Yahoo! GeoCities
Tudo para criar o seu site: ferramentas fáceis de usar, espaço de sobra e acessórios.
http://br.geocities.yahoo.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: installing packet
2002-11-20 11:58 installing packet Evandro Eduardo Seron Ruiz
@ 2002-11-20 13:23 ` Hamish Moffatt
2002-11-20 13:31 ` Ed Guy
1 sibling, 0 replies; 6+ messages in thread
From: Hamish Moffatt @ 2002-11-20 13:23 UTC (permalink / raw)
To: linux-hams
On Wed, Nov 20, 2002 at 08:58:55AM -0300, Evandro Eduardo Seron Ruiz wrote:
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -c
> call.c
> call.c:38:20: curses.h: Arquivo ou diretório não
> encontrado
> make[1]: ** [call.o] Erro 1
> make[1]: Saindo do diretório
> `/usr/src/ax25-apps-0.0.6/call'
> make: ** [install-recursive] Erro 1
>
> Could anyone help me solve this.
Could you please translate this error message into English, or compile
again with LANG = C?
Thanks,
Hamish
--
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: installing packet
2002-11-20 11:58 installing packet Evandro Eduardo Seron Ruiz
2002-11-20 13:23 ` Hamish Moffatt
@ 2002-11-20 13:31 ` Ed Guy
1 sibling, 0 replies; 6+ messages in thread
From: Ed Guy @ 2002-11-20 13:31 UTC (permalink / raw)
To: Evandro Eduardo Seron Ruiz, linux-hams
Evandro,
You probably need to install the 'ncurses-devel' package.
It supplies the curses.h file.
73
/ed n2uth
----- Original Message -----
From: "Evandro Eduardo Seron Ruiz" <evandro_ruiz@yahoo.com.br>
To: <linux-hams@vger.kernel.org>
Sent: Wednesday, November 20, 2002 6:58 AM
Subject: installing packet
>
> Hello,
>
> In order to have a packet system installed I have
> downloaded the following packages:
>
> ibax25-0.0.10.tar.gz
> ax25-tools-0.0.8.tar.gz
> ax25-apps-0.0.6.tar.gz l
>
> The first two the instalation succeeded, but when it
> came to the last one I got the following error
> message
> after the make install
>
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -c
> call.c
> call.c:38:20: curses.h: Arquivo ou diretório não
> encontrado
> make[1]: ** [call.o] Erro 1
> make[1]: Saindo do diretório
> `/usr/src/ax25-apps-0.0.6/call'
> make: ** [install-recursive] Erro 1
>
> Could anyone help me solve this.
>
> Yours,
> Evandro
>
>
> =====
> ===============================
> Evandro Eduardo Seron Ruiz PY2PCY
>
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* installing packet
@ 2002-11-21 13:09 Evandro Eduardo Seron Ruiz
2002-11-21 17:09 ` K. David Prince
0 siblings, 1 reply; 6+ messages in thread
From: Evandro Eduardo Seron Ruiz @ 2002-11-21 13:09 UTC (permalink / raw)
To: linux-hams
Thank you all for the help.
It really was not clear for me that I had
to install ncurses-devel not ncurses,
but this was not the only problem.
To make it shorter I found it easier to
install using rpm instead of compiling the
sources. The ax25lib, the tools and the apps
seem to be very dependent of the source code
and not only of the funcionality.
It took me too much time to find the exact
combination of packages wich seems now to
work, which are:
libax25_0-0.0.10-1mdk
ax25-tools-0.0.8-3mdk
ax25-apps-0.0.6-1mdk
for the Mandrake distribution.
Thank you all so much,
Evandro Ruiz
PY2 PCY
=====
===============================
Evandro Eduardo Seron Ruiz PY2PCY
_______________________________________________________________________
Yahoo! GeoCities
Tudo para criar o seu site: ferramentas fáceis de usar, espaço de sobra e acessórios.
http://br.geocities.yahoo.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: installing packet
2002-11-21 13:09 Evandro Eduardo Seron Ruiz
@ 2002-11-21 17:09 ` K. David Prince
2002-11-22 16:46 ` w9ya
0 siblings, 1 reply; 6+ messages in thread
From: K. David Prince @ 2002-11-21 17:09 UTC (permalink / raw)
To: Evandro Eduardo Seron Ruiz; +Cc: Linux Hams
Evandro,
For future reference, you might want to try using the Debian distribution.
The packages you mention below are included in the distribution, but more
importantly, when you install any one of them, all the dependencies are
automatically taken care of and package conflicts are presented for
resolution. The Debian distributions are available from numerous archive
sites (250+). If you install Debian, you can use the "netselect-apt"
command to find the archive sites that will give you the fastest download
speeds for your network connection. See <http://www.debian.org/> for
general information, then go to <http://www.debian.org/distrib/packages>
view package descriptions.
Good Luck!
Dave
WB0RAZ
On Thu, 21 Nov 2002, Evandro Eduardo Seron Ruiz wrote:
> Thank you all for the help.
> It really was not clear for me that I had
> to install ncurses-devel not ncurses,
> but this was not the only problem.
>
> To make it shorter I found it easier to
> install using rpm instead of compiling the
> sources. The ax25lib, the tools and the apps
> seem to be very dependent of the source code
> and not only of the funcionality.
>
> It took me too much time to find the exact
> combination of packages wich seems now to
> work, which are:
>
> libax25_0-0.0.10-1mdk
> ax25-tools-0.0.8-3mdk
> ax25-apps-0.0.6-1mdk
>
> for the Mandrake distribution.
>
> Thank you all so much,
>
> Evandro Ruiz
> PY2 PCY
>
>
>
> =====
> ===============================
> Evandro Eduardo Seron Ruiz PY2PCY
>
> _______________________________________________________________________
> Yahoo! GeoCities
> Tudo para criar o seu site: ferramentas fáceis de usar, espaço de sobra e acessórios.
> http://br.geocities.yahoo.com/
> -
> To unsubscribe from this list: send the line "unsubscribe linux-hams" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: installing packet
2002-11-21 17:09 ` K. David Prince
@ 2002-11-22 16:46 ` w9ya
0 siblings, 0 replies; 6+ messages in thread
From: w9ya @ 2002-11-22 16:46 UTC (permalink / raw)
To: Linux Hams
Actually dependancies in Mandrake are also now taken care of automatically by
using the urpm_ series of tools. There are also many linux distributions that
have EXCELLENT dependancy and provides handling these days. This is not to
take away from Debian and the apt tools. They are also EXCELLENT as well, and
perhaps more importantly the way the maintainer's system works, problems tend
to be rapidly taken care of.
Bob Finch
On Thursday 21 November 2002 12:09 pm, K. David Prince wrote:
> Evandro,
>
> For future reference, you might want to try using the Debian distribution.
> The packages you mention below are included in the distribution, but more
> importantly, when you install any one of them, all the dependencies are
> automatically taken care of and package conflicts are presented for
> resolution. The Debian distributions are available from numerous archive
> sites (250+). If you install Debian, you can use the "netselect-apt"
> command to find the archive sites that will give you the fastest download
> speeds for your network connection. See <http://www.debian.org/> for
> general information, then go to <http://www.debian.org/distrib/packages>
> view package descriptions.
>
> Good Luck!
>
> Dave
> WB0RAZ
>
> On Thu, 21 Nov 2002, Evandro Eduardo Seron Ruiz wrote:
> > Thank you all for the help.
> > It really was not clear for me that I had
> > to install ncurses-devel not ncurses,
> > but this was not the only problem.
> >
> > To make it shorter I found it easier to
> > install using rpm instead of compiling the
> > sources. The ax25lib, the tools and the apps
> > seem to be very dependent of the source code
> > and not only of the funcionality.
> >
> > It took me too much time to find the exact
> > combination of packages wich seems now to
> > work, which are:
> >
> > libax25_0-0.0.10-1mdk
> > ax25-tools-0.0.8-3mdk
> > ax25-apps-0.0.6-1mdk
> >
> > for the Mandrake distribution.
> >
> > Thank you all so much,
> >
> > Evandro Ruiz
> > PY2 PCY
> >
> >
> >
> > =====
> > ===============================
> > Evandro Eduardo Seron Ruiz PY2PCY
> >
> > _______________________________________________________________________
> > Yahoo! GeoCities
> > Tudo para criar o seu site: ferramentas fáceis de usar, espaço de sobra e
> > acessórios. http://br.geocities.yahoo.com/
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-hams" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-hams" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-11-22 16:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-20 11:58 installing packet Evandro Eduardo Seron Ruiz
2002-11-20 13:23 ` Hamish Moffatt
2002-11-20 13:31 ` Ed Guy
-- strict thread matches above, loose matches on Subject: below --
2002-11-21 13:09 Evandro Eduardo Seron Ruiz
2002-11-21 17:09 ` K. David Prince
2002-11-22 16:46 ` w9ya
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox