编译uwsgi报错
时间:2011-03-08
来源:互联网
centos
在virtualenv下安装完django,准备安装uwsgi-0.9.9.6,python版本2.5.5
在make -f Makefile.Py25时,报了下边的错误
/home/be/py25/lib/libpython2.5.so: undefined reference to `emacs_meta_keymap'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_initialize'
/home/be/py25/lib/libpython2.5.so: undefined reference to `remove_history'
/home/be/py25/lib/libpython2.5.so: undefined reference to `write_history'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_instream'
/home/be/py25/lib/libpython2.5.so: undefined reference to `replace_history_entry'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_bind_key_in_map'
/home/be/py25/lib/libpython2.5.so: undefined reference to `read_history'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_completion_append_character'
/home/be/py25/lib/libpython2.5.so: undefined reference to `history_get'
/home/be/py25/lib/libpython2.5.so: undefined reference to `clear_history'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_complete'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_redisplay'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_completer_word_break_characters'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_completion_matches'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_read_init_file'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_free_line_state'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_outstream'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_pre_input_hook'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_insert_text'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_attempted_completion_function'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_callback_read_char'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_attempted_completion_over'
/home/be/py25/lib/libpython2.5.so: undefined reference to `history_get_history_state'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_catch_signals'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_parse_and_bind'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_prep_terminal'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_startup_hook'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_cleanup_after_signal'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_insert'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_readline_name'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_callback_handler_install'
/home/be/py25/lib/libpython2.5.so: undefined reference to `using_history'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_callback_handler_remove'
/home/be/py25/lib/libpython2.5.so: undefined reference to `add_history'
/home/be/py25/lib/libpython2.5.so: undefined reference to `history_truncate_file'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_line_buffer'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_bind_key'
collect2: ld returned 1 exit status
*** error linking uWSGI ***
make: *** [all] Error 1
这是是少什么东西吗,请教怎么解决
在virtualenv下安装完django,准备安装uwsgi-0.9.9.6,python版本2.5.5
在make -f Makefile.Py25时,报了下边的错误
/home/be/py25/lib/libpython2.5.so: undefined reference to `emacs_meta_keymap'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_initialize'
/home/be/py25/lib/libpython2.5.so: undefined reference to `remove_history'
/home/be/py25/lib/libpython2.5.so: undefined reference to `write_history'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_instream'
/home/be/py25/lib/libpython2.5.so: undefined reference to `replace_history_entry'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_bind_key_in_map'
/home/be/py25/lib/libpython2.5.so: undefined reference to `read_history'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_completion_append_character'
/home/be/py25/lib/libpython2.5.so: undefined reference to `history_get'
/home/be/py25/lib/libpython2.5.so: undefined reference to `clear_history'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_complete'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_redisplay'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_completer_word_break_characters'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_completion_matches'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_read_init_file'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_free_line_state'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_outstream'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_pre_input_hook'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_insert_text'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_attempted_completion_function'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_callback_read_char'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_attempted_completion_over'
/home/be/py25/lib/libpython2.5.so: undefined reference to `history_get_history_state'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_catch_signals'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_parse_and_bind'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_prep_terminal'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_startup_hook'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_cleanup_after_signal'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_insert'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_readline_name'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_callback_handler_install'
/home/be/py25/lib/libpython2.5.so: undefined reference to `using_history'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_callback_handler_remove'
/home/be/py25/lib/libpython2.5.so: undefined reference to `add_history'
/home/be/py25/lib/libpython2.5.so: undefined reference to `history_truncate_file'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_line_buffer'
/home/be/py25/lib/libpython2.5.so: undefined reference to `rl_bind_key'
collect2: ld returned 1 exit status
*** error linking uWSGI ***
make: *** [all] Error 1
这是是少什么东西吗,请教怎么解决
作者: dead_Joker 发布时间: 2011-03-08
可能是由于编译python时,我安装了readline-dev的包。
有大侠有想法的吗
有大侠有想法的吗
作者: dead_Joker 发布时间: 2011-03-08
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28