ERROR: Could not find 'wxe_driver.so'

…衆ロ難τιáo~ 提交于 2019-12-06 04:32:34

问题


I got this error on my ubuntu when I run debugger:start().

Erlang R14B02 (erts-5.8.3) [source] [smp:4:4] [rq:4] [async-threads:0] [kernel-poll:false]

Eshell V5.8.3  (abort with ^G)
1> debugger:start().

=ERROR REPORT==== 14-Feb-2012::17:57:27 ===
ERROR: Could not find 'wxe_driver.so' in: /usr/local/lib/erlang/lib/wx-0.98.9/priv
{ok,<0.36.0>}

I want to know how to fix the error in order to use debugger ?


回答1:


Are you running the default erlang running on ubuntu? Unfortunately there is no longer any erlang-wx package in ubuntu, see this for a discussion on why.

I would recommend downloading the deb package from here or just building erlang from source.



来源:https://stackoverflow.com/questions/9274875/error-could-not-find-wxe-driver-so

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!