Link to home
Start Free TrialLog in
Avatar of jlaenen
jlaenen

asked on

Symbol resolution failed

I'm using a RS6000 with AIX 4.3.3-10 on it. I've installed the binary distribution of MySQL (version 3.23.46). The installation went fine. I've applied the user permissions correct, but when starting the deamon the following error occurs:

0509-036 Cannot load program ./mysqld because of the following errors:
0509-130 Symbolresolution failed for mysqld because:
0509-136 Symbol strcpy (number 214) is not exported from dependent module /usr/lib/libz.a(shr.o)
0509-136 Symbol strcat (number 215) is not exported from dependent module /usr/lib/libz.a(shr.o)
0509-136 Symbol memmove (number 217) is not exported from dependent module /usr/lib/libz.a(shr.o)
0509-136 Symbol bcopy (number 218) is not exported from dependent module /usr/lib/libz.a(shr.o)
0509-192 Examine .loader section symbols with the 'dump -Tv' command.

How do I export these modules?
ASKER CERTIFIED SOLUTION
Avatar of bobgunzel
bobgunzel

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial