Install latest PDNS and PDNS-Recursor on Solaris 10 Sparc

View: New views
6 Messages — Rating Filter:   Alert me  

Install latest PDNS and PDNS-Recursor on Solaris 10 Sparc

by Barron, Josh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hi,

 

Has anyone gotten the latest version of PDNS to install on Solaris 10 Sparc??

 

Lots of random posts out there but nothing much definitive…

 

Thanks in advance.

 

-Josh


_______________________________________________
Pdns-users mailing list
Pdns-users@...
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Re: Install latest PDNS and PDNS-Recursor on Solaris 10 Sparc

by bert hubert-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Oct 28, 2009 at 12:38 AM, Barron, Josh <jbarron@...> wrote:
> Has anyone gotten the latest version of PDNS to install on Solaris 10
> Sparc??
> Lots of random posts out there but nothing much definitive…

Josh,

Can you try http://svn.powerdns.com/snapshots/pdns-recursor-3.1.8-testing.tar.bz2
and see if it compiles for you?

This version has been specially adapted for Solaris 9 on UltraSPARC,
but chances are very good it will 'just work' on Solaris 10 too.

Please let us know!

   Bert
_______________________________________________
Pdns-users mailing list
Pdns-users@...
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Re: Install latest PDNS and PDNS-Recursor on Solaris 10 Sparc

by Barron, Josh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Bert,

I will try that on my test boxes tomorrow.  

-Josh

-----Original Message-----
From: bert.hubert@... [mailto:bert.hubert@...] On Behalf Of
bert hubert
Sent: Wednesday, October 28, 2009 1:29 AM
To: Barron, Josh
Cc: Pdns-users@...
Subject: Re: [Pdns-users] Install latest PDNS and PDNS-Recursor on
Solaris 10 Sparc

On Wed, Oct 28, 2009 at 12:38 AM, Barron, Josh <jbarron@...>
wrote:
> Has anyone gotten the latest version of PDNS to install on Solaris 10
> Sparc??
> Lots of random posts out there but nothing much definitive...

Josh,

Can you try
http://svn.powerdns.com/snapshots/pdns-recursor-3.1.8-testing.tar.bz2
and see if it compiles for you?

This version has been specially adapted for Solaris 9 on UltraSPARC,
but chances are very good it will 'just work' on Solaris 10 too.

Please let us know!

   Bert
_______________________________________________
Pdns-users mailing list
Pdns-users@...
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Re: Install latest PDNS and PDNS-Recursor on Solaris 10 Sparc

by Barron, Josh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok looks like PDNS-Recursor compiled.

I've attached the errors I received during the compilation.  FYI I'm using the following platform:
SunOS ns1 5.10 Generic_141444-09 sun4v sparc SUNW,Sun-Fire-T1000


Now on to the authoritative server...


-----Original Message-----
From: bert.hubert@... on behalf of bert hubert
Sent: Wed 10/28/2009 1:28 AM
To: Barron, Josh
Cc: Pdns-users@...
Subject: Re: [Pdns-users] Install latest PDNS and PDNS-Recursor on Solaris 10 Sparc
 
On Wed, Oct 28, 2009 at 12:38 AM, Barron, Josh <jbarron@...> wrote:
> Has anyone gotten the latest version of PDNS to install on Solaris 10
> Sparc??
> Lots of random posts out there but nothing much definitive.

Josh,

Can you try http://svn.powerdns.com/snapshots/pdns-recursor-3.1.8-testing.tar.bz2
and see if it compiles for you?

This version has been specially adapted for Solaris 9 on UltraSPARC,
but chances are very good it will 'just work' on Solaris 10 too.

Please let us know!

   Bert




_______________________________________________
Pdns-users mailing list
Pdns-users@...
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Compiling PowerDNS.rtf (12K) Download Attachment

Re: Install latest PDNS and PDNS-Recursor on Solaris 10 Sparc

by bert hubert-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Oct 29, 2009 at 1:35 AM, Barron, Josh <jbarron@...> wrote:
> Ok looks like PDNS-Recursor compiled.
>
> I've attached the errors I received during the compilation.  FYI I'm using the following platform:
> SunOS ns1 5.10 Generic_141444-09 sun4v sparc SUNW,Sun-Fire-T1000
>
> Now on to the authoritative server...

Josh,

We too have a Solaris 5.10 Sun Fire T1000 (kindly donated by Sun!).
However, we find that compiling using gcc/g++ 3.3 does not generate
binaries that perform too well (or even work at all). The warning
about -pthread being unknown is a stront hint.

If you could avail yourself of a newer gcc, it is likely that the
authoritative server will compile and work too.

Good luck!
_______________________________________________
Pdns-users mailing list
Pdns-users@...
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Parent Message unknown Re: Install latest PDNS and PDNS-Recursor on Solaris 10 Sparc

by Barron, Josh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Bert,
I sent the below message on Thursday, but it looks like my attachments were just slightly too large to be posted to the mailing list sans approval.
Did you get the message directly and have any ideas??

Thanks,
-Josh


-----Original Message-----
From: Barron, Josh
Sent: Thu 10/29/2009 9:55 AM
To: bert hubert
Cc: Pdns-users@...
Subject: RE: [Pdns-users] Install latest PDNS and PDNS-Recursor on Solaris 10 Sparc
 
Hi Bert,

I got ahold of gcc4 from Blastwave, installed it, placed it in my path and ran the following (for the recursor):

# CXXFLAGS=-I/opt/boost/boost_1_40_0 ./configure

Attached is the error, it doesn't seem to even compile now.




For the authoritative server, looks like it runs into similar problems, I've attached the errors from ./configure and from gmake.  

You mentioned you have a Sun Fire T000.
Any chance you could provide the exact environment and syntax used to compile and install the aforementioned packages?  

Sorry to be a bother!
Thanks Bert,

-Josh

-----Original Message-----
From: bert.hubert@... [mailto:bert.hubert@...] On Behalf Of bert hubert
Sent: Thursday, October 29, 2009 2:21 AM
To: Barron, Josh
Cc: Pdns-users@...
Subject: Re: [Pdns-users] Install latest PDNS and PDNS-Recursor on Solaris 10 Sparc

On Thu, Oct 29, 2009 at 1:35 AM, Barron, Josh <jbarron@...> wrote:
> Ok looks like PDNS-Recursor compiled.
>
> I've attached the errors I received during the compilation.  FYI I'm using the following platform:
> SunOS ns1 5.10 Generic_141444-09 sun4v sparc SUNW,Sun-Fire-T1000
>
> Now on to the authoritative server...

Josh,

We too have a Solaris 5.10 Sun Fire T1000 (kindly donated by Sun!).
However, we find that compiling using gcc/g++ 3.3 does not generate
binaries that perform too well (or even work at all). The warning
about -pthread being unknown is a stront hint.

If you could avail yourself of a newer gcc, it is likely that the
authoritative server will compile and work too.

Good luck!

_______________________________________________
Pdns-users mailing list
Pdns-users@...
http://mailman.powerdns.com/mailman/listinfo/pdns-users