You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Bremser, Kurt (Allianz Technology GmbH)" <Ku...@allianz.at> on 2017/08/21 06:59:58 UTC

AW: [users@httpd] Apache 1.3.42/mod_perl 1.31 on RedHat 7? [wd-vc]

1.3.42 is so far out of any development (2010) and support that you won't get it to compile in any recent environment (at least without lots of work). Use a current version instead.
Even 2.2 has reached end-of-life by now.

Kurt Bremser
Allianz Technology GmbH

Newton was wrong. There is no gravity. The Earth sucks.
________________________________________
Von: David Hodgkinson [davehodg@gmail.com]
Gesendet: Freitag, 18. August 2017 15:36
An: users@httpd.apache.org
Betreff: [users@httpd] Apache 1.3.42/mod_perl 1.31 on RedHat 7? [wd-vc]

Anyone have joy (and/or relevant patches) compiling Apache 1.3 on (an up to date) RedHat 7?

I’m getting far too many errors and it’s beyond my archaic C memories to fix them.

It’s gcc version 4.8.5, apache_1.3.42, mod_perl-1.31.

Things like:

perl_util.c:673:5: error: use of undeclared identifier 'PL_uid'; did you mean 'PL_Cmd'?
    uid  = (int)getuid();
    ^~~
    PL_Cmd

perl_util.c:674:5: error: use of undeclared identifier 'PL_euid'
    euid = (int)geteuid();
    ^
./perl_PL.h:47:14: note: expanded from macro 'euid'
#define euid PL_euid
             ^
perl_util.c:675:5: error: use of undeclared identifier 'PL_gid'; did you mean 'PL_Cmd'?
    gid  = (int)getgid();
    ^~~
    PL_Cmd



Allianz Technology GmbH 
1130 Wien, Hietzinger Kai 101-105 
FN 365014k, Handelsgericht Wien 
UID: ATU 66614737 

http://www.allianz.at 

******************************************************** 
Dieses E-Mail und allfaellig daran angeschlossene Anhaenge 
enthalten Informationen, die vertraulich und 
ausschliesslich fuer den (die) bezeichneten Adressaten 
bestimmt sind. 
Wenn Sie nicht der genannte Adressat sind, darf dieses 
E-Mail samt allfaelliger Anhaenge von Ihnen weder anderen 
Personen zugaenglich gemacht noch in anderer Weise 
verwertet werden.
Wenn Sie nicht der beabsichtigte Empfaenger sind, bitten
wir Sie, dieses E-Mail und saemtliche angeschlossene
Anhaenge zu loeschen. 

Please note: This email and any files transmitted with it is 
intended only for the named recipients and may contain 
confidential and/or privileged information. If you are not the 
intended recipient, please do not read, copy, use or disclose 
the contents of this communication to others and notify the 
sender immediately. Then please delete the email and any 
copies of it. Thank you.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache 1.3.42/mod_perl 1.31 on RedHat 7? [wd-vc]

Posted by David Hodgkinson <da...@gmail.com>.
> On 21 Aug 2017, at 07:59, Bremser, Kurt (Allianz Technology GmbH) <Ku...@allianz.at> wrote:
> 
> 1.3.42 is so far out of any development (2010) and support that you won't get it to compile in any recent environment (at least without lots of work). Use a current version instead.

I shall break the bad news in the standup this morning.

> Even 2.2 has reached end-of-life by now.

At least there are rpms!

> 
> Kurt Bremser
> Allianz Technology GmbH


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org