![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Compile error for PHP with msql | brizrobbo | UNIX for Advanced & Expert Users | 1 | 02-17-2008 11:44 PM |
| C compile error | kuampang | High Level Programming | 3 | 11-29-2006 09:30 PM |
| httpd error | kumarangopi | UNIX for Dummies Questions & Answers | 2 | 11-20-2006 04:58 AM |
| Compile error | coulio | High Level Programming | 9 | 06-30-2006 02:43 AM |
| Error in compile C by gcc | zico | High Level Programming | 4 | 11-11-2003 11:45 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 06:21 AM. Reason: Follow Up |
| Forum Sponsor | ||
|
|
|
#3
|
|||
|
|||
|
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 |
|
#4
|
||||
|
||||
|
bakunin, you're correct, thiis library is missing, after that it errors out with status (1) and exit.
|
|
#5
|
|||
|
|||
|
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. |
|
#6
|
|||
|
|||
|
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 |
|
#7
|
|||
|
|||
|
Unfortunately, I installed libgcc but still the problem not solved.
|
|||
| Google The UNIX and Linux Forums |