>>>>> "Chris" == Chris Unger <cunger@stripped> writes:
Chris> what is this error mean????
Chris> mysqld restarted on Tue Jun 22 09:25:06 EDT 1999
Chris> 990622 9:25:06 Warning: setrlimit returned ok, but didn't change limits.
Chris> Max open files is 360
Chris> 990622 9:25:06 Warning: Changed limits: max_connections: 70 table_cache: 140
Chris> /usr/libexec/ld.so: Undefined symbol "_fchdir" called from
Chris> mysqld:/usr/lib/libc_r.so.3.0 at 0x201bd6a8
Chris> I'm upgrading from a previous version. Which I have done many times before,
Chris> just now the damn thing isn't working. Any help would be greatly appreciated.
Hi!
What kind of mysqld binary are you using? Did you compile this
yourself?
What was your previous MySQL version?
Try recompiling MySQL with the following options:
--with-mysqld-ldflags=-all-static --disable-shared
Regards,
Monty