Re: Bug: APR::Finfo->protection is not (stat $filename)[2]

2008-10-29 Thread Philip M. Gollucci
Philip M. Gollucci wrote: Joachim Zobel wrote: Hi. If stat returns 777 (octal), protection returns 0x777 (hexadecimal). The documentaion claiming this as the same value should be fixed. If you can submit a patch or point to this documentation, I'll be glad to update that for you. http://sv

Re: Bug: APR::Finfo->protection is not (stat $filename)[2]

2008-10-29 Thread Adam Prime
Philip M. Gollucci wrote: Joachim Zobel wrote: Hi. If stat returns 777 (octal), protection returns 0x777 (hexadecimal). The documentaion claiming this as the same value should be fixed. If you can submit a patch or point to this documentation, I'll be glad to update that for you. I'm guess

Re: Bug: APR::Finfo->protection is not (stat $filename)[2]

2008-10-27 Thread Philip M. Gollucci
Joachim Zobel wrote: Hi. If stat returns 777 (octal), protection returns 0x777 (hexadecimal). The documentaion claiming this as the same value should be fixed. If you can submit a patch or point to this documentation, I'll be glad to update that for you. -- --

Bug: APR::Finfo->protection is not (stat $filename)[2]

2008-10-25 Thread Joachim Zobel
Hi. If stat returns 777 (octal), protection returns 0x777 (hexadecimal). The documentaion claiming this as the same value should be fixed. Sincerely, Joachim

Modperl: modperl-2.0_20080229115113 Make fail w/ missing runtime defs plus t/apr/finfo and vhost/config errors

2008-02-29 Thread O'DELL, TODD E (ATTOPS)
at /home/users/webownr/source/modperl-2.0/blib/lib/APR/XSLoader.pm line 31 Compilation failed in require at /home/users/webownr/source/modperl-2.0/t/lib/TestAPRlib/error.pm line 11. BEGIN failed--compilation aborted at /home/users/webownr/source/modperl-2.0/t/lib/TestAPRlib/error.pm line 11. Compilation failed in require

Re: APR::Finfo

2005-05-04 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Markus Wichitill schrieb: | Tom Schindl wrote: | |> I'm banging my head against the fact how one could use the APR::Finfo |> without having a pool. Is this simply impossible? I though APR::* could |> be used without mod_perl? |>

Re: APR::Finfo

2005-05-04 Thread Markus Wichitill
Tom Schindl wrote: I'm banging my head against the fact how one could use the APR::Finfo without having a pool. Is this simply impossible? I though APR::* could be used without mod_perl? The docs state: --8<-- my $finfo = APR::Finfo::stat("/tmp/test", APR:

APR::Finfo

2005-05-04 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm banging my head against the fact how one could use the APR::Finfo without having a pool. Is this simply impossible? I though APR::* could be used without mod_perl? The docs state: - --8<-- my $finfo = APR::Fin

Re: need help in using APR::Finfo

2004-05-09 Thread Stas Bekman
aravind elango wrote: Hello, David, thanks for the reply. I am looking to do the recursive listing of files in a directory using Apache API. APR::FINFO I read through http://perl.apache.org/docs/2.0/api/APR/Finfo.html but, am unable to find something simple(am example) to get me started. APR

need help in using APR::Finfo

2004-05-09 Thread aravind elango
Hello, David, thanks for the reply. I am looking to do the recursive listing of files in a directory using Apache API. APR::FINFO I read through http://perl.apache.org/docs/2.0/api/APR/Finfo.html but, am unable to find something simple(am example) to get me started. Is APR::FINFO good enough to