Re: [Maria-developers] compile issue and the -lz flag

2009-05-05 Thread Don Kehn
ything on the commandline after the -static MUST be statically linked thus is not found in my case. Have confirmed this on two different fedora core 10 - 64-bit systems. Anyways thanks all for the input. I finally have a build - on to the next.. On Tue, May 5, 2009 at 1:14 PM, Do

Re: [Maria-developers] compile issue and the -lz flag

2009-05-05 Thread Don Kehn
Got the ncurses development libs loaded - intersting if I do a 32-bit version all works as it should, but when I do a ./BUILDcompile-pentium64-max I start seeing the -lz error. I feel like this is a library malfunction. On Tue, May 5, 2009 at 7:41 AM, Kristian Nielsen wrote: > Don Kehn wri

Re: [Maria-developers] compile issue and the -lz flag

2009-05-04 Thread Don Kehn
day 04 May 2009 17:22:57 Don Kehn wrote: > > Yes the the libraries are installed, and I believe that the > > --with-zlib-dir=bundled has gotten me on to a difference error, my yum > list > > shown below. > > > > [r...@m1330 etc] > yum list|grep libz > >

Re: [Maria-developers] compile issue and the -lz flag

2009-05-04 Thread Don Kehn
Error 1 make[2]: Leaving directory `/u02/devl/mysql-5.1.34/client' make[1]: *** [all] Error 2 make[1]: Leaving directory `/u02/devl/mysql-5.1.34/client' make: *** [all-recursive] Error 1 [dk...@m1330 mysql-5.1.34] > On Mon, May 4, 2009 at 9:18 AM, Bo Thorsen wrote: > On Monday

[Maria-developers] compile issue and the -lz flag

2009-05-04 Thread Don Kehn
Hi all: when compiling on x64 systems (i.e. CentOS & Fedora core 10) and using the BUILD/compile-pentium64-max, I'm getting the -lz error "/usr/bin/ld: cannot find -lz" and when I simplify the ./comfigure line to a --without-zlib it works. So, after modifing the configure flags that results into: .