Попатчил 1.3.0 с SSL, потом PL25.7, все ОК. Даже без режектов. Хотя вот
какая странность:
#ifdef APACHE_SSL
#define SERVER_BASEVERSION "Apache/1.3.0 Ben-SSL/1.18" /* SEE COMMENTS ABOVE */
#else
#define SERVER_BASEVERSION "Apache/1.3.0 rus/PL25.7" /* SEE COMMENTS ABOVE */
#endif
patch мудрит, наверно... Ну да ладно.
Компилю.
In file included from ap_execve.c:93:
../include/httpd.h:752: parse error before `typedef'
../include/httpd.h:752: warning: no semicolon at end of struct or union
../include/httpd.h:756: `table' redeclared as different kind of symbol
../include/alloc.h:170: previous declaration of `table'
../include/httpd.h:757: parse error before `}'
../include/httpd.h:757: warning: data definition has no type or storage class
../include/httpd.h:772: parse error before `wide_table_t'
Смотрим httpd.h:
typedef struct
{
unsigned short offsets[TABLECHARS];
unsigned short len[TABLECHARS];
unsigned char *table;
} wide_table_t;
Смотрим alloc.h:
typedef struct table table;
Ой-ей-ей! Может, все переменные взять да назвать ra_X или там
structname_X, как это в стандартных библиотеках?
--
frodo@sharat.co.il \/ There shall be counsels taken
Stanislav Malyshev /\ Stronger than Morgul-spells
phone +972-2-6245112 /\ JRRT LotR.
http://sharat.co.il/frodo/ whois:!SM8333
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.