Re: MySQL upgrade

Ashley Chaloner <[email protected]> Wed, 22 Jan 2003 13:36:54 +0000 (GMT)
Newsgroups gmane.linux.redhat.s390
Message-ID <Pine.LNX.4.44.0301221327410.27630-100000@mscs-30.dcs.warwick.ac.uk>
./configure --disable-bdb

> <snip />
> 1)How can I build the latest mysql without encountering these errors

./configure --disable-bdb

Since this is a configure option, the developers must have thought about 
it, so I would expect that it wouldn't remove any functionality, it would 
just change how things are done internally and possibly 'narrow' the 
possibilities from outside (like queuing db transactions instead of 
multithreading them).

Instead of just doing a 'rpm -bb mysql.spec', you'll have to do the 
gunziping, patching, ./configure, make, make install by hand.

> 2)How often can I expect such problems when building from source rpms?
> Considering the moribund pace that RH releases binary packages for the
> s390 at, this is an important consideration.

Depends on how clean and tidy your installation is, src RPMs are very 
specific about things and their versions in order to make sure that the 
best quality binary RPMs get built.

I've never had any trouble with building binary s390 openssh RPMs (for 
example) ... be grateful you were able to get this far, and didn't just 
get a Seg Fault every now and then.

Hope this helps.

Ashley Chaloner.
University Of Warwick, UK.