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/13 14:10:01 UTC

[BUG]: "mod_cookies.c won't compile on Solaris/x86 in Apache/1.1.2" on Solaris 2.x (fwd)

1.1  bugs.  Oh joy!  :-)

---------- Forwarded message ----------
Date: Sun Jan 12 23:48:27 1997
From: gryko@asu.edu
To: apache-bugs%apache.org@organic.com
Subject: [BUG]: "mod_cookies.c won't compile on Solaris/x86 in Apache/1.1.2" on Solaris 2.x

Submitter: gryko@asu.edu
Operating system: Solaris 2.x, version: 
Version of Apache Used: 1.1.2
Extra Modules used: mod_cookies
URL exhibiting problem: 

Symptoms:
--
In line 124 of mod_cookies.c, rname is declared
as type 'const char*'.  Therefore, any attempt
to modify it later (as is done in line 131)
causes a compile error.  

I am using the Sun ProCompiler 3.0 to compile
the code.  

Sincerely,
Izydor Gryko
gryko@asu.edu
--

Backtrace:
--

--