当你执行 nginx -t 得时候,nginx会去测试你得配置文件得语法,并告诉你配置文件是否写得正确,同时也告诉了你配置文件得路径: # nginx -t nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok nginx: configuration file /usr/local/etc/nginx/nginx.conf test is successful 配置文件 /etc/nginx/
Linux 共享库 Linux 系统上有两类根本不同的 Linux 可执行程序.第一类是静态链接的可执行程序.静态可执行程序包含执行所需的所有函数 — 换句话说,它们是“完整的”.因为这一原因,静态可执行程序不依赖任何外部库就可以运行. 第二类是动态链接的可执行程序. 静态可执行程序与动态可执行程序比较 我们可以用 ldd 命令来确定某一特定可执行程序是否为静态链接的: # ldd /sbin/sln not a dynamic executable “not a dynamic executa
Linux VSFTP服务器 1.开启服务 [root@localhost root]# service vsftpd start Starting vsftpd for vsftpd: [ OK ] 再次查看发现已经处于启动状态: [root@localhost root]# service vsftpd status vsftpd (pid 4510) is running... 2.修改root用户可以使用ftp 默认不能用ro
摘自http://blog.csdn.net/saga1979/article/details/14161229 man ld.so(8)说,如果库依赖不包括“/”,那么它将按照下面的规则按顺序搜索: (仅对ELF格式)如果可执行文件包含DT_RPATH标签,并且不包含DT_RUNPATH标签,将从DT_RPATH列出的路径搜索.(DT_RPATH已经被废弃,请用DT_RUNPATH) 如果LD_LIBRARY_PATH在程序运行时被定义,那么将从它包含的路径开始.安全起见,对于set-user
Install git , to conveniently download the OpenWrt source code, and build tools to do the cross-compilation process: apt-get update sudo apt-get install git-core build-essential libssl-dev libncurses5-dev unzip Some feeds might not available over git