Life in the fast lane…

by Shoaib Mir

Compiling Slony on Opensolaris

Posted by shoaibmir on January 8, 2009

A few days back I was trying to compile Slony on Opensolaris and it was giving an error:

“can not find slonik.h”

After a little bit of searching here and there it nailed down to be a compiler specific problem.

I was using CC like this:

./configure CC=/opt/SUNWspro/bin/cc

but as soon as I moved to ‘gcc’ everything was good.

Hope that might help someone who gets stuck at this!

Shoaib Mir
shoaibmir[@]gmail.com

2 Responses to “Compiling Slony on Opensolaris”

  1. Odd. Sun Studio works for us just fine. Both 32bit and 64bit.

  2. shoaibmir said

    Or it might be I am missing something with my Solaris Sun Studio installation? as I am a newbie at Solaris :)

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>