Dragoa Posted July 22, 2008 Share Posted July 22, 2008 Alright, I'm trying to install Apache2.2.8 onto an HP-UX 11g box, and I can run the command ./configure --enable-so Which goes off without a hitch, but when I try to run a Make, it doesn't get very far in and exits out with this: (Bundled) cc: warning 922: "-b" unsupported in the bundled compiler, ignored. (Bundled) cc: warning 957: The +b/users/dwloader/lee/web/setup/httpd-2.2.8/srclib/apr-util/xml/expat/lib/.libs:/users/dwloader/lee/web/setupd/httpd-2.2.8/srclib/apr/.libs:/usr/local/apache2/lib option is neither supported nor required on IPF. ld: Unknown input file type: "/users/dwloader/lee/web/setup/httpd-2.2.8/srclib/apr-util/xml/expat/lib/.libs/libexpat.so" Fatal error. *** Error exit code 1 Stop. *** Error exit code 1 Stop. *** Error exit code 1 Stop. *** Error exit code 1 Stop. I can't find any mention of either error online, although I really couldn't figure out a proper search string since it kept giving me PHP errors and not Apache errors. Any help would be greatly appreciated. Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/116053-apache2-install-make-error/ Share on other sites More sharing options...
Dragoa Posted July 22, 2008 Author Share Posted July 22, 2008 Ok, so I just downloaded a new version of Apache, 2.2.9, and it failed on the Make step, which a bunch of bundled and code errors. The last exit message is this: (Bundled) cc: warning 922: "-b" is unsupported in the bundled compiler, ignored. ld: Unknown input file type: "/users/dwloader/lee/web/setup/httpd-2.2.9/srclib/apr-util/xml/expat/lib/.libs/libexpat.so" Fatal error. *** Error exit code 1 Stop. *** Error exit code 1 Stop. *** Error exit code 1 Stop. *** Error exit code 1 Stop. Link to comment https://forums.phpfreaks.com/topic/116053-apache2-install-make-error/#findComment-596789 Share on other sites More sharing options...
trq Posted July 22, 2008 Share Posted July 22, 2008 What compiler are you using? Link to comment https://forums.phpfreaks.com/topic/116053-apache2-install-make-error/#findComment-596906 Share on other sites More sharing options...
Dragoa Posted July 23, 2008 Author Share Posted July 23, 2008 Alright, looks like I am using the C-ANSI-C compiler, from the "swlist -l procut" command it looks like this: C-ANSI-C c.06.15 HP C/aC++ Compiler Link to comment https://forums.phpfreaks.com/topic/116053-apache2-install-make-error/#findComment-597549 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.