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/server/include -DMOD_PERL -O -DAP_ENABLE_EXCEPTION_HOOK -DIRIX -n32 -DMOD_SSL=208117 -DUSE_HSREGEX -DEAPI -DEAPI_MM -DUSE_EXPAT -I../lib/expat-lite -n32 -mips3 -O -c mod_perl.c && mv mod_perl.o mod_perl.lo cc WARNING: -O conflicts with -O3; using latter value (-O) cc-1185 cc: WARNING File = mod_perl.c, Line = 988 An enumerated type is mixed with another type. r->proxyreq = 1; ^ Specifically the "warning: -O conflicts with -O3; using latter value (-O) That happens after every cc command. I'd love to try compiling modperl 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 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/sbin/httpd: rld: Fatal Error: unresolvable symbol in /opt/perl-5.8.2/lib/site_perl/5.8.2/IP27-irix/auto/DBI/DBI.so: PL_curstackinfo at /opt/perl-5.8.2/lib/5.8.2/IP27-irix/DynaLoader.pm line 229.\n at /opt/perl-5.8.2/lib/site_perl/5.8.2/IP27-irix/DBI.pm line 252\nBEGIN failed--compilation aborted at /opt/perl-5.8.2/lib/site_perl/5.8.2/IP27-irix/DBI.pm line 252. Compilation failed in require at /opt/perl-5.8.2/lib/site_perl/5.8.2/Apache/DBI.pm line 7. BEGIN failed--compilation aborted at /opt/perl-5.8.2/lib/site_perl/5.8.2/Apache/DBI.pm line 7. |
- Re: Problems with DBI & modperl on Irix 6.5 Robert Aspinall
- Re: Problems with DBI & modperl on Irix 6.5 Stas Bekman
- Re: Problems with DBI & modperl on Irix 6.... Stas Bekman
- Re: Problems with DBI & modperl on Iri... Robert Aspinall
- Re: Problems with DBI & modperl on... Stas Bekman
- Re: Problems with DBI & modpe... Robert Aspinall
- Re: Problems with DBI & m... Stas Bekman
- Re: Problems with DBI &am... Robert Aspinall
- Re: Problems with DBI &am... Philip M. Gollucci
- Re: Problems with DBI &am... Robert Aspinall
- Re: Problems with DBI & modpe... Robert Aspinall