Re: APR::SockAddr

2008-01-06 Thread Philippe M. Chiasson
Axel Huizinga wrote: Hi, Suddenly on of my mod_perl handlers is broken with the following error: Can't locate object method "ip_get" via package "APR::SockAddr" at line: my $ip = $self->{r}->connection->remote_addr->ip_get; (temporary replaced by $ENV{'REMOTE_ADDR'} - now the handler works a

APR::SockAddr

2008-01-06 Thread Axel Huizinga
Hi, Suddenly on of my mod_perl handlers is broken with the following error: Can't locate object method "ip_get" via package "APR::SockAddr" at line: my $ip = $self->{r}->connection->remote_addr->ip_get; (temporary replaced by $ENV{'REMOTE_ADDR'} - now the handler works again) I didn't change

Re: Theory and practice of mod_perl win32

2008-01-06 Thread William A. Rowe, Jr.
Foo JH wrote: Thinking from the perspective of the developer who tries very hard to avoid dealing with C/C++, can the ApacheLounge patches and compilation do the trick? Your question is irrelevant. Reread the post. Caveat: have not read the dialog on the mailing list described. Might be a

Re: Theory and practice of mod_perl win32

2008-01-06 Thread Foo JH
Thinking from the perspective of the developer who tries very hard to avoid dealing with C/C++, can the ApacheLounge patches and compilation do the trick? Caveat: have not read the dialog on the mailing list described. William A. Rowe, Jr. wrote: Anyone following the dialog on [EMAIL PROTECTE

Re: Re: Re: Process exists - Segmentation fault

2008-01-06 Thread abhishek jain
Hi Its me again, But still the things are not working right. I tried to recompile Embperl and put PerlModule Embperl after LoadModule embperl_module .. Now i do not remember it was before or now but after i uncomment the 'PerlModule Embperl' line and things stop working i do not receie

Re: How to store keys generated from Crypt::RSA module??

2008-01-06 Thread Kurt Hansen
arnab wrote: Hi All, I'm using Crypt::RSA module for generating public & private keys. Now the problem is that when I'm storing the keys in the database, and again bringing them to do the signature or verification the Crypt::RSA module is unable to understand the key format. I'm storing the key