Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Problem compiling Apache 2.0.63 on Solaris 10 - isinf |
|
Author |
|
paulh316
Joined: 14 Apr 2008 Posts: 2
|
Posted: Mon 14 Apr '08 15:26 Post subject: Problem compiling Apache 2.0.63 on Solaris 10 - isinf |
|
|
I'm getting an error compling 2.0.63 on my Solaris 10 system. The error is:
**********
Undefined first referenced
symbol in file
isinf /httpd-2.0.63/srclib/apr/.libs/libapr-0.so
ld: fatal: Symbol referencing errors. No output written to .libs/htpasswd
***********
I did some research on isinf. Apparently the gcc libs libs don't include it. I've tried to disable it or tell the compiler not to use it but no joy so far.
Has anyone else seen this? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 15 Apr '08 21:34 Post subject: |
|
|
Due a bug, the configure process does not detect that Solaris does not provide the isinf() function (because of GCC 4.x).
http://forums.digitalpoint.com/showthread.php?t=793133
Quote: |
I have found it to be much more successful compiling stuff using Sun's CC rather than gcc on Solaris. Try setting CC= and point that to your Sun compiler when running ./configure. |
|
|
Back to top |
|
paulh316
Joined: 14 Apr 2008 Posts: 2
|
Posted: Sat 19 Apr '08 0:31 Post subject: |
|
|
Thanks for the advice. It compiled the first time around without modifications using the Sun dev package. |
|
Back to top |
|
|
|
|
|
|