上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 31 下一页
摘要: 1) 安装文件要拷贝到本地文件系统执行2) 虽然不知道 libXmu是什么,但是安装之后,关联包安装了许多,感觉很省心 yum install libXmu.i6863) 还有找不到的包的话,用 yum search 检索一下,是个不错的选择4) 需要手动写 tnsnames.ora , 并配置 ... 阅读全文
posted @ 2015-08-31 16:39 johnsonshu 阅读(305) 评论(0) 推荐(0)
摘要: ./configure --prefix=/h1root/usr/php --host=arm-linux --enable-libxml --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-zlib=... 阅读全文
posted @ 2015-08-29 00:41 johnsonshu 阅读(893) 评论(0) 推荐(0)
摘要: 好像过几次,安装mysql时,总会遇到这个问题。每次都忘怎么解决。 这回写下来吧。编辑 mysql数据库的 user表太麻烦了, 最简单的方法是加一个用户,以后就用这个用户登录CREATE USER 'mysql'@'客户端IP' IDENTIFIED BY 'mysql';GRANT ALL PR... 阅读全文
posted @ 2015-08-28 20:37 johnsonshu 阅读(161) 评论(0) 推荐(0)
摘要: 为arm 编译 mysql , 执行的时候出现了这个问题。好像是个bug,https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626379重新编译,把--with-client-ldflags 选项去掉就可以了./configure --prefix=... 阅读全文
posted @ 2015-08-28 19:44 johnsonshu 阅读(961) 评论(0) 推荐(0)
摘要: Android Version |API Level |Linux Kernel in AOSP----------------------------------------------------1.5 Cupcake |3 |2.6.271.6 Do... 阅读全文
posted @ 2015-08-28 14:33 johnsonshu 阅读(1189) 评论(0) 推荐(0)
摘要: 查了一下,ssh login 之后, 会执行 .bash_profile于是新建一个.bash_profile , 内容如下if [ -f ~/.bashrc ]; then . ~/.bashrcfi 阅读全文
posted @ 2015-08-25 23:58 johnsonshu 阅读(1489) 评论(0) 推荐(0)
摘要: 安装好了dropbear, root 怎么也登录不进去。看 /var/log/messages , 发觉有很多下面的消息, 网上查了一下,发觉建个 /etc/shells 文件,然后把 /bin/bash 写进去, 系统就认为 bash是个合法的shell ,问题就解决了。User 'root' h... 阅读全文
posted @ 2015-08-25 23:55 johnsonshu 阅读(3431) 评论(0) 推荐(0)
摘要: 这个版本的httpd 已经自带 apr apr-util pcre , 不用额外下载源代码1) 编写环境变量脚本,并执行cross-env.sh :export ARMROOTFS=/h1rootexport CPP="/usr/bin/arm-linux-gnueabi-cpp-4.4"expor... 阅读全文
posted @ 2015-08-25 00:17 johnsonshu 阅读(824) 评论(0) 推荐(0)
摘要: 家里有一台cotext-A9(armv7-a) 的盒子,现在不用了,一直想着废物利用。于是想怎么为这盒子编译程序。目标机器:root@routon-h1:/# uname -aLinux routon-h1 2.6.34 #3 SMP Mon Oct 29 19:01:06 CST 2012 arm... 阅读全文
posted @ 2015-08-16 12:33 johnsonshu 阅读(711) 评论(0) 推荐(0)
摘要: git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080git config --global https.proxy https://proxyuser:proxypwd@proxy.server.... 阅读全文
posted @ 2015-08-07 10:42 johnsonshu 阅读(353) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 31 下一页