Bug #1967 | mysql-4.0.16: Failure to make on Solaris 7 | ||
---|---|---|---|
Submitted: | 27 Nov 2003 3:54 | Modified: | 27 Nov 2003 6:46 |
Reporter: | Barry Byrne | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S2 (Serious) |
Version: | mysql-4.0.16 | OS: | SunOS 5.7 |
Assigned to: | CPU Architecture: | Any |
[27 Nov 2003 3:54]
Barry Byrne
[27 Nov 2003 4:54]
Barry Byrne
I tried "make clean" and then "make" again; it appears that make clean does not erase sql/lex_hash.h
[27 Nov 2003 5:48]
Barry Byrne
#Workaround for this particular problem export LD_LIBRARY_PATH="/usr/local/lib:/usr/local/lib/sparcv9" make clean rm sql/lex_hash.h make
[27 Nov 2003 6:46]
MySQL Verification Team
This is a consequence of the bad build. STL library must never be linked in. Try our 2.8 32-bit binary on 2.7. Those work for most of the users.
[27 Nov 2003 8:05]
Barry Byrne
Thank you to Sinisa Milivojevic who replied >This is a consequence of the bad build. > STL library must never be linked in. I just followed the default instructions. How does that generate a "bad build"? >Try our 2.8 32-bit binary on 2.7. Those work for most of the users. I have tried it; It failed to find a library that I assumed was part of 2.8; sorry can't remember the details. However, the build from source was eventually successful with the workaround in my second comment.