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 Highway Bldg. SSMC4,

Re: Problems with DBI & modperl on Irix 6.5

2005-07-06 Thread Perrin Harkins
On Wed, 2005-07-06 at 14:40 -0400, Robert Aspinall 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. Isn't that just how perl version numbers work? I thought 5.8 and 5.008 actually meant the same thin

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 PROTECTED] Phili

Re: Problems with DBI & modperl on Irix 6.5

2005-07-06 Thread Philip M. Gollucci
Robert Aspinall wrote: 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? I think it might be as simple as: /full/path/to/perl -MCPAN -e shell cpan> install DBI rather then perl -MCPAN -e shell cpan> install DBI EN

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 Stas Bekman
[Robert, please quote only the relevant parts you reply to. The way you reply renders this thread very hard to read in the future. Thanks. Robert Aspinall wrote: 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 =>

Re: Problems with DBI & modperl on Irix 6.5

2005-07-06 Thread Robert Aspinall
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 get this message: Creating DBI::PurePerl test variant: t/zvpp_60preparse.t Creating DBI::PurePerl test variant: t/zvpp_80proxy.t Checking if your kit is co

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's National Ocean Servi

Re: Problems with DBI & modperl on Irix 6.5

2005-07-06 Thread Stas Bekman
Robert Aspinall wrote: ldd DBI.so just returns: libc.so.1 => /usr/lib32/libc.so.1 Hmm, that's bizzare. Was DBI linked statically with perl or something like that? I'm not familiar with Irix, so I'm just guessing. But in this case there should be no DBI.so. How about nuking /opt/perl-5.8.

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't forget to R

Re: Problems with DBI & modperl on Irix 6.5

2005-07-06 Thread Stas Bekman
[Robert, please don't forget to Reply-All] Robert Aspinall wrote: I saw that article, however, as far as I can tell I'm using the same perl libraries that I compiled modperl with. Right, what about DBI.so, that's the only that fails. Stas Bekman wrote: Robert Aspinall wrote: I'm running

Re: Problems with DBI & modperl on Irix 6.5

2005-07-06 Thread Stas Bekman
Robert Aspinall wrote: 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 the Apache::DBI module, I get the following Can't load '/opt/perl-5.8.2/lib/site_perl/5.8.2/IP27-irix/auto/DBI/DBI.so' for module DBI: 71121247:/var/sgi_apache/server/s

Re: Problems with DBI & modperl on Irix 6.5

2005-07-06 Thread Robert Aspinall
A little update:  I see these errors when compiling with 'make':  cc -n32  -O3 -OPT:Olimit=0:space=ON -I/opt/perl-5.8.2/lib/5.8.2/IP27-irix/CORE -D_BSD_TYPES -D_BSD_TIME -woff 1184,1552 -DLANGUAGE_C  -DMOD_PERL_VERSION=\"1.29\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.29\" -I/var/sgi_apache/serv

Re: Problems with DBI & modperl on Irix 6.5

2005-07-05 Thread Perrin Harkins
On Tue, 2005-07-05 at 11:05 -0400, Robert Aspinall wrote: > Yes, DBI is installed and up to date, as is Apache::DBI. Usually when it works from command-line and not from mod_perl, it means one of these: - mod_perl and DBI were not compiled with the same C compiler. - There is a permissions probl

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 wrote:

Re: Problems with DBI & modperl on Irix 6.5

2005-07-05 Thread Michael Peters
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 the Apache::DBI module, I get the following > > > Can't load > '/opt/perl-5.8.2/lib/site_perl/5.8.2/IP27-irix/auto/DBI/DBI.so' for > module DBI: 711212