Description of Problem: Vmware workstation 3.1 and RealPlayer 8 both exit immediately with the following error message: undefined symbol: atexit Version-Release number of selected component (if applicable): How Reproducible: Simply try to run vmware or realplayer 8 Steps to Reproduce: 1. execute realplayer version 8 2. execute vmware 3.1 3. Actual Results: /usr/lib/RealPlayer8/realplay: relocation error: /usr/lib/RealPlayer8/Codecs/cook.so.6.0: undefined symbol: atexit vmware: relocation error: vmware: undefined symbol: atexit Expected Results: RealPlayer Window to open. Vmware window to open. Additional Information: If I revert back to glibc-2.2.5-30 I don't get the error.
Fixed in glibc-2.2.5-32.
rpm -qa | grep glibc glibc-common-2.2.5-32 glibc-devel-2.2.5-32 glibc-kernheaders-2.4-7.13 glibc-2.2.5-32 joker:~ $ /usr/lib/RealPlayer8/realplay /usr/lib/RealPlayer8/realplay: relocation error: /usr/lib/RealPlayer8/Codecs/cook.so.6.0: undefined symbol: atexit joker:~ $ vmware vmware: relocation error: vmware: undefined symbol: atexit joker:~ As you can see from above the problem "is not" fixed in glibc-2.2.5-32! The problem "does not" exist in glibc-2.2.5-30
Sorry, typo. Wanted to say fixed in 2.2.5-33+ (currently 2.2.5-34).