Re: Safe handling of an SQL query

2012-04-16 Thread Robert Aspinall
I suggest you limit that functionality at the database level. You should be able to make sure their accounts can only perform SELECT queries. This is much safer than attempting to detect malicious/improper SQL. Robert Aspinall NOAA's National Ocean Service CO-OPS/Information Systems Div

Re: I need to unsub

2005-07-08 Thread Robert Aspinall
I think he was asking what address he subscribed under. It's [EMAIL PROTECTED] Robert Aspinall NOAA's National Ocean Service CO-OPS/Information Systems Division 1305 East-West Highway Bldg. SSMC4, Station Id 6314 Silver Spring, MD 20910 [EMAIL PROTECTED] Stas Bekman wrote:

Re: Problems with DBI & modperl on Irix 6.5

2005-07-06 Thread Robert Aspinall
You're probably right, I hadn't noticed the signifigant digits were the same.  Thanks for the heads up.  Now if I could just figure out why modperl refuses to work with DBI.. Robert Aspinall NOAA's National Ocean Service CO-OPS/Information Systems Division 1305 East-West High

Re: Problems with DBI & modperl on Irix 6.5

2005-07-06 Thread Robert Aspinall
No, when I invoked CPAN I did it as /usr/local/bin/perl -MCPAN -e shell (the location of the perl 5.8 binary) Robert Aspinall NOAA's National Ocean Service CO-OPS/Information Systems Division 1305 East-West Highway Bldg. SSMC4, Station Id 6314 Silver Spring, MD 20910 [EMAIL PROT

Re: Problems with DBI & modperl on Irix 6.5

2005-07-06 Thread Robert Aspinall
There is more than one perl installed (an unfortunate side effect of IRIX). Any idea how to get cpan to only build using 5.8? Stas Bekman wrote: > Something I noticed when reinstalling DBI.. it's finding perl 5.008 > somewhere on the system, despite invoking cpan with the 5.8 binary. I > ge

Re: Problems with DBI & modperl on Irix 6.5

2005-07-06 Thread Robert Aspinall
it is complete... Looks good I see you're using perl 5.008002 on IP27-irix, okay. Robert Aspinall NOAA's National Ocean Service CO-OPS/Information Systems Division 1305 East-West Highway Bldg. SSMC4, Station Id 6314 Silver Spring, MD 20910 [EMAIL PROTECTED] Stas Bekman wrote: Robert

Re: Problems with DBI & modperl on Irix 6.5

2005-07-06 Thread Robert Aspinall
I'm not sure what output you're looking for, but if I run ldd on /var/sgi_apache/httpd-outbox/libexec/libperl.so: libm.so => /usr/lib32/libm.so libc.so.1 =>/usr/lib32/libc.so.1 Which file do you want me to ldd as far as the perl lib goes? Robert Aspinall NOAA&

Re: Problems with DBI & modperl on Irix 6.5

2005-07-06 Thread Robert Aspinall
ldd DBI.so just returns: libc.so.1 => /usr/lib32/libc.so.1 Robert Aspinall NOAA's National Ocean Service CO-OPS/Information Systems Division 1305 East-West Highway Bldg. SSMC4, Station Id 6314 Silver Spring, MD 20910 [EMAIL PROTECTED] Stas Bekman wrote: [Robert, please don

Re: Problems with DBI & modperl on Irix 6.5

2005-07-06 Thread Robert Aspinall
odperl with gcc, but even when I softlink cc to gcc, it still insists on using the -n32 flag, which is invalid with gcc.  Any ideas, anyone? Robert Aspinall wrote: Hello, I'm running modperl 1.29 on Apache 1.3.31 with Perl 5.8.2, running on Irix 6.5.25m. When I try to use

Re: Problems with DBI & modperl on Irix 6.5

2005-07-05 Thread Robert Aspinall
Yes, DBI is installed and up to date, as is Apache::DBI. Robert Aspinall NOAA's National Ocean Service CO-OPS/Information Systems Division 1305 East-West Highway Bldg. SSMC4, Station Id 6314 Silver Spring, MD 20910 [EMAIL PROTECTED] Michael Peters wrote: Robert Aspinall

Problems with DBI & modperl on Irix 6.5

2005-07-05 Thread Robert Aspinall
27;d love to get mod_perl running. Thanks, -- Robert Aspinall NOAA's National Ocean Service CO-OPS/Information Systems Division 1305 East-West Highway Bldg. SSMC4, Station Id 6314 Silver Spring, MD 20910 [EMAIL PROTECTED]