You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/01/15 17:13:19 UTC

[COMPILE]: "Problems installing on Solaris 2.6Beta" on Solaris 2.x (fwd)

---------- Forwarded message ----------
Date: Wed Jan 15 5:01:59 1997
From: mbowyer@uk.cv.com
To: apache-bugs%apache.org@organic.com
Subject: [BUG]: "Problems installing on Solaris 2.6Beta" on Solaris 2.x

Submitter: mbowyer@uk.cv.com
Operating system: Solaris 2.x, version: 2.6B
Version of Apache Used: 1.2B4
Extra Modules used: a few, not relevant
URL exhibiting problem: 

Symptoms:
--
Firstly, helpers/GuessOS gets lost on Solaris 2.6Beta
and has to be frigged to respond correctly.

Secondly, something is wrong with the way you change
getwd(char *) to getcwd(char *, MAX_STRING_LENGTH) on 5.6B.
I get:
  "/usr/include/unistd.h", line 280: syntax error before or at: MAX_STRING_LEN

(line 280 is: extern char *getwd(char *);  )

from every single file if I compile with that #define in.
Comment it out, and it compiles fine.

Hopefully, this wont cause any runtime errors, we'll see.
It seems to be runnign fine now.
--

Backtrace:
--

--