Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with apr-util ... Roadmap to Apache httpd

Status
Not open for further replies.

josel

Programmer
Joined
Oct 16, 2001
Messages
716
Location
US
Howdy!

A man greatest fear is to realize his ignorance. Every time I deal with compiling and installing open source stuff, I come face to face with my fears (and often realizing them)

I am trying to compile and install Apache 2.0.49. When I run configure, it fails because apr-utils are missing. OK, I then went on to apache.org and downloaded source for apr-utils and try to install them.

In my attempt to install apr-utils, configure fails with a syntax error:

****** output as I run configure CC="gcc" *************

checking build system type... i386-pc-sco3.2v5.0.5
checking host system type... i386-pc-sco3.2v5.0.5
checking target system type... i386-pc-sco3.2v5.0.5
Configuring APR library
Platform: i386-pc-sco3.2v5.0.5
checking for working mkdir -p... yes
APR Version: 0.9.4
./configure[2350]: syntax error at line 15 : `newline or ;' unexpected

*******************************************************

Any idea how to get around this problem or better yet, fix it?

Thank you all in advance.


Jose Lerebours


KNOWLEDGE: Something you can give away endlessly and gain more of it in the process! - Jose Lerebours
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top