当前位置: 技术问答>linux和unix
wvdial移植遇到的问题
来源: 互联网 发布时间:2016-07-27
本文导语: 最近需要在arm上用wvdial,移植的过程中发现还需要wvstreams库,而wvstreams移植又需要openssl和zlib库。 我现在已经把openssl和zlib的静态库弄好了,分别make install到/home/openssl和/home/zlib目录,配置wvstreams的命令为: ./configure -...
最近需要在arm上用wvdial,移植的过程中发现还需要wvstreams库,而wvstreams移植又需要openssl和zlib库。
我现在已经把openssl和zlib的静态库弄好了,分别make install到/home/openssl和/home/zlib目录,配置wvstreams的命令为:
./configure --host=arm-linux --target=arm-linux with_zlib=/home/zlib with_openssl=/home/openssl
说明一下:./configure -h中看到的是--with-zlib和--with-openssl,可是我查看configure.ac发现里面用到的变量是$with_zlib和$with_openssl,所以我就这么写了
结果:
....................
checking for openssl/ssl.h... yes
checking for X509_free in -lcrypto... no
checking for SSL_has_matching_session_id in -lssl... no
................
checking zlib.h usability... no
checking zlib.h presence... no
checking for zlib.h... no
checking for compress in -lz... no
检测不到,我该怎么做?
先谢谢各位了
我现在已经把openssl和zlib的静态库弄好了,分别make install到/home/openssl和/home/zlib目录,配置wvstreams的命令为:
./configure --host=arm-linux --target=arm-linux with_zlib=/home/zlib with_openssl=/home/openssl
说明一下:./configure -h中看到的是--with-zlib和--with-openssl,可是我查看configure.ac发现里面用到的变量是$with_zlib和$with_openssl,所以我就这么写了
结果:
....................
checking for openssl/ssl.h... yes
checking for X509_free in -lcrypto... no
checking for SSL_has_matching_session_id in -lssl... no
................
checking zlib.h usability... no
checking zlib.h presence... no
checking for zlib.h... no
checking for compress in -lz... no
检测不到,我该怎么做?
先谢谢各位了
|
./configure --with-zlib --with-openssl
|
试试这里的补丁
http://lfs.linuxsir.org/htdocs/blfscvs/basicnet/wvstreams.html
http://lfs.linuxsir.org/htdocs/blfscvs/basicnet/wvstreams.html
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。