mysql install

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
tweet
Forum Newbie
Posts: 13
Joined: Wed May 28, 2003 1:18 am

mysql install

Post by tweet »

redhat9.0 used............
mysql4.0.16.tar.gz downloaded, it will install
gcc.rpm have two in rpmfind.net
gcc-c++-3.2.2-5.i386.rpm, gcc-3.2.2.5.rpm
gcc-3.2.2.5.rpm installed,
all of two.rpm should install or one of two.rpm shoud install?????

run mysql configure in prompt.
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C preprocessor... gcc -E
checking "C Compiler version"... "gcc gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)"
./configure: line 1: g++: command not found
checking "C++ compiler version"... "g++ "

here, checking dependency style of gcc... gcc3
gcc3.2.2.5 version do mean number'3' in 'gcc3'???
because of not install gcc-c++.rpm, seem to like appear this message. right??
User avatar
BDKR
DevNet Resident
Posts: 1207
Joined: Sat Jun 08, 2002 1:24 pm
Location: Florida
Contact:

Post by BDKR »

Is there any particular reason you're compiling MySQL? There are binary downloads for Linux (not talking about RPM files either).

Cheers,
BDKR
Post Reply