I think you might not have built libedit correctly. You need to enable wide character support. To do that, re-build libedit, but configure it as follows:
./configure --enable-widec - Doug On Sun, Nov 17, 2013 at 6:48 PM, <[email protected]> wrote: > my os is rhel6.0, i modify hypertable0.9.7.8 code source to extend > function what i want to. > when start cluster, the error as follows: > > [jack@hyt210 hypertable_install]$ cap start > * executing `start' > ** transaction: start > * executing `start_hyperspace' > * executing > "/home/jack/hytcluster/hypertable/current/bin/start-hyperspace.sh > --config=/home/jack/hytcluster/hypertable/0.9.7.8/conf/hypertable.cfg" > servers: ["hyt210"] > [hyt210] executing command > *** [err :: hyt210] /home/jack/hytcluster/hypertable/current/bin/serverup: > symbol lookup error: /home/jack/hytcluster/hypertable/current/bin/serverup: > undefined symbol: history_w > ** [out :: hyt210] Waiting for Hyperspace to come up... > ** [out :: hyt210] Waiting for Hyperspace to come up... > ** [out :: hyt210] Waiting for Hyperspace to come up... > ** [out :: hyt210] Waiting for Hyperspace to come up... > ** [out :: hyt210] Waiting for Hyperspace to come up... > ** [out :: hyt210] Waiting for Hyperspace to come up... > ** [out :: hyt210] Waiting for Hyperspace to come up... > ** [out :: hyt210] Waiting for Hyperspace to come up... > ** [out :: hyt210] ERROR: Hyperspace did not come up > command finished in 41467ms > failed: "sh -c > '/home/jack/hytcluster/hypertable/current/bin/start-hyperspace.sh > --config=/home/jack/hytcluster/hypertable/0.9.7.8/conf/hypertable.cfg'" > on hyt210 > > Hyperspace log: > [jack@hyt210 log]$ cat Hyperspace.log > /home/jack/hytcluster/hypertable/current/bin/Hyperspace.Master: symbol > lookup error: > /home/jack/hytcluster/hypertable/current/bin/Hyperspace.Master: undefined > symbol: history_w > [jack@hyt210 log]$ > > > by the way, i just modify libHypertable.a and libHyperRanger.a when i > replace the same lib on my cluster. the function inoperative. > the sigle machine work well. > thanks for any advice, > > > -- > You received this message because you are subscribed to the Google Groups > "Hypertable Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hypertable-dev. > For more options, visit https://groups.google.com/groups/opt_out. > -- Doug Judd CEO, Hypertable Inc. -- You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hypertable-dev. For more options, visit https://groups.google.com/groups/opt_out.
