On Tuesday 20 June 2006 12:02 pm, Martin Jespersen wrote:
> ./configure --prefix=/opt/.mysql-4.1.20 --enable-assembler
> --enable-thread-safe-client --enable-static=all --with-gnu-ld
> --with-mysqld-user=mysql --without-debug
> --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static
> --with-charset=latin1 --with-collation=latin1_danish_ci --without-innodb
> --with-lib-ccflags="-O3 -fomit-frame-pointer -march=nocona -msse3"
> --with-comment

Try killing the --enable-static=all and --with-mysqld-ldflags part.  Looks 
like the code doesn't like it because of certain glibc functions:

> ../mysys/libmysys.a(mf_pack.o)(.text+0x4ef): In function `unpack_dirname':
> : warning: Using 'getpwnam' in statically linked applications requires
>
> at runtime the shared libraries from the glibc version used for linking

-- 
Chris White
PHP Programmer/DB Carrier
Interfuel

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to