McAfee Showing as Virus

2021-07-29 Thread Gokul P
Hi Team, Please check version 5.5 and 5.4 setup file showing as virus in McAfee. 5.1 tried and it is working fine. https://www.postgresql.org/ftp/pgadmin/pgadmin4/ [image: image.png] Regards Gokul P

Re: [Haskell-cafe] help with Haskell performance

2009-11-10 Thread Gokul P. Nair
--- On Sat, 11/7/09, Don Stewart d...@galois.com wrote: General notes:   * unpack is almost always wrong.   * list indexing with !! is almost always wrong.   * words/lines are often wrong for parsing large files (they build large list structures).   * toList/fromList probably aren't the best

[Haskell-cafe] help with Haskell performance

2009-11-07 Thread Gokul P. Nair
Hi all, The task I'm trying to accomplish: Given a log file containing several lines of white space delimited entries like this: [Sat Oct 24 08:12:37 2009] [error] GET /url1 HTTP/1.1]: Requested URI does not exist [Sat Oct 24 08:12:37 2009] [error] GET /url2 HTTP/1.0]: Requested URI does not

Re: concurrent servers

2006-10-11 Thread Gokul P. Nair
Very cool indeed! A quick 'man 2 bind' yeilded this:EINVAL The socket is already bound to an address. This may change in the future: see linux/unix/sock.c for details.I'd be curious to find out what nginx does to circumvent this, atleast on linux.- Gokul- Original Message From: Jonathan

RE: Apache::DB - What am I doing wrong?

2006-03-06 Thread Gokul P. Nair
Also, when I said "use Carp in every module", I meant 'call Carp::Cluck'. Sorry for that confusion. Gokul"Gokul P. Nair" [EMAIL PROTECTED] wrote: Well, here's the deal. I would like to view a stack trace of everything that's being called in my web application, starting fr

Re: Apache2::Cookie confusing path and domain

2005-07-01 Thread Gokul P. Nair
to APR::Request::Cookie::value() So its supposed to be returning just the value and not the entire cookie string, but I'm not sure what this would have to do with the name or expires tag not being set under the cookie? Thanks Gokul P. Nair --- Philip M. Gollucci [EMAIL PROTECTED] wrote: Gokul P

Re: Apache2::Cookie confusing path and domain

2005-07-01 Thread Gokul P. Nair
also printf Set-Cookie: %s\n, $cookie-as_string; displays the right values i.e. in my case Set-Cookie: foo=bar; path=/; expires=Sat, 02-Jul-2005 14:34:42 GMT Gokul P. Nair --- Philip M. Gollucci [EMAIL PROTECTED] wrote: Gokul P. Nair wrote: --- Philip M. Gollucci [EMAIL PROTECTED] wrote

Re: Apache2::Cookie confusing path and domain

2005-07-01 Thread Gokul P. Nair
$r-err_headers_out-add('Set-Cookie' = sprintf(%s, $cookie-as_string)); or the code below would suffice too. $r-headers_out-add('Set-Cookie'=$cookie-as_string); Gokul P. Nair --- Philip M. Gollucci [EMAIL PROTECTED] wrote: Gokul P. Nair wrote: also printf Set-Cookie: %s\n, $cookie

Re: Apache2::Cookie confusing path and domain

2005-06-30 Thread Gokul P. Nair
=111695546005425w=2 I'm confused as to which is the best way to go about setting and retrieving cookies. Any advice would be greatly appreciated. Thanks, Gokul P. Nair --- Jonathan Vanasco [EMAIL PROTECTED] wrote: On Jun 29, 2005, at 2:04 PM, Chris Jacobson wrote: $cookie-path

Re: Apache2::Cookie confusing path and domain

2005-06-30 Thread Gokul P. Nair
of Apache2::Cookie is not recommended right? Am i even approaching this in the right direction? Thanks again. Gokul P. Nair --- Philip M. Gollucci [EMAIL PROTECTED] wrote: Gokul P. Nair wrote: I'm confused as to which is the best way to go about setting and retrieving cookies. Any advice

Re: Apache2::Cookie confusing path and domain

2005-06-30 Thread Gokul P. Nair
); This does not set the cookie whatsoever, i tried $r-err_headers_out... still no luck. What am I doing wrong? is there something very bovious i'm missing? Thanks again. Gokul P. Nair --- Philip M. Gollucci [EMAIL PROTECTED] wrote: Gokul P. Nair wrote: Thanks for the attachment. What i still

Re: Apache2::Cookie confusing path and domain

2005-06-30 Thread Gokul P. Nair
As of now, to check to see if the cookie is set or not, i'm just doing something as simple as checking under 'Preferences' and 'View Cookies' in my browser's properties button. I've seen the cookies, that i set using Apache2::Cookie in the past, there. I don't see them now, reloading the page

Re: Apache2::Cookie confusing path and domain

2005-06-30 Thread Gokul P. Nair
It works and i'm able to set the cookie, but the name and expires tags are not set in the cookie? Did it work for you? Is this a bug? Thanks. --- Philip M. Gollucci [EMAIL PROTECTED] wrote: I hope you mean $r-headers_out, if yes then i do have that line too, although it fails miserably.

