Discussion:
Errors during PersistentPerl Compilation
(too old to reply)
Ferry Bolhar
2009-11-12 10:56:55 UTC
Permalink
Hi,

I'm trying to install PersistentPerl 2.22 on a Fedora 10 system with Perl
5.10.0 installed. During the make, I get some errors from gcc:

perperl_perl.c: In function 'find_scr':
perperl_perl.c:258: error: expected expression before 'PersistentScript'
perperl_perl.c: In function 'get_string':
perperl_perl.c:449: error: expected expression before 'char'
perperl_perl.c: In function 'cwd_new':
perperl_perl.c:484: error: expected expression before 'PersistentCwd'
perperl_perl.c: In function 'onerun':
perperl_perl.c:808: warning: comparison between pointer and integer
perperl_perl.c:809: warning: comparison between pointer and integer
perperl_perl.c:810: warning: comparison between pointer and integer
perperl_perl.c: In function 'perperl_perl_init':
perperl_perl.c:918: warning: passing argument 2 of 'perl_parse' from
incompatible pointer type

Deos someone use PersistentPerl under an environment like this? Or - since
the module seems to be very old (October 2003) - is there a newer module
which provides persistent context (didn't found somewhat on CPAN)?

Greetings, Ferry
--
Ing. Ferry Bolhar
Magistrat der Stadt Wien - MA 14
A-1010 Wien
E-Mail: ferdinand.bolhar-***@wien.gv.at
Dr.Ruud
2010-01-01 14:40:16 UTC
Permalink
Post by Ferry Bolhar
I'm trying to install PersistentPerl 2.22 on a Fedora 10 system with Perl
perperl_perl.c:258: error: expected expression before 'PersistentScript'
perperl_perl.c:449: error: expected expression before 'char'
perperl_perl.c:484: error: expected expression before 'PersistentCwd'
perperl_perl.c:808: warning: comparison between pointer and integer
perperl_perl.c:809: warning: comparison between pointer and integer
perperl_perl.c:810: warning: comparison between pointer and integer
perperl_perl.c:918: warning: passing argument 2 of 'perl_parse' from
incompatible pointer type
Deos someone use PersistentPerl under an environment like this? Or - since
the module seems to be very old (October 2003) - is there a newer module
which provides persistent context (didn't found somewhat on CPAN)?
Hi Ferry,

What problem are you trying to fix?

Current hardware, and OS-functionality, can probably already do all that
you need.

If not, see also mod_perl, and FastCGI (FCGI) on CPAN.
--
Ruud
Loading...