libstdc++.so.6: could not read symbols

993ti

Verified User
Joined
May 4, 2007
Messages
89
When trying to get PHP 5.4 and 5.3 working together, i get this message when it's trying to install php 5.3 (suphp).
Code:
/usr/bin/ld: ext/intl/msgformat/msgformat_helpers.o: undefined reference to symbol '__gxx_personality_v0@@CXXABI_1.3'
/usr/bin/ld: note: '__gxx_personality_v0@@CXXABI_1.3' is defined in DSO /usr/lib/x86_64-linux-gnu/libstdc++.so.6 so try adding it to the linker command line
/usr/lib/x86_64-linux-gnu/libstdc++.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
I searched the forums but haven't found a solution.
 
Back
Top