《my php configure》的相关内容
相关讨论
Mysql编译安装参数优化
1. -static 13%
--with-client-ldflags=-all-static
--with-mysqld-ldflags=-all-static
静态链接提高13%性能
2. -pgcc 1%
CFLAGS="-O3 -mpentiumpro -mst ...
by andyao 2007-09-12 浏览 (1284) 回复 (1) 关键字: mysql compile
Linux安装:mysql+apache+php
安装步骤:
1.mysql
在如下页面下载mysql的for linux rpm包
http://www.mysql.com/downloads/down...3.52-1.i386.rpm ;
http://www.mysql.com/downloads/down...3.52-1.i386.rpm ;
存至/home/tmp目录
命令列表: ...
by sovolee 2008-03-12 浏览 (464) 回复 (0) 关键字: mysql, apache, php
Rails Linux安装配置全集
最近在railscn的群里面总是看到很多朋友希望在linux里面安装rails缺不得其法,我将自己的安装笔记整理了下,包括ubuntu通用安装系列(ruby, ror, mysql, other plugins, etc),apache/mongrel安装,mysql拷贝备份,以及附带的cvs与ftp安装配置。也希望其他朋友有更好的做法能在本贴下留言,解决新手们此类问题。
转发本帖或引用文档,请 ...
by huangye177 2007-04-11 浏览 (3151) 回复 (3) 关键字:
GNU/Linux下pgadmin3-1.2.0 安装
GNU/Linux下pgadmin3-1.2.0 安装
『分享·告诉好友』□ 来源: 更新时间:1969-12-31作者 :Robin_Kin (王亮)
现下载了最新的 wxGTK-2.5.4.tar.bz2 (我机器上装的是 GTK )
然后按照指导
./configure --with-gtk --enable-gtk2 \
--enable-unic ...
by jinheking 2007-09-27 浏览 (448) 回复 (0) 关键字:
关于MPlayer安装过程中的问题及解决
最近在研究flv视频技术的时候由于要安装mplayer来进行rm/rmvb视频的转换,在安装的过程中遇到了不少问题,现在基本上已经都解决了,所以写下来留作以后参考,也和大家一起分享下~~~
首先下载所有的软件包,如下:
1)MPlayer-1.0rc1.tar.bz2 &n ...
by ferreousbox 2007-11-21 浏览 (777) 回复 (0) 关键字: linux ffmpeg mencoder mplayer 安装 libstdc++.so.5
相关博客
我编译带gVim的vim的参数
./configure --with-x --enable-cscope --enable-xim --enable-fontset --enable-multibyte
by crackcell 2008-06-15 浏览 (79) 回复 (0) 关键字:
compile mysql by myself
CFLAGS="-O3 -mpentiumpro -fomit-frame-pointer -pipe" CXX=gcc CXXFLAGS="-O3 -mpentiumpro -felide-constructors -fno-exceptions -fno-rtti -fomit-frame-pointer -pipe" ./configure --prefix=/home/mysql --en ...
by nathan.wu 2008-01-27 浏览 (137) 回复 (0) 关键字:
配置编译server过程记录
以下内容是我上次在suse10上配置服务器过程的记录,放到这里供有需要的同学参考:
目标:支持LDAP的Apache2.2+MySQL5+PHP5+Subversion1.4.2+SVNManage服务器
0、设置环境
为优化编译,需要根据CPU设置编译参数(详见http://gentoo-wiki.com/Safe_Cflags),我的是AMD的CPU。创建文件 /etc/prof ...
by crazycode 2007-09-11 浏览 (711) 回复 (2) 关键字:
SUSE Linux下源码编译安装apache2.2.6+php5.1.16+mysql5.0.40
SUSE Linux下源码编译安装apache2.2.6+php5.1.16+mysql5.0.40
文档
一、编译mysql 5.0.40
#cd /usr/local/src
# tar zxvf mysql-5.0.40.tar.gz
# cd mysql-5.0.46
#./configure --prefix=/usr/local/mysql --localstatedir=/ ...
by liuye 2008-08-14 浏览 (98) 回复 (0) 关键字:
相关圈子讨论
Flex With Spring [转]
来源: http://coenraets.org/flex-spring
What is Spring?Spring is one of the most popular Java frameworks. The foundation ofthe Spring framework is a lightweight comp ...
by mikel 2007-11-23 浏览 (1299) 回复 (1)
相关新闻
jmaps - 方便地调用Google Map 发布2.0 alpha版本
jmaps是一个基于jquery的插件,能够极端地简化Google Map调用,今天发布了新的2.0 alpha版本。
调用的api如下:
$('#div').jmap(options, callback);
默认的options有如下参数:
$.jmap.defaults = {
// Initial type of map to display
...
by JavaEye管理员 2007-11-19 浏览 (885) 回复 (1) 关键字: google map jquery
ehcache-1.4-beta2 发布
Ehcache出自Hibernate,在Hibernate中使用它作为数据缓存的解决方案。
项目主页:
这个版本修补了用户反馈的大致10个(上个版本-1.4.0-beta)bug,以前各个版本的特性对照参见changelog
新特性见这里:
引用
You can now define CacheLoaders in the ehcache core API. They supplement ...
by bangyan2003 2008-01-15 浏览 (499) 回复 (1) 关键字:
物件导向语言 haXe 2.0 发布.
haxe 是一种物件导向语言.也就是说haxe可以生成其他语言.目前2.0的haxe可以生成:
Javascript : You can compile a haXe program to a single .js file. You can access the typed browser DOM APIs with autocompletion support, and all th ...
by achun 2008-08-06 浏览 (1562) 回复 (16) 关键字: haxe

