Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 35479
Status: resolved
Priority: 0/
Queue: Net-DNS

People
Owner: Nobody in particular
Requestors: selwynmarock [...] caalob.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Net-DNS-0.63 on solaris 10
Date: Mon, 28 Apr 2008 11:53:05 +0100
To: <bug-Net-DNS [...] rt.cpan.org>
From: "Info" <selwynmarock [...] caalob.com>
Hello there , I'm trying to install your Perl Module Net-DNS-0.63 on solaris 10 perl -v This is perl, v5.8.4 built for sun4-solaris-64int (with 29 registered patches, see perl -V for more detail) Copyright 1987-2004, Larry Wall However getting following error /opt/spamassassin/Net-DNS-0.63 Solaris Server: /usr/perl5/5.8.4/bin/perlgcc Makefile.PL; make Testing if you have a C compiler and the needed header files.... You have a working compiler. Checking if your kit is complete... Looks good Writing Makefile for Net::DNS gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITSd -D_TS_ERRNO -O2 -fno-strict-aliasing -DVERSION=\"0.63\" -DXS_VERSION=\"0.63\" -fPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" netdns.c ar cr netdns.a netdns.o sh: ar: not found *** Error code 1 make: Fatal error: Command failed for target `netdns.a' Can you please advise ??? Selwyn
Subject: Re: [rt.cpan.org #35479] Net-DNS-0.63 on solaris 10
Date: Mon, 28 Apr 2008 15:01:51 +0200
To: bug-Net-DNS [...] rt.cpan.org
From: Olaf Kolkman <olaf [...] dacht.net>
ar cannot be found. It may not be installed, or your path needs to be set different. Compilation is critically dependend on it. However you can install Net::DNS without compiling the binaries. Use the '--noxs' option to use the pure perl version: perl Makefile.PL --noxs --Olaf On Apr 28, 2008, at 12:56 PM, Info via RT wrote: Show quoted text
> > Mon Apr 28 06:56:29 2008: Request 35479 was acted upon. > Transaction: Ticket created by selwynmarock@caalob.com > Queue: Net-DNS > Subject: Net-DNS-0.63 on solaris 10 > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: selwynmarock@caalob.com > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=35479 > > > > Hello there , > > > I'm trying to install your Perl Module Net-DNS-0.63 on solaris 10 > > > perl -v > > This is perl, v5.8.4 built for sun4-solaris-64int > (with 29 registered patches, see perl -V for more detail) > > Copyright 1987-2004, Larry Wall > > > > > However getting following error > > > /opt/spamassassin/Net-DNS-0.63 > > Solaris Server: /usr/perl5/5.8.4/bin/perlgcc Makefile.PL; make > > Testing if you have a C compiler and the needed header files.... > > You have a working compiler. > > Checking if your kit is complete... > > Looks good > > > Writing Makefile for Net::DNS > > gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITSd -D_TS_ERRNO -O2 > > -fno-strict-aliasing -DVERSION=\"0.63\" -DXS_VERSION=\"0.63\" - > fPIC > > "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" netdns.c > > ar cr netdns.a netdns.o > > sh: ar: not found > > *** Error code 1 > > make: Fatal error: Command failed for target `netdns.a' > > > > Can you please advise ??? > > > Selwyn
Download PGP.sig
application/pgp-signature 235b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #35479] Net-DNS-0.63 on solaris 10
Date: Mon, 28 Apr 2008 07:51:39 -0600
To: "Olaf M. Kolkman via RT" <bug-Net-DNS [...] rt.cpan.org>
From: Michael Fuhr <mike [...] fuhr.org>
On Mon, Apr 28, 2008 at 09:03:59AM -0400, Olaf M. Kolkman via RT wrote: Show quoted text
> Queue: Net-DNS > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=35479 > > > ar cannot be found. It may not be installed, or your path needs to be > set different. Compilation is critically dependend on it.
I haven't used Solaris 10 but in previous versions of Solaris ar is in /usr/ccs/bin. Adding that directory to PATH might solve the problem. -- Michael Fuhr
Subject: Re: [rt.cpan.org #35479] Net-DNS-0.63 on solaris 10
Date: Mon, 28 Apr 2008 15:06:33 +0100
To: <bug-Net-DNS [...] rt.cpan.org>
From: "Info" <selwynmarock [...] caalob.com>
Olaf, I used old version (min required for spamassassin 0.34) and it installed ok, Thankyou for your help., I'm getting problems with DB_File-1.817 .......... cabbie: perl Makefile.PL --noxs Parsing config.in... Looks Good. Checking if your kit is complete... Looks good Note (probably harmless): No library found for -ldb Writing Makefile for DB_File cabbie: pwd /opt/spamassassin/DB_File-1.817 cabbie: on 28/4/08 2:04 PM, bug-Net-DNS@rt.cpan.org wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=35479 > > > ar cannot be found. It may not be installed, or your path needs to be > set different. Compilation is critically dependend on it. > > However you can install Net::DNS without compiling the binaries. > > Use the '--noxs' option to use the pure perl version: > > perl Makefile.PL --noxs > > --Olaf > > On Apr 28, 2008, at 12:56 PM, Info via RT wrote: >
>> >> Mon Apr 28 06:56:29 2008: Request 35479 was acted upon. >> Transaction: Ticket created by selwynmarock@caalob.com >> Queue: Net-DNS >> Subject: Net-DNS-0.63 on solaris 10 >> Broken in: (no value) >> Severity: (no value) >> Owner: Nobody >> Requestors: selwynmarock@caalob.com >> Status: new >> Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=35479 > >> >> >> Hello there , >> >> >> I'm trying to install your Perl Module Net-DNS-0.63 on solaris 10 >> >> >> perl -v >> >> This is perl, v5.8.4 built for sun4-solaris-64int >> (with 29 registered patches, see perl -V for more detail) >> >> Copyright 1987-2004, Larry Wall >> >> >> >> >> However getting following error >> >> >> /opt/spamassassin/Net-DNS-0.63 >> >> Solaris Server: /usr/perl5/5.8.4/bin/perlgcc Makefile.PL; make >> >> Testing if you have a C compiler and the needed header files.... >> >> You have a working compiler. >> >> Checking if your kit is complete... >> >> Looks good >> >> >> Writing Makefile for Net::DNS >> >> gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITSd -D_TS_ERRNO -O2 >> >> -fno-strict-aliasing -DVERSION=\"0.63\" -DXS_VERSION=\"0.63\" - >> fPIC >> >> "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" netdns.c >> >> ar cr netdns.a netdns.o >> >> sh: ar: not found >> >> *** Error code 1 >> >> make: Fatal error: Command failed for target `netdns.a' >> >> >> >> Can you please advise ??? >> >> >> Selwyn
> > > >
You probably need to install berkeley DB or set a path to it... --Olaf On Mon Apr 28 10:07:16 2008, selwynmarock@caalob.com wrote: Show quoted text
> Olaf, > I used old version (min required for spamassassin 0.34) and it installed ok, > > Thankyou for your help., > > I'm getting problems with DB_File-1.817 .......... > > cabbie: perl Makefile.PL --noxs > Parsing config.in... > Looks Good. > Checking if your kit is complete... > Looks good > Note (probably harmless): No library found for -ldb > Writing Makefile for DB_File > cabbie: pwd > /opt/spamassassin/DB_File-1.817 > cabbie: > > > on 28/4/08 2:04 PM, bug-Net-DNS@rt.cpan.org wrote: >
> > > > <URL: http://rt.cpan.org/Ticket/Display.html?id=35479 > > > > > ar cannot be found. It may not be installed, or your path needs to be > > set different. Compilation is critically dependend on it. > > > > However you can install Net::DNS without compiling the binaries. > > > > Use the '--noxs' option to use the pure perl version: > > > > perl Makefile.PL --noxs > > > > --Olaf > > > > On Apr 28, 2008, at 12:56 PM, Info via RT wrote: > >
> >> > >> Mon Apr 28 06:56:29 2008: Request 35479 was acted upon. > >> Transaction: Ticket created by selwynmarock@caalob.com > >> Queue: Net-DNS > >> Subject: Net-DNS-0.63 on solaris 10 > >> Broken in: (no value) > >> Severity: (no value) > >> Owner: Nobody > >> Requestors: selwynmarock@caalob.com > >> Status: new > >> Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=35479 > > >> > >> > >> Hello there , > >> > >> > >> I'm trying to install your Perl Module Net-DNS-0.63 on solaris 10 > >> > >> > >> perl -v > >> > >> This is perl, v5.8.4 built for sun4-solaris-64int > >> (with 29 registered patches, see perl -V for more detail) > >> > >> Copyright 1987-2004, Larry Wall > >> > >> > >> > >> > >> However getting following error > >> > >> > >> /opt/spamassassin/Net-DNS-0.63 > >> > >> Solaris Server: /usr/perl5/5.8.4/bin/perlgcc Makefile.PL; make > >> > >> Testing if you have a C compiler and the needed header files.... > >> > >> You have a working compiler. > >> > >> Checking if your kit is complete... > >> > >> Looks good > >> > >> > >> Writing Makefile for Net::DNS > >> > >> gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITSd -D_TS_ERRNO -O2 > >> > >> -fno-strict-aliasing -DVERSION=\"0.63\" -DXS_VERSION=\"0.63\" - > >> fPIC > >> > >> "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" netdns.c > >> > >> ar cr netdns.a netdns.o > >> > >> sh: ar: not found > >> > >> *** Error code 1 > >> > >> make: Fatal error: Command failed for target `netdns.a' > >> > >> > >> > >> Can you please advise ??? > >> > >> > >> Selwyn
> > > > > > > >