public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* httpd startup error
@ 2013-03-13 13:27 andyroo
  2013-03-13 13:43 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: andyroo @ 2013-03-13 13:27 UTC (permalink / raw)
  To: gcc-help

Hello kind people,

I am inexperienced with gcc and the way the libraries function.

I need some help to get my httpd to start again. 	


I am using cpanel and I get the following message when trying to start the
httpd service:

"
httpd: Syntax error on line 40 of /usr/local/apache/conf/httpd.conf: Syntax
error on line 9 of /usr/local/apache/conf/php.conf: Cannot load
/usr/local/apache/modules/mod_suphp.so into server: /lib/libc.so.6: version
`GLIBC_2.17' not found (required by /usr/lib/libstdc++.so.6)
"

Please help,

Thanks in advance,
Andy



--
View this message in context: http://gcc.1065356.n5.nabble.com/httpd-startup-error-tp921256.html
Sent from the gcc - Help mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: httpd startup error
  2013-03-13 13:27 httpd startup error andyroo
@ 2013-03-13 13:43 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2013-03-13 13:43 UTC (permalink / raw)
  To: andyroo; +Cc: gcc-help

On 3/13/13, andyroo <asmith@kinghoster.co.uk> wrote:
>
> I am inexperienced with gcc and the way the libraries function.
>
> I need some help to get my httpd to start again. 	
>
>
> I am using cpanel and I get the following message when trying to start the
> httpd service:
>
> "
> httpd: Syntax error on line 40 of /usr/local/apache/conf/httpd.conf: Syntax
> error on line 9 of /usr/local/apache/conf/php.conf: Cannot load
> /usr/local/apache/modules/mod_suphp.so into server: /lib/libc.so.6: version
> `GLIBC_2.17' not found (required by /usr/lib/libstdc++.so.6)
> "

This is not, properly speaking, a GCC issue.  The error message means
that you have a version of mod_suphp.so or libstdc++.so that was built
on a system with a newer glibc than the one you are trying to run it
on.  glibc does not provide forward compatibility.  After you build a
shared library, you must run it on a system that has at least that
same glibc version, not an earlier one.

Ian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-13 13:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-13 13:27 httpd startup error andyroo
2013-03-13 13:43 ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).