> env ARCHFLAGS and export ARCHFLAGS, even just setting the variable
> normally via the standard declaration/export.

  Tim.
 From your original post I'm assuming your using "cc" from sun
studio.  If that's the case I use the following when I need to compile
something against my 64 bit mysql package ( say php for example).

CC=cc CFLAGS="-xtarget=generic -m64 -xO4" CXX="CC" CXXFLAGS="-
xtarget=generic -m64 -xO4" LDFLAGS="-m64"

 Are you setting the "-m64" flags like in the above example?
Installing puppet dashboard on Solaris is on my list of things to do
but not in the immediate future.    So if you do get through it and
generate some special incantations i'd love to see them:)
 HTH.  Derek.

>
> I was able to build it against the 32-bit libraries, but then the
> dashboard install fails.
>
> Seems strange to me though. Puppet seems to be designed to manage
> servers at an enterprise level, so all of my machines are 64-bit and
> most of the apps they run are 64-bit, so why would I have to install a
> 32-bit MySQL database just to run the puppet dashboard?

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to