![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Compile error for PHP with msql | brizrobbo | UNIX for Advanced & Expert Users | 1 | 02-18-2008 02:44 AM |
| C compile error | kuampang | High Level Programming | 3 | 11-30-2006 12:30 AM |
| httpd error | kumarangopi | UNIX for Dummies Questions & Answers | 2 | 11-20-2006 07:58 AM |
| Compile error | coulio | High Level Programming | 9 | 06-30-2006 06:43 AM |
| Error in compile C by gcc | zico | High Level Programming | 4 | 11-12-2003 02:45 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi everybody,
I tried to compile httpd-2.8.8 on AIX 5.2. After downloading the Source file I run the configure as following: >> CC=gcc ./configure --prefix=/usr/local/apache After that i run the command make, but it failed. Below are last several lines of stdout of the make command: lo threadproc/unix/procsup.lo threadproc/unix/signals.lo threadproc/unix/thread.lo threadproc/unix/threadpriv.lo time/unix/time.lo time/unix/timestr.lo user/unix/groupinfo.lo user/unix/userinfo.lo -lpthread Any idea? Thanks in advance Last edited by aldowsary; 01-29-2008 at 09:21 AM.. Reason: Follow Up |
|
||||
|
I could be wrong but this:
seems to be the root of all evil. Maybe a wrongly set LIBPATH or missing library at all? There is a library libpthread.so in AIX 5.3, but you seem to need an equivalent library for the gcc compiler. bakunin |
|
||||
|
Thanks sysgate, thanks bakunin.
I got from the link that given to me by sysgate somebody who encountered same my problem (collect2: library libgcc_s_pthread not found). HERE the thread's link. As this guy said in his last reply: I was able to install the missing library manually to gcc (with the help of an IBM AIX guru.) I don't understand what he mean by installing the missing library manually to gcc?
I appreciate your help guys. |
|
||||
|
As far as i can see you do not need any AIX guru. I entered "libgcc_s_pthread" into Google and the following hit was the first i saw:
DO NOT REPLY [Bug 40765] - library libgcc_s_pthread not found There it says: "libgcc rpm was missing - why didn't ./configure pick this up?" So get and isntall libgcc.rpm and everything should be fine. bakunin |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|