RE: [newbie] Re:Setting up Scanssh

2003-01-05 Thread Stephen Kuhn
On Mon, 2003-01-06 at 06:04, Ralph M. Los wrote:
> Here's the weird thing - I've done a stock install of MDK 9 and I've
> gotten the missing gcc error before too!  I know I've compiled stuff
> before with gcc, but certain programs (configure scripts) just refuse to
> see it.  Is there any tidbit of wisdom that could point me and this
> fellow in the right direction?  Something you pros already know to look
> for?
> 
> Thanks - 
> 
> :)
> 

If you've done a "stock install" of MDK, you'll find that the dev libs
and progs aren't installed - so you'll have to install them from the
RPMs on CD2 and CD3 (or where ever they live in your package set). After
you've made sure that they're all there and happy, you might want to
modify your /etc/ld.so.conf file to point to the proper lib paths - and
rerun ldconfig to rebuild the cache again. THEN you'll be happily
compiling proggies left and right...

-- 
Mon Jan  6 09:50:00 EST 2003
  9:50am  up 1 day, 12:58,  6 users,  load average: 0.02, 0.08, 0.14

kuhn media australia - kma.0catch.com
-
stephen kuhn - katherine kuhn - berkeley, nsw, au
email: [EMAIL PROTECTED] - [EMAIL PROTECTED]
icq: 5483808 - mobile: 0410-728-389
-PC/Mac/Linux/Consulting/eMarketing-

 * linux user: 267497 * rh 7.3+ *

Back when I was a boy, it was 40 miles to everywhere, uphill both ways
and it was always snowing.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Re:Setting up Scanssh

2003-01-05 Thread Derek Jennings
With gcc and a few other applications Mandrake supply two versions. The 
default gcc3.2, and the older tried and tested gcc2.96

It is possible to have one or both installed at once. Which one gets used 
depends on the symlink /usr/bin/gcc  which points to /etc/alternatives/gcc 
which itself is a symlink either to /usr/bin/gcc-3.2 or /usr/bin/gcc-2.96

So depending on how your symlink chain is set up you will use one compiler or 
the other. If your symlink chain is broken you will get the 'gcc not found 
message'

Could that be your problem?

derek


On Sunday 05 Jan 2003 7:04 pm, Ralph M. Los wrote:
> Here's the weird thing - I've done a stock install of MDK 9 and I've
> gotten the missing gcc error before too!  I know I've compiled stuff
> before with gcc, but certain programs (configure scripts) just refuse to
> see it.  Is there any tidbit of wisdom that could point me and this
> fellow in the right direction?  Something you pros already know to look
> for?
>
> Thanks -
>
> :)
>
> Ralph
>
> -Original Message-
> From: Derek [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, January 05, 2003 6:24 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] Re:Setting up Scanssh
>
> On Sunday 05 Jan 2003 6:47 pm, Graham Pohle wrote:
> > I've got Mandrake 9.0 installed and I'm trying install and run
> > Scanssh. Now with this Program I got to the ./configure stage and it
> > requires libpcap to install and run. So I downloaded
> > libpcap-0.7.1.tar.gz and got that to the configure stage and this is
> > what it told me After typing in # ./configure
> > creating cache ./configure.cache
> > checking host system type.i686-pc-linux-gnuoldld
> > checking target system type...i686-pc-linux-gnuoldld
> > checking building system typei686-pc-linux-gnuoldld
> > checking for gcc..no
> > checking for cc...no
> > configure:error:no acceptable cc found in $PATH
> > QUESTION: Does anyone know what I require to get this program up and
> > runnnggcc & ...cc what are these? arguments? options? programs? if
> > anyone can shed some light on this connundrum for me soon, I'll still
> > have some hair left.
> > PC.Special thanks to Todd,your info open up heaps of doors.
>
> I think this is where I make my twice weekly post about how many useful
> applications like scanssh are in the online 'Contrib' folder as rpms,
> and if
> you declare Contrib to be a urpmi source you can install them and all
> their
> dependencies at once.
>
> This post shows you
> howhttp://www.mail-archive.com/newbie@linux-mandrake.com/msg108964.html
>
> derek

