Page 1 of 1

COMPILE ERROR FOR 53

Posted: Thu Sep 10, 2015 4:41 am
by bravulink
I see this error when try install the plugin. Any idea about it?

/usr/bin/ld: ext/intl/msgformat/.libs/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 /lib64/libstdc++.so.6 so try adding it to the linker command line
/lib64/libstdc++.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make: *** [sapi/cgi/php-cgi] Error 1
COMPILE ERROR FOR 53
Exiting Installation
/bin/cp: cannot stat ‘/usr/local/apache/conf/includes/pre_main_global.conf.ntphp.bak’: No such file or directory
‘/opt/suphp/etc/suphp.conf.ntphp.bak’ -> ‘/opt/suphp/etc/suphp.conf’

Re: COMPILE ERROR FOR 53

Posted: Thu Nov 05, 2015 10:17 pm
by steve
Hello Bravulink,

Can you please let me know the following details.

OS Version :
Default PHP Version :

Re: COMPILE ERROR FOR 53

Posted: Wed Mar 23, 2016 7:31 pm
by elduny
I have the same problem.

/usr/bin/ld: ext/intl/msgformat/.libs/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 /lib64/libstdc++.so.6 so try adding it to the linker command line
/lib64/libstdc++.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make: *** [sapi/cgi/php-cgi] Error 1
COMPILE ERROR FOR 53
Exiting Installation

Re: COMPILE ERROR FOR 53

Posted: Fri Mar 25, 2016 3:10 pm
by steve
Hello,

Can you please reply with the following details.

/usr/local/cpanel/bin/rebuild_phpconf --current
OS Version :
Default PHP Version :

Re: COMPILE ERROR FOR 53

Posted: Sat Jan 28, 2017 4:33 am
by rarangels
I have current php 5.5 and centos 7

Re: COMPILE ERROR FOR 53

Posted: Sat Jan 28, 2017 8:48 am
by Edward
Hi,

PHP 5.3.29 doesn't seem to like enabling PHP Intl extension on CentOS 7. Can you please do one thing

1. disable Intl extension in Default php version.
2. Recompile 5.3 or install ntphpselector (if not installed )
3. Once compile got fixed, then install intl extension in default php version and you should be good to go.

Let me know if this works for you which might help other as well

Thank you,

Re: COMPILE ERROR FOR 53

Posted: Sun Oct 01, 2017 8:50 pm
by GastonPas
This worked for me. Had the same issue. Thanks for help Edward.

Re: COMPILE ERROR FOR 53

Posted: Sun Oct 01, 2017 9:08 pm
by steve
Thank you for confirming the fix worked.