LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1138|回复: 0

wvdial移植遇到的问题

[复制链接]
发表于 2009-7-14 15:47:19 | 显示全部楼层 |阅读模式
最近需要在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

检测不到,我该怎么做?
先谢谢各位了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表