Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
installing compiler

installing compiler

2006-10-06       - By Rick Stevens

 Back
Reply:     1     2     3     4     5  

On Thu, 2006-10-05 at 20:51 -0700, Eric John wrote:

> Thanks to those of you who replied.  You all know who you are.

Eric, we prefer bottom posting here (post your comments AFTER what
you're commenting on).  It makes it a lot easier to follow the
chronology and logic flow of the messages.

> I thought google was worthless because of the whole resetting the
> statistics for terrorstorm thing, and because getting them to open my
> gmail account is harder than squeezing blood from a stone.  Yes, I
> frequently try to do both.
>
> From what I can tell gcc and binutils are installed, but the BASH is
> still trying to tell me the compiler is 'not working'

The "not working" thing is more than a little ambiguous, and smells more
like an error message from a broken install script than something the
system would spit out.

> What gives..  do I need to search by each of the bins it says it needs
> and throw them in one of the bin dirs on the path?  Perhaps I will
> attempt this next as I eagerly await your next constructive reply.

Can you do "gcc -v" successfully?  For example, on an FC4 machine, it
will pop up with:

[rick@(protected) etc]$ gcc -v
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-libgcj-multifile
--enable-languages=c,c++,objc,java,f95,ada --enable-java-awt=gtk
--with-java-home=/usr/lib/jvm/java-1 (See http://ava-1.ora-code.com).4.2-gcj-1 (See http://gcj-1.ora-code.com).4.2.0/jre
--host=i386-redhat-linux
Thread model: posix
gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)

> Also I burned out using google to search for things because I cant
> compile them... sigh... sucks to be me
>
> Ok then oh incidentally does anyone have any advice on installing tor
> is it recommended and does anyone know if the police have said if they
> found anything on those computers they siezed...

Huh?

> Rick Stevens <rstevens@(protected)> wrote:
>         On Thu, 2006-10-05 at 12:16 -0500, Bob McClure Jr wrote:
>         > On Thu, Oct 05, 2006 at 04:09:55AM -0700, Eric John wrote:
>         > > whenever i try to use ./configure, it says
>         > >
>         > > 'checking whether the C compiler (gcc ) works... no
>         > > configure: error: installation or configuration
>         > > problem: C compiler cannot create executables.'

The most likely candidate there is that you don't have write permissions
for the directory you're working in.  First, find out who you're logged
in as, then verify that YOU have write permissions in the current
directory.  That can be done by doing an "ls -l `pwd`".  Verify that
you are the owner of the of the directory.  For example, I'm logged in
as rick:

  [rick@(protected) etc]$ whoami
  rick

And here's the permissions of the directory I'm in:

  [rick@(protected) etc]$ ls -ld `pwd`
  drwxr-xr-x  8 root root 4096 Sep 11 13:56 /usr/local/etc

So, I don't have write permissions in this directory--only user "root"
can write to it.  If I were to run a configure script here, I'd get the
same errors you did.

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
- Rick Stevens, Senior Systems Engineer     rstevens@(protected) -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-               The Theory of Rapitivity: E=MC Hammer                -
-                                  -- Glenn Marcus (via TopFive.com) -
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --

__ ____ ____ ____ ____ ____ ____ ____ ____ ____
Redhat-install-list mailing list
Redhat-install-list@(protected)
https://www.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request@(protected)
Subject: unsubscribe