Bug #28552 Mysql compiling with yassl
Submitted: 21 May 2007 8:41 Modified: 21 Jun 2007 8:52
Reporter: Venky P Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: Compiling Severity:S1 (Critical)
Version: OS:Linux (Redhat 9)
Assigned to: CPU Architecture:Any

[21 May 2007 8:41] Venky P
Description:
Hi,
 I downloaded mysql-5.0.16 source tar from archive to Redhat linux 9 system.
 Unzip that tar file and copied to /usr/local/ folder.Copiling like by using
this command
 ./configure --prefix=/usr/local/mysql --with-yassl

 configuration working fine.
  Next i run make...That time i got error like

g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../include -I../../mySTL    -O -DDBUG_OFF    -fno-implicit-templates -fno-exceptions -fno-rtti -c -o libtaoint_a-integer.o `test -f 'integer.cpp' || echo './'`integer.cpp
../../../../depcomp: line 502: exec: g++: not found
make[4]: *** [libtaoint_a-integer.o] Error 127
make[4]: Leaving directory `/usr/local/src/mysql-5.0.16/extra/yassl/taocrypt/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/mysql-5.0.16/extra/yassl/taocrypt'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/mysql-5.0.16/extra/yassl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/mysql-5.0.16'
make: *** [all] Error 2

How to repeat:
roupadd mysql
useradd -g mysql mysql
tar xzf mysql-5.0.16.tar.gz
mv -r mysql-5.0.16 /usr/local/
cd /usr/local/mysql-5.0.16
./configure --prefix=/usr/local/mysql --with-yassl 
make
[21 May 2007 8:52] Sveta Smirnova
Thank you for the report.

But MySQL 5.0.16 is quite old. Please download current 5.0.41 version, try with it and if you can repeat described error, upload config.log file.
[21 Jun 2007 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".