论坛首页 综合技术论坛

在ubuntu上编译erlang with wx

浏览 5390 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2009-07-12  

因为ubuntu维护的erlang版本太旧,因此从某时开始,我就开始自己维护我使用的erlang版本,下载源代码来编译

 

以前编译的时候总是有odbc和wx两个无法链接,因为不使用到,也就忽略过去了,这次因为想看看debugger的东西,需要wx支持,才去想办法编译wx的driver,不过碰到一些问题,留给大家

 

首先,下载了源代码,configure一下,发现无法link odbc和wx,于是安装wx相关的dev包,重新configure,还是不行,几乎把wx相关的dev包都装上去了,还是不行,放狗n次,终于在maillist里找到原因 ,原来是configure的cache的缘故,nnd,以后要多长个心眼了

  Just a note to help people trying to build wx on Debian and
  derivatives (such as ubuntu.) I've found the minimal requirements to
  be;

apt-get install freeglut3-dev libwxgtk2.8-dev g++

  Also, there seems to be a caching problem; if these packages are not
  installed when configure runs, subsequent configures will also fail.
  Deleting the build directory and re-unpacking the tarball
  works. There's probably a better method that I'm unaware of.
   发表时间:2009-10-12  
记下来还是有用的,呵呵,我自己又用上了
0 请登录后投票
   发表时间:2009-10-12  
为啥需要 wx呢? 用erlang写界面?
0 请登录后投票
   发表时间:2009-10-12  
debugger 和 appmon什么的未来都会转移到 wx上去
0 请登录后投票
   发表时间:2010-06-04  
和你遇到了同样的问题,谢谢,解决了一个问题。
还剩下 下面的没有解决 我用的是ubuntu10
crypto         : No usable OpenSSL found
odbc           : ODBC library - link check failed
ssh            : No usable OpenSSL found
ssl            : No usable OpenSSL found
0 请登录后投票
   发表时间:2010-06-06  
langzhe 写道
和你遇到了同样的问题,谢谢,解决了一个问题。
还剩下 下面的没有解决 我用的是ubuntu10
crypto         : No usable OpenSSL found
odbc           : ODBC library - link check failed
ssh            : No usable OpenSSL found
ssl            : No usable OpenSSL found



应该是装libssl-dev,unixodbc-dev
0 请登录后投票
   发表时间:2010-06-07  
apt-get build-dep erlang就把所以的依赖库安装好省心省力
0 请登录后投票
论坛首页 综合技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics