终于下定决心来完全把自己与linux完全绑定起来了,。。。。
写道
安装apr和apr-util的时候分别指定了安装路径,这样做是错误的,apr-util本身就是apr的一个插件,需要与apr安装到一起
重新安装之后:
apr-1.3.8]#./configure --prefix=/home/kenxu/softken/apr-1.5.15
apr-1.3.8]#make && make install
apr-util-1.3.9]# ./configure --prefix=/home/kenxu/softken/apr-1.5.15 --with-apr=/home/kenxu/softken/apr-1.5.15/bin/apr-1-config
apr-util-1.3.9]# make && make install
./configure --prefix=/home/kenxu/softken/apache2 --disable-status --disable-userdir --disable-threads --disable-ipv6 --enable-modules='ssl rewrite deflate headers expires' --with-apr=/home/kenxu/softken/apr-1.5.15/bin/apr-1-config --with-apr-util=/home/kenxu/softken/apr-1.5.15/bin/apu-1-config
./configure --prefix=/home/kenxu/softken/php5.4 --with-apxs2=/home/kenxu/softken/apache2/bin/apxs --with-config-file-path=/home/kenxu/softken/php5.4/php-config --with-png-dir --with-jpeg-dir --with-gd --with-curl --with-zlib --enable-mbstring --with-mcrypt --with-freetype-dir=/usr --with-mysql=/usr --with-mysqli --enable-pdo --with-pdo-mysql=/usr --without-pdo-sqlite --with-openssl
安装php 插件
cd xhprof-0.9.4/extension
phpize
./configure --with-php-config=/home/kenxu/softken/php5.4/bin/php-config
ln -s /home/kenxu/softken/php5.4/lib/php/extensions/no-debug-zts-20100525 /home/kenxu/softken/php-extensions
phpmyadmin:
#2002 无法登录 MySQL 服务器
只需要把 phpMyAdmin 目录下 config.inc.php 文件中
$cfg['Servers'][$i]['host'] = 'localhost';
修改为
$cfg['Servers'][$i]['host'] = '127.0.0.1';
重新安装之后:
apr-1.3.8]#./configure --prefix=/home/kenxu/softken/apr-1.5.15
apr-1.3.8]#make && make install
apr-util-1.3.9]# ./configure --prefix=/home/kenxu/softken/apr-1.5.15 --with-apr=/home/kenxu/softken/apr-1.5.15/bin/apr-1-config
apr-util-1.3.9]# make && make install
./configure --prefix=/home/kenxu/softken/apache2 --disable-status --disable-userdir --disable-threads --disable-ipv6 --enable-modules='ssl rewrite deflate headers expires' --with-apr=/home/kenxu/softken/apr-1.5.15/bin/apr-1-config --with-apr-util=/home/kenxu/softken/apr-1.5.15/bin/apu-1-config
./configure --prefix=/home/kenxu/softken/php5.4 --with-apxs2=/home/kenxu/softken/apache2/bin/apxs --with-config-file-path=/home/kenxu/softken/php5.4/php-config --with-png-dir --with-jpeg-dir --with-gd --with-curl --with-zlib --enable-mbstring --with-mcrypt --with-freetype-dir=/usr --with-mysql=/usr --with-mysqli --enable-pdo --with-pdo-mysql=/usr --without-pdo-sqlite --with-openssl
安装php 插件
cd xhprof-0.9.4/extension
phpize
./configure --with-php-config=/home/kenxu/softken/php5.4/bin/php-config
ln -s /home/kenxu/softken/php5.4/lib/php/extensions/no-debug-zts-20100525 /home/kenxu/softken/php-extensions
phpmyadmin:
#2002 无法登录 MySQL 服务器
只需要把 phpMyAdmin 目录下 config.inc.php 文件中
$cfg['Servers'][$i]['host'] = 'localhost';
修改为
$cfg['Servers'][$i]['host'] = '127.0.0.1';
写道
node-v0.10.32$ ./configure --prefix=/home/kenxu/softken/nodejs01032
node-v0.10.32$ make
node-v0.10.32$ make install
$npm -g install grunt-cli
使用 -g 是将插件安装在 nodejs安装目录下的lib目录下
不带这个参数则是安装在当前目录下
关于 grunt 使用手册: http://www.gruntjs.net/docs/getting-started/
安装grunt 如下:
$ git clone https://github.com/yoichiro/chrome_mysql_admin.git
$ cd chrome_mysql_admin
$ npm install
$ grunt
使用 -g 是将插件安装在 nodejs安装目录下的lib目录下
不带这个参数则是安装在当前目录下
关于 grunt 使用手册: http://www.gruntjs.net/docs/getting-started/
安装grunt 如下:
写道
kenxu@startos:~$ npm -g install grunt
grunt@0.4.5 /home/kenxu/softken/nodejs01032/lib/node_modules/grunt
├── dateformat@1.0.2-1.2.3
├── which@1.0.5
├── eventemitter2@0.4.14
├── getobject@0.1.0
├── rimraf@2.2.8
├── colors@0.6.2
├── async@0.1.22
├── grunt-legacy-util@0.2.0
├── hooker@0.2.3
├── exit@0.1.2
├── lodash@0.9.2
├── nopt@1.0.10 (abbrev@1.0.5)
├── coffee-script@1.3.3
├── underscore.string@2.2.1
├── minimatch@0.2.14 (sigmund@1.0.0, lru-cache@2.5.0)
├── iconv-lite@0.2.11
├── glob@3.1.21 (inherits@1.0.0, graceful-fs@1.2.3)
├── findup-sync@0.1.3 (glob@3.2.11, lodash@2.4.1)
├── grunt-legacy-log@0.1.1 (underscore.string@2.3.3, lodash@2.4.1)
└── js-yaml@2.0.5 (esprima@1.0.4, argparse@0.1.15)
grunt@0.4.5 /home/kenxu/softken/nodejs01032/lib/node_modules/grunt
├── dateformat@1.0.2-1.2.3
├── which@1.0.5
├── eventemitter2@0.4.14
├── getobject@0.1.0
├── rimraf@2.2.8
├── colors@0.6.2
├── async@0.1.22
├── grunt-legacy-util@0.2.0
├── hooker@0.2.3
├── exit@0.1.2
├── lodash@0.9.2
├── nopt@1.0.10 (abbrev@1.0.5)
├── coffee-script@1.3.3
├── underscore.string@2.2.1
├── minimatch@0.2.14 (sigmund@1.0.0, lru-cache@2.5.0)
├── iconv-lite@0.2.11
├── glob@3.1.21 (inherits@1.0.0, graceful-fs@1.2.3)
├── findup-sync@0.1.3 (glob@3.2.11, lodash@2.4.1)
├── grunt-legacy-log@0.1.1 (underscore.string@2.3.3, lodash@2.4.1)
└── js-yaml@2.0.5 (esprima@1.0.4, argparse@0.1.15)
$ git clone https://github.com/yoichiro/chrome_mysql_admin.git
$ cd chrome_mysql_admin
$ npm install
$ grunt
相关推荐
记述;解释;帐目 accumulate/ ə’kju:mjuleit/ vt.积累 vi.堆积 accuracy/ ‘ækjurəsi/ n.准确(性);准确度 accurate/ ‘ækjurit/ a.准确的,正确无误的 accustomed/ ə’kΛstəmd/ a.惯常的;...
中国根土蝽属(半翅目:土蝽科)记述,朱耿平,刘国卿,根土蝽属Schiodtella中含有一些重要的经济害虫,1977年,箫采瑜等将我国分布的根土蝽定为Stibaropus formosanus Takano & Yanagihar,,一直被国内多�
新海盘虫属(单殖吸虫,锚首虫科)一新种的记述,朱文辉,马舒欣,记述了寄生于深圳海洋鱼类孟加拉豆娘鱼Abudefduf bengalensis(Bloch,1787)鳃上的新海盘虫属一新种.深圳新海盘虫,新种Neohaliotrema shenzhenensis ...
出版年: 2014-5 页数: 214 定价: 28.00元 丛书: USA美国科学书架·科学探索 ISBN: 9787543961302 内容简介 · · · · · · 虽然机器人是20世纪后半叶的发明,但人们对机器人仆人的想象已有很长一段时间:从传说中...
Females of Neoperla flavescens Chu is described based on fresh material from Henan and Shanxi provinces in this paper. The description on morphological characteristics including internal genitalia, ...
很好的教程 入门之后你可以做一些很牛的数据恢复
【目的】调查中国缨翅目黑蓟马科的种类和分布.【方法】用拍打法采集各种植物上的蓟马标本,并制成玻片标本,进行形态学分类和鉴定.【结果和结论】黑蓟马科在中国仅发现1属3种,其中1种为中国新记录种:克氏黑蓟马 ...
中国缘脊叶蝉亚科四新记录种记述,尚素琴,张雅林,本文记述缘脊叶蝉亚科中国四新记录种:尼氏胫槽叶蝉Drabescus nitobei Matsumura、石龙胫槽叶蝉D. shillongensis Rao、博宁瓦叶蝉Waigara boninensis (Ma
初中真题+考点中考记述文阅读答题技巧.doc
中国绿泥蜂亚科Chloriontinae种类记述(膜翅目: 泥蜂科),史晓倩,李强,本文记述了我国绿泥蜂亚科目前已知的1属3种,包括叶齿金绿泥蜂Chlorion lobatum (Fabricius), 1775、背纹绿泥蜂Chlorion striatum Li and ...
首先,文档中提到的“四年级迎接元旦节的主要记述话题作文”是一个写作主题,旨在让学生通过文字记录下他们对元旦节的体验和感受。在这个活动中,学生们不仅参与了班级的装饰,还准备了各种精彩的节目,如相声、二胡...
罗颖蜡蝉属一新种记述(半翅目:颖蜡蝉科),陈祥盛,杨琳,记述采自贵州省梵净山国家级自然保护区的罗颖蜡蝉属Rhotala Walker 1新种,即梵净罗颖蜡蝉R. fanjingshana sp. nov.。隶属于蜡蝉总科Fulgoroidea颖
厕蝇属三种北京新纪录种记述(双翅目:厕蝇科),张东,张明,本文记述了北京地区厕蝇的3个新纪录种:炭色厕蝇Fannia carbonaria (Meigen,1826)、双重厕蝇Fannia dupla Nishida,1974和毛头厕蝇Fannia hirticeps ...
球蚧跳小蜂属一新种记述(膜翅目:跳小蜂科),李成德,郎瑾,本文记述采自辽宁省沈阳市北陵公园云杉球蚧Physokermes sp.上的一新种:云杉球蚧跳小蜂Aphycoides marginalis sp. nov.。新种与A. clavellatus (Dalman)�
中国收获蚁属分类及沙漠地区两新种记述,宋伶英,贺达汉,本文研究了中国收获蚁属的系统分类,该属中国已知12种,其中包括采自内蒙古沙漠地区的2新种:白刺收获蚁Messor desertora sp.nov和无颚齿�
中国蚜小蜂属二新记录种记述 (膜翅目:蚜小蜂科),陈业,李成德,记述了蚜小蜂属Aphelinus Dalman 2个中国新记录种:黄体黑盾蚜小蜂A. japonicus Ashmead,采自陕西省宁陕县和福建省武夷山市;黄头黑胸蚜小蜂A
多曲缺翅螽与扁尾缺翅螽雌性记述,李汭莲,石福明,本文对多曲缺翅螽Anelytra muticurvus Shi et Qiu,2009与扁尾缺翅螽Anelytra compressa Shi et Qiu,2009的雌性首次进行了描述,并附有特征图与照片。�
中国刺触螨科三新记录种记述(蜱螨亚纲,水螨群,刺触螨科),张旭,金道超,本文记述了刺触螨科,1个中国新记录属(拟刺触螨属)、1个中国新记录亚属(短须刺触螨亚属)、3个中国新记录种,分别为:腹突拟刺
这是一套古典水墨风格的清明节PPT模板,共6张;...PowerPoint模板内容页,讲解了清明节历史、清明节风俗习惯、清明节文学记述等。 关键词:古典风格PPT模板,水墨清明节幻灯片模板免费下载,.PPTX格式;