码迷,mamicode.com
首页 >  
搜索关键字:drupal devel    ( 3771个结果
在aws默认的linux的instance上如何迅速安装java环境
在aws的instance选项中的第一个:amazon自己的linux instance上,想要跑java程序,可是会出现javac:command not found的错误。 一般方案是检测jdk有没有安装以及JAVA_HOME有没有设置正确,不过!!!! 最简单的解决方案: sudo yum install java-devel...
分类:编程语言   时间:2014-07-22 22:48:55    阅读次数:309
centos上安装git
按照这篇文章 安装依赖: yum?install?curl yum?install?curl-devel yum?install?zlib-devel yum?install?openssl-devel yum?install?perl yum?install?cpio yum?install?expat-devel yum?install...
分类:其他好文   时间:2014-07-21 10:34:16    阅读次数:190
安装Quagga路由软件
#!/bin/bash 要先下载好软件:quagga-0.99.19.tar.gz cp?/etc/yum.conf?/etc/yum.conf.lnmp sed?-i?‘s:exclude=.*:exclude=:g‘?/etc/yum.conf for?packages?in?gcc?gcc-c++?ncurses-devel?libxml2...
分类:其他好文   时间:2014-07-21 10:31:21    阅读次数:260
安装git出现的错误
Git在make的时候报错:Can‘t locate ExtUtils/MakeMaker.pm in @INC 解决方法如下: yum -y install perl-devel?perl-CPAN git 需要perl来编译。然后重新make Git Make时出现:tclsh failed; using unoptimized...
分类:其他好文   时间:2014-07-21 10:13:01    阅读次数:375
drupal8 管理入门
https://www.drupal.org/node/1896670本节将介绍新的Drupal8用户,网站管理。它涵盖了使用管理员帐户,并提供从哪里开始的建议。了解管理员帐户在安装过程结束时,谁执行安装的人自动登录到该网站的管理员帐户。您可能会看到提到的管理员帐户为“用户1”。此管理帐户会自动给出...
分类:其他好文   时间:2014-07-21 09:37:48    阅读次数:184
编译PHP时的错误提示及解决办法
php编译常见错误(已安装MySQL和Apache环境下)错误1:configure:error:jpeglib.hnotfound.yuminstalllibjpeglibjpeg-devel-y错误2:configure:error:xslt-confignotfound.Pleasereinstallthelibxslt>=1.1.0distributionyuminstalllibxslt-devel-y错误3:configure:error:xm..
分类:Web程序   时间:2014-07-20 10:35:37    阅读次数:210
Apache using ssl of a install native
wgethttp://mirrors.hust.edu.cn/apache//apr/apr-1.5.1.tar.gzwgethttp://mirrors.hust.edu.cn/apache//apr/apr-util-1.5.3.tar.gzmount/dev/cdrom/mnt/cdromcd/mnt/cdrom/Packages/cpkeyutils-libs-devel-1.4-4.el6.x86_64.rpmpkgconfig-0.23-9.1.el6.x86_64.rpmlibsepol-dev..
分类:其他好文   时间:2014-07-20 03:26:06    阅读次数:320
python 远程执行代码 paramiko fabric
python模块:paramikofabric1.paramikoinstalltion:yum-yinstallpython-develpipinstallparamikoproblem:1.1error:command‘gcc’failedwithexitstatus1这是缺少python-devel软件包,安装即可1.2导入paramiko时报错:error:‘module’objecthasnoattribute‘HAVE_DECL_MPZ_POW..
分类:编程语言   时间:2014-07-19 02:33:35    阅读次数:287
源码包搭建lamp
lamp环境搭建1、apahce安装(1)安装相关的依赖包[root@localhost~]#yum–yinstallgccmakeopenssl-develc++libxml2-devel(2).编译安装apahce[root@localhostsrc]#tar-zxfhttpd-2.2.25[root@localhostsrc]#cdhttpd-2.2.25[root@localhostsrc]#./configure--prefix=/usr/loca..
分类:其他好文   时间:2014-07-18 13:09:49    阅读次数:283
linux下编译GD(freetype+libjpeg+libpng+gd-devel)
1、检查freetype是否安装 rpm -qa | grep freetype 没有的话编译freetype 这里下载 ./configure --prefix=/usr/local/freetype make && make install 即可,没有花头 2、检查libjpeg是否安装 rpm -qa | grep libjpeg 没有的话编译libjpeg ...
分类:系统相关   时间:2014-07-18 11:10:56    阅读次数:256
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!