[EMAIL PROTECTED] wrote:
> 
> > Should be OK then. I'm not using RH7 myself; mandrake 7.2 comes with
> > glibc 2.1
> > and the way thing look RH7 comes with glibc2.2, or mysql is expecting it
> > to,
> > and it can't find the function mkstemp64. My installation doesn't
> > have one either. David, have you seen this before? You were using RH7,
> > right?
> >
> > Oh, Ron, could you try
> > $ nm /usr/lib/mysql/libmysqlclient.a | grep mkstemp
> > and
> > $ nm -D /usr/lib/mysql/libmysqlclient.so | grep mkstemp
> > and see what these return?
> 
> Yes sir,
> 
> [parker@daddy parker]$ nm /usr/lib/mysql/libmysqlclient.a | grep mkstemp
>          U mkstemp64
> [parker@daddy parker]$ nm -D /usr/lib/mysql/libmysqlclient.so | grep
> mkstemp
>          U mkstemp64

Try 
$ ldd /usr/lib/mysql/libmysqlclient.so

if there's a glibc or libc in the return text, do a 'nm -D .... | grep
mkstemp'
on that. If there isn't a mkstemp64 in there, there's a problem.

Emile

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to