rpm source build problems

2002-12-20 Thread Pete Mocat
Hi, I hope this message is not out of place, but I have not been able to solve this problem. I need to rebuild the latest MySQL rpm's for use on some RedHat 6.1/6.2 machines and have been having quite a few problems. I've made sure I have : autoconf-2.52 automake-1.5 libtool-1.4.3 which I beli

build problems

2002-03-06 Thread Paul Warren
I have Redhat 7.2 - clean install When I try to compile my own mysql 49a version, I get a hostname error and it said it can't use the resolveIP function. It also says it might be that mysql isn't 100% compatible with the libc (or glibc) version I have. I also saw on the www.mysql.com homepage that

Re: Build problems on Solaris 7 and 8.

2001-10-26 Thread Alan W. Rateliff, II
On 26-Oct-01, Jeff Wiegley, Ph.D. said something totally profound about Build problems on Solaris 7 and 8. that made me ponder... JWP> The only useful question in this message is: JWP> JWP> How do I pass "-Wl,-R/usr/local/lib" to everything while JWP> configuring and comp

Build problems on Solaris 7 and 8.

2001-10-26 Thread Jeff Wiegley, Ph.D.
The only useful question in this message is: How do I pass "-Wl,-R/usr/local/lib" to everything while configuring and compiling MySQL? Please don't tell me about adding LD_LIBRARY_PATH to my profile. That's just plain dumb when you should be able to pass "-R" to the linker. Everything else belo

build problems on powerpc with 3.23.42

2001-09-23 Thread Christian Hammers
Hello I have problems building the mysql package for the Debian distribution on powerpc. More infos below. Feel free to contact me for further details. bye, -christian- make[3]: Entering directory `/home/ch/debian/mysql-3.23.42/sql' g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_H

Build problems with BerkeleyDB

2001-08-15 Thread Jeff Hinds
While attempting to build MySQL from the source distribution, I have received the following message from the configuration utility. checking for BerkeleyDB... supplied configure: error: didn't find valid BerkeleyDB: invalid version 3.3.11 (must be version 3.2.3h or ) We

Re: Build problems (+solution) on HPUX 10.20/gcc 2.95

2001-08-09 Thread Sinisa Milivojevic
Harro Verkouter writes: > > Hi Michael, > Ok. So I gave it another try. I untarred the source distro into a new > directory and ran the configure command above (only different prefix). > Made absolutely no difference whatsoever: still a gazillion+-1 errors > :). Below I have a snapshot of the kin

Re: Build problems (+solution) on HPUX 10.20/gcc 2.95

2001-08-09 Thread Harro Verkouter
Hi Michael, Michael Widenius wrote: > Between the different configure attemtns, did you do 'rm config.cache'? > > If not, then there is a big change that the old content of > config.cache from the first build could have affected the later > builds. I got an email from Timothy Smith yesterday s

Build problems (+solution) on HPUX 10.20/gcc 2.95

2001-08-08 Thread Michael Widenius
Hi! > "verkouter" == verkouter <[EMAIL PROTECTED]> writes: verkouter> Description: verkouter> I tried to compile the mysql client stuff. verkouter> The first configure command was: verkouter> ./configure --prefix=/jaw0_3/jops/verkout --without-server --without-docs --witho

Re: Build problems (+solution) on HPUX 10.20/gcc 2.95

2001-08-07 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: > Description: > I tried to compile the mysql client stuff. > The first configure command was: > ./configure --prefix=/jaw0_3/jops/verkout --without-server --without-docs >--without-bench --without-debug --with-pthread > > This (obviously) did n

Build problems (+solution) on HPUX 10.20/gcc 2.95

2001-08-07 Thread verkouter
Description: I tried to compile the mysql client stuff. The first configure command was: ./configure --prefix=/jaw0_3/jops/verkout --without-server --without-docs --without-bench --without-debug --with-pthread This (obviously) did not fully work. Almost everyting

Build Problems

2001-07-17 Thread Brad Bonkoski
Hello, I am trying to build mysql-3.23.39 my configure options are: './configure --prefix=/home/mysql' when I run make I get this output: Making all in client make[2]: Entering directory `/home/SOURCE/mysql-3.23.39/client' gcc -DUNDEF_THREADS_HACK -I./../include -I../include -I./.. -I..

Build problems.

2001-06-20 Thread darren hudson
apologies if this is documented somewhere, but i have found much of the material confusing. I am attempting to build mysql-3.23.39 on a sun Solaris 2.6 box, with the languages / utilities installed. 1. perl5.6.1 2. GNUmake 3. GNUm4 4. GNUtar 5. apache1.3.19 6. autoconf-2.13 7. automake-1.4 8. ga

Re: build problems on NT 5

2001-02-27 Thread Miguel Angel Solórzano
At 18:10 27/02/2001 +0100, Cynic wrote: Hi! The masm is a separate product of Microsoft. You can remove the .asm files from the MySQL tree. When your compiler reach the linking process, the linker will claims for some files of the strings directory, then add all these files from /strings directory

build problems on NT 5

2001-02-27 Thread Cynic
Should MySQL build out of the box on NT? I tried to build 3.23.32 and 3.23.33 on NT 5, and both attempts failed on the assembler code. The custom build step for /strings/Strings.asm is as follows: masm -Mx -t -DDOS386 -DM_I386 $(InputPath),$(OutDir)\$(InputName).obj,,, I believe I have MA

build problems

2001-02-21 Thread Cynic
[Please cc me, I'm not on the list.] Hi there. I'm trying to compile mysql-3.23.33 on NT 5, and have run into this: Performing Custom Build Step on .\Strxmov.asm 'masm' is not recognized as an internal or external command, operable program or batch file. Error executing c:\winnt\system32\cmd.e

Patch for build problems on Alpha!

2001-01-22 Thread Michael Widenius
Hi! > "Christian" == Christian Hammers <[EMAIL PROTECTED]> writes: Christian> Hello Christian> Here is something from the Debian bug tracking system for you. If fixes Christian> the compilation problems on Alpha architecture. Christian> bye, Christian> -christian- >> downloaded

Patch for build problems on Alpha!

2001-01-22 Thread Christian Hammers
Hello Here is something from the Debian bug tracking system for you. If fixes the compilation problems on Alpha architecture. bye, -christian- -- codito ergo sum - I code, therefore I am! On Sun 21 Jan 2001, Cristian Ionescu-Idbohrn wrote: > downloaded 3.23.31. Builds just fi