当我运行这个命令时,hostapd hostapd-minimal.conf我得到了这个:
root@tarek-PC:~# hostapd hostapd-minimal.conf
Configuration file: hostapd-minimal.conf
Line 2: invalid/unknown driver 'nl80211 '
Line 4: unknown hw_mode 'g '
2 errors found in configuration file 'hostapd-minimal.conf'
Run Code Online (Sandbox Code Playgroud)在做make第一次之后,我遇到了这个错误:
driver_nl80211.c:25:26: warning: netlink/attr.h: No such file or directory
Run Code Online (Sandbox Code Playgroud)
我通过安装解决了 libnl-1.0pre8
现在我在执行make命令时出现此错误:
../src/crypto/crypto_openssl.c:10:30: fatal error: openssl/opensslv.h: No such file or directory
compilation terminated.
make: *** [../src/crypto/crypto_openssl.o] Error 1
Run Code Online (Sandbox Code Playgroud)
任何人都可以帮助我解决我正在运行 Ubuntu 13.04 的错误吗?
在 Ubuntu 12.10 中,执行该chmod a+x ./*.sh命令后,在*.sh文件上加倍时会显示两个选项(在终端中打开 - 显示)
但是在 Ubuntu 13.04 中,即使在执行chmod a+x命令后,它仍然在文本编辑器中打开
有什么解决办法吗?