Re: Apache2::Cookie confusing path and domain

2005-06-30 Thread Gokul P. Nair
ok, I'll try and look at the code. Thanks Gokul P. Nair --- Philip M. Gollucci [EMAIL PROTECTED] wrote: Gokul P. Nair wrote: It works and i'm able to set the cookie, but the name and expires tags are not set in the cookie? Did it work for you? Crap I missed the missing name

APR::* confusion in setting and retrieving cookies through libapreq2

2005-06-27 Thread Gokul P. Nair
::Request. Are these methods implemented as functions in C code that is then dynamically linked and bootstrapped through the dynaLoader module? Thanks, Gokul P. Nair Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy

APR::* confusion in setting and retrieving cookies through libapreq2

2005-06-23 Thread Gokul P. Nair
in C code that is then dynamically linked and bootstrapped through the dynaLoader module? Thanks, Gokul P. Nair __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: APR::* confusion in setting and retrieving cookies through libapreq2

2005-06-23 Thread Gokul P. Nair
set! I'm clueless, is $r-headers_out ... the right way of sending the cookie? Thanks, Gokul P. Nair --- Malcolm J Harwood [EMAIL PROTECTED] wrote: On Thursday 23 June 2005 12:29 pm, Gokul P. Nair wrote: Also $req needs to be an object of type APR::Pool and in the documentation for APR

Re: mod_perl2 make test errors - Apache2::Const

2005-06-07 Thread Gokul P. Nair
/perl5/5.8.6 /usr/local/lib/perl5/site_perl/5.8.6/i686-linux /usr/local/lib/perl5/site_perl/5.8.6 /usr/local/lib/perl5/site_perl Any ideas as to what could be wrong here? i've hit a dead end here! Thanks in advance. Gokul P. Nair --- Stas Bekman [EMAIL PROTECTED] wrote: Gokul P. Nair

mod_perl2 make test errors - Apache2::Const

2005-06-06 Thread Gokul P. Nair
I'm tyring to compile and install mod_perl 2.0 as a dso on Apache 2.0.52 but it complains about not being able to load Apache2::Const module. This is the error i get when i run make test: Can't load '/usr/local/src/mod_perl-2.0.0/blib/arch/auto/Apache2/Const/Const.so' for module Apache2::Const:

Re: Apache::Session not updating (writing)

2005-05-10 Thread Gokul P. Nair
--- Bart Simpson [EMAIL PROTECTED] wrote: Don't use mason though. I'm curious about your last statement about not using Mason, why do u say so? --- Bart Simpson [EMAIL PROTECTED] wrote: --- Rick [EMAIL PROTECTED] wrote: I'm having problems with MasonX::Request::WithApacheSession (using

call to Apache::Cookie causes a segfault (11), please help!

2005-04-15 Thread Gokul P. Nair
A simple call to set_login_cookie.html from a browser causes a segmentation fault and generates the following message in my apache error log: [notice] child pid x exit signal Segmentation fault (11) set_login_cookie.html: html hello /html %init my $cookie = Apache::Cookie-new ( $r,

Re: Problem with apache and mysql

2005-03-09 Thread Gokul P. Nair
My suggestion would be to use Apache::DBI too if ur not already doing so. my guess is that the database handles open by DBI (not to be mistaken for Apache::DBI) might remain open eventually leading to inability to access mysql anymore. hope that helps. Gokul --- Alejandro Galue [EMAIL

Re: connect to a remote Postgresql server using DBI

2005-03-04 Thread Gokul P. Nair
://www.postgresql.org/docs/7.4/static/install-procedure.html -Alec On Thu, 3 Mar 2005 21:08:27 -0800 (PST), Gokul P. Nair wrote: i would like to connect to a remote postgresql 8.1 server using a perl script. The machine i'm trying to connect from is running Debian and perl v5.6.1

connect to a remote Postgresql server using DBI

2005-03-03 Thread Gokul P. Nair
i would like to connect to a remote postgresql 8.1 server using a perl script. The machine i'm trying to connect from is running Debian and perl v5.6.1. In order to connect to the remote postgresql server i assume i need DBI as well as DBD::Pg. well the DBI installation went well but when i try to

upgrade perl 5.6.1 to 5.8.5

2005-03-02 Thread Gokul P. Nair
I'm currently using perl v5.6.1 and would like to upgrade it to v5.8.5, also when i download and install modules from cpan.org it prints this at the end of installation: Appending installation info to /usr/lib/perl/5.6.1/perllocal.pod I have 2 questions: 1. How do i upgrade from 5.6.1 to 5.8.5 2.

modperl 2.0.0-rc4 statically linked with httpd-2.0.53

2005-03-01 Thread Gokul P. Nair
how do i find out if mod_perl is statically linked to apache or dynamically? the reason i need to know this is because in order to install HTML::Mason, it is strictly reccomended that mod_perl be statically linked to apache. thanks in advance. Gokul