Hi,
> > [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'
Well, ldd returned a libc line, libc....so -- don't exactly recall, and I
ran the nm -D against it. This locked up the machine and forced a power
down. Upon reboot I get:
"init: error while loading shared libraries: libc.so.6: cannot read file
data: No such file or directory"
So, I guess that's that. :) I'm not entirely opposed to trying to recover
this build. Wouldn't be the end of the world if I loose it though.
Ron
> 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]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]