Fei Ren schrieb:
On Thu, Nov 29, 2012 at 12:17 AM, Hendrik Schmieder <hendrik.schmieder@xxxxxxxxx> wrote:Fei Ren schrieb:On Wed, Nov 28, 2012 at 11:58 PM, Hendrik Schmieder <hendrik.schmieder@xxxxxxxxx> wrote:Fei Ren schrieb:Hi, guru, When I tries to start my Apache HTTPD Web server, it fails with the following log message bumped out: libgcc_s.so.1 must be installed for pthread_cancel to work libgcc_s.so.1 must be installed for pthread_cancel to work libgcc_s.so.1 must be installed for pthread_cancel to work [Wed Nov 28 23:28:49.007153 2012] [core:notice] [pid 12815:tid 140733049767680] AH00052: child pid 12817 exit signal Aborted (6) [Wed Nov 28 23:28:49.007255 2012] [core:notice] [pid 12815:tid 140733049767680] AH00052: child pid 12818 exit signal Aborted (6) [Wed Nov 28 23:28:49.007290 2012] [core:notice] [pid 12815:tid 140733049767680] AH00052: child pid 12820 exit signal Aborted (6) libgcc_s.so.1 must be installed for pthread_cancel to work [Wed Nov 28 23:28:51.012476 2012] [core:notice] [pid 12815:tid 140733049767680] AH00052: child pid 12901 exit signal Aborted (6) libgcc_s.so.1 must be installed for pthread_cancel to work libgcc_s.so.1 must be installed for pthread_cancel to work [Wed Nov 28 23:28:52.017885 2012] [core:notice] [pid 12815:tid 140733049767680] AH00052: child pid 12930 exit signal Aborted (6) [Wed Nov 28 23:28:52.018009 2012] [core:notice] [pid 12815:tid 140733049767680] AH00052: child pid 12931 exit signal Aborted (6) libgcc_s.so.1 must be installed for pthread_cancel to work libgcc_s.so.1 must be installed for pthread_cancel to work libgcc_s.so.1 must be installed for pthread_cancel to work libgcc_s.so.1 must be installed for pthread_cancel to work ...... Who knows what's the problem for this?Have you checked if libgcc_s.so.1 is installed on your system and if yes where it is located ? HendrikHi, Hendrik, yes, I checked it and it's located in /usr/lib/ #ll /usr/lib/libgccpp.so.1 lrwxrwxrwx 1 root root 17 Aug 1 13:13 /usr/lib/libgccpp.so.1 -> libgccpp.so.1.0.3 #ll /usr/lib/libgccpp.so.1.0.3 -rw-r--r-- 1 root root 5968 Aug 1 13:13 /usr/lib/libgccpp.so.1.0.3 Thanks, Felinalibgccpp.so.1 is not libgcc_s.so.1 ! Hendrik
> Dear Hendrik, > > Could you tell me how to find libgcc_s.so.1? > > I searched /lib and /usr/lib and it's not there. > > Thank you so much! > Felina > > you can use locate libgcc_s.so.1 or find / -name libgcc_s.so.1 -print but pobably both will not succed. Then you have to find out in which package libgcc_s.so.1 is included, but how to this depends on the used distribution. BTW:On Debian based distributions it is in libgcc1, but there's no package with libgccpp.so.1.
So maybe all you have to do is to create a symbolic link. Hendrik --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx