Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change 
notification.

The following page has been changed by HannesBaldursson:
http://wiki.apache.org/thrift/GettingUbuntuPackages

------------------------------------------------------------------------------
  }}}
  Note: I'm not clear on what parts of the boost libraries are required so I've 
included them all.
  
+ == Ubuntu 8.10 ==
- Note: Thrift will not build on Ubuntu 8.10.  This issue is being tracked at 
https://issues.apache.org/jira/browse/THRIFT-208.  You can download a snapshot 
that builds here: 
http://gitweb.thrift-rpc.org/?p=thrift.git;a=snapshot;h=1c8c4bb279578cb76bfcaa419d5b06fb7a187614;sf=tgz
+ Note: Thrift will not build on Ubuntu 8.10.  This issue is being tracked at 
https://issues.apache.org/jira/browse/THRIFT-208.  You can download a snapshot 
that builds here: http://gitweb.thrift-rpc.org/?p=thrift.git;a=snapshot;
+ h=1c8c4bb279578cb76bfcaa419d5b06fb7a187614;sf=tgz
+ 
+ The issue has been traced to {{{/bin/sh }}} which in Ubuntu 8.10 is a symlink 
to /bin/dash. 
+ 
+ A workaround is to symlink /bin/sh to a more capable shell like bash:
+ {{{
+ cd /bin
+ sudo mv sh sh.bak
+ sudo ln -s /bin/bash sh
+ 
+ Now re-run ./configure in the thrift directory
+ make 
+ sudo make install
+ }}}
+ 
+ 
  
  For more information on the requirements see: ThriftRequirements
  

Reply via email to