Correct, except for the fastbinary.so Python module, which probably needs to be built on the system (or at least with the same compiler, libc, and Python headers). fastbinary.so is not required for correct operation, though, just for performance.
--David On 02/02/2011 10:39 AM, Bryan Duxbury wrote: > At least for Java, you are completely correct. I presume that Python works > the same way. > > On Wed, Feb 2, 2011 at 6:49 AM, Phillip B Oldham > <[email protected]>wrote: > >> Am I right in thinking that, if I only need Python and Java support on >> an OpenSolaris system, I should be able to simply bundle the >> thrift-specific files (libthrift.jar, etc) with my project and deploy >> it onto the OS system? I don't need to install thrift on the >> OpenSolaris server? >> >> -- >> Phillip B Oldham >> [email protected] >> +44 (0) 7525 01 09 01 >> >