-- 
--
www.jennings.homelinux.net


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] Re:Setting up Scanssh

2003-01-05 Thread Ralph M. Los
Here's the weird thing - I've done a stock install of MDK 9 and I've
gotten the missing gcc error before too!  I know I've compiled stuff
before with gcc, but certain programs (configure scripts) just refuse to
see it.  Is there any tidbit of wisdom that could point me and this
fellow in the right direction?  Something you pros already know to look
for?

Thanks - 

:)

Ralph

-Original Message-
From: Derek [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, January 05, 2003 6:24 AM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Re:Setting up Scanssh


On Sunday 05 Jan 2003 6:47 pm, Graham Pohle wrote:
> I've got Mandrake 9.0 installed and I'm trying install and run 
> Scanssh. Now with this Program I got to the ./configure stage and it 
> requires libpcap to install and run. So I downloaded 
> libpcap-0.7.1.tar.gz and got that to the configure stage and this is 
> what it told me After typing in # ./configure
> creating cache ./configure.cache
> checking host system type.i686-pc-linux-gnuoldld
> checking target system type...i686-pc-linux-gnuoldld
> checking building system typei686-pc-linux-gnuoldld
> checking for gcc..no
> checking for cc...no
> configure:error:no acceptable cc found in $PATH
> QUESTION: Does anyone know what I require to get this program up and
> runnnggcc & ...cc what are these? arguments? options? programs? if
> anyone can shed some light on this connundrum for me soon, I'll still
> have some hair left.
> PC.Special thanks to Todd,your info open up heaps of doors.

I think this is where I make my twice weekly post about how many useful 
applications like scanssh are in the online 'Contrib' folder as rpms,
and if 
you declare Contrib to be a urpmi source you can install them and all
their 
dependencies at once.

This post shows you 
howhttp://www.mail-archive.com/newbie@linux-mandrake.com/msg108964.html

derek





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Re:Setting up Scanssh

2003-01-05 Thread Derek
On Sunday 05 Jan 2003 6:47 pm, Graham Pohle wrote:
> I've got Mandrake 9.0 installed and I'm trying install and run Scanssh.
> Now with this Program I got to the ./configure stage and it requires
> libpcap to install and run. So I downloaded libpcap-0.7.1.tar.gz and got
> that to the configure stage and this is what it told me
> After typing in
> # ./configure
> creating cache ./configure.cache
> checking host system type.i686-pc-linux-gnuoldld
> checking target system type...i686-pc-linux-gnuoldld
> checking building system typei686-pc-linux-gnuoldld
> checking for gcc..no
> checking for cc...no
> configure:error:no acceptable cc found in $PATH
> QUESTION: Does anyone know what I require to get this program up and
> runnnggcc & ...cc what are these? arguments? options? programs? if
> anyone can shed some light on this connundrum for me soon, I'll still
> have some hair left.
> PC.Special thanks to Todd,your info open up heaps of doors.

I think this is where I make my twice weekly post about how many useful 
applications like scanssh are in the online 'Contrib' folder as rpms, and if 
you declare Contrib to be a urpmi source you can install them and all their 
dependencies at once.

This post shows you 
howhttp://www.mail-archive.com/newbie@linux-mandrake.com/msg108964.html

derek




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Re:Setting up Scanssh

2003-01-04 Thread Graham Pohle
I've got Mandrake 9.0 installed and I'm trying install and run Scanssh.
Now with this Program I got to the ./configure stage and it requires
libpcap to install and run. So I downloaded libpcap-0.7.1.tar.gz and got
that to the configure stage and this is what it told me
After typing in 
# ./configure
creating cache ./configure.cache
checking host system type.i686-pc-linux-gnuoldld
checking target system type...i686-pc-linux-gnuoldld
checking building system typei686-pc-linux-gnuoldld
checking for gcc..no
checking for cc...no
configure:error:no acceptable cc found in $PATH
QUESTION: Does anyone know what I require to get this program up and
runnnggcc & ...cc what are these? arguments? options? programs? if
anyone can shed some light on this connundrum for me soon, I'll still
have some hair left. 
PC.Special thanks to Todd,your info open up heaps of doors.





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com