LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-17-2005, 09:30 AM   #1
blade013be
LQ Newbie
 
Registered: Jul 2005
Posts: 11

Rep: Reputation: 0
configure in smoothwall


Hi,

I'm a newbie, and I'm french speaking, so before anything : sorry !

Here's my problem, if someone can help...

I'm trying to install 'nmap' on my Smoothwall Express 2.0, which on some friend already installed tools like 'ddclient', 'bandview' and others

Now, to install 'nmap', I need to configure, make and make install...

but...

# ./configure
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

Thus, I'm searching for gcc, but I don't really know how to proceed for the installation of this... like I sayd, I'm a newbie, so I installed some tools like VNC, Putty or Azureus on my Slackware, but I don't think it'll be that easy for a c-compiler...

Maybe someone here can give me a good source and manual... I hope so...

Thxx,
Blade013be

Last edited by blade013be; 07-17-2005 at 09:33 AM.
 
Old 07-17-2005, 10:02 AM   #2
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
You can download gcc from the Slackware package browser here (this is the version of gcc that comes with Slack 10.1).

To install, do the following:

Code:
$ su
Password: <enter root password>
# pkgtool
When you see the graphical menu, select either Current or Other (depending on where you saved the downloaded file). If you select Other, you'll have to enter the path to the directory where the file is. Then, you should see the gcc package in a list and you'll be able to install it there.

HTH. Any questions, post them back in this thread.
 
Old 07-17-2005, 10:41 AM   #3
blade013be
LQ Newbie
 
Registered: Jul 2005
Posts: 11

Original Poster
Rep: Reputation: 0
I suppose this doesn't work on Smoothwall Express...

I'm sorry about that, but my tittle first was "configure in slackware", while it was in "smoothwall"... I edited the post, but in the forum, it's still displayed "in slackware"...

I knew pkgtool in slackware, and gcc is already configured in it (included in installation)

I found a gzip for gcc, but I have to configure-make-make install it, so it says I don't have any c-compiler....... (I know!)

Suggestions??

By the way, thxx already for the answers...
 
Old 07-17-2005, 03:53 PM   #4
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
In a terminal window in Slackware issue
Code:
ls /var/log/packages/*gcc*
and post what it returns here...
 
Old 07-18-2005, 11:16 AM   #5
blade013be
LQ Newbie
 
Registered: Jul 2005
Posts: 11

Original Poster
Rep: Reputation: 0
I did it in my slackware :

Quote:
root@pc-blade:~# ls /var/log/packages/*gcc*
/var/log/packages/gcc-3.3.4-i486-1 /var/log/packages/gcc/g77-3.3.4-i486-1 /var/log/packages/gcc-java-3.3.4-i486-1
/var/log/packages/gcc-g++-3.3.4-i486-1 /var/log/packages/gcc-gnat-3.3.4-i486-2 /var/log/packages/gcc-objc-3.3.4-i486-1
But my problem is on another computer, my firewall, and this command line gives me that :

Quote:
[root@FireBlade /]# ls /var/log/packages/*gcc*
ls: /var/log/packages/*gcc*: No such file or directory
 
Old 07-18-2005, 03:35 PM   #6
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
It looks like you don't have gcc (or any compilers) on your firewall. You will need to install it. If your filewall is also slackware then you could possibly setup NFS on your computer and install gcc on your firewall that way, or if your firewall has a CD drive just using the slackware install CD's might be easier.
 
Old 07-19-2005, 09:52 AM   #7
peter_robb
Senior Member
 
Registered: Feb 2002
Location: Szczecin, Poland
Distribution: Gentoo, Debian
Posts: 2,458

Rep: Reputation: 48
It's a bad idea to get gcc installed on your Smoothie..
Don't want anyone using it while the box is running.. Security!
You will find it better to build any software outside the box and copy the completed binaries into the box.
There are many such mods available at the Smoothwall Forums.
 
Old 07-21-2005, 10:14 AM   #8
blade013be
LQ Newbie
 
Registered: Jul 2005
Posts: 11

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by peter_robb
It's a bad idea to get gcc installed on your Smoothie..
Don't want anyone using it while the box is running.. Security!
You will find it better to build any software outside the box and copy the completed binaries into the box.
There are many such mods available at the Smoothwall Forums.
Yeah, thanks ! I just read your reply, but this is what I did... I found nmap binaries via Home Brew in the forum, and it's been installed in a few seconds...

By the way, I also found gnu-compiler in binaries, and I had to add some PATH (still don't know why...), wherefore I found another howto... but I uninstalled it... In fact, I just learned it was possible to install via that way...

But how can I make myself a tar file which would extract all files everywhere it needs?
 
Old 07-22-2005, 02:39 PM   #9
peter_robb
Senior Member
 
Registered: Feb 2002
Location: Szczecin, Poland
Distribution: Gentoo, Debian
Posts: 2,458

Rep: Reputation: 48
I'm just lazy and write a script to scp each file into it's location..

You could have a look at a standard "fixes" tarball and copy that structure. Then you could use the Upload button on the Maintenance page of the WebUI..
 
Old 07-24-2005, 10:09 AM   #10
blade013be
LQ Newbie
 
Registered: Jul 2005
Posts: 11

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by peter_robb
I'm just lazy and write a script to scp each file into it's location..

You could have a look at a standard "fixes" tarball and copy that structure. Then you could use the Upload button on the Maintenance page of the WebUI..
I'll check this... thanks !

And thank you for answering my questions, everybody who did...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Smoothwall... Or any others Fasn8n Linux - General 6 01-02-2005 05:29 PM
configure: error: when trying to install / configure new software ? met tomfer007 Linux - Software 1 07-25-2004 03:52 PM
Configure Smoothwall to block ping? chrisknight Linux - Software 10 09-15-2003 04:21 PM
smoothwall virgil Linux - Networking 3 06-12-2002 01:56 AM
Smoothwall: Help! Cypher Linux - Newbie 0 03-25-2002 04:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration