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?
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.