Nov
26
2007
使用说明
本文介绍在RedHat EL4.0(X86) 安装 Oracle9iR2 数据库。
安装环境
操作系统:Red Hat Enterprise Linux Advanced Server 4 (Kernel 2.6.9-5.ELsmp , glibc-2.3.4-2)
软件:Oracle9i (版本号:9.2.0.4)
安装RHEL4注意
安装RPM时候,选定义。
Application
Servers
Web Server X
FTP Server OK!
legacy Network Server OK!
Development
Development Tools OK!
Legacy Software Development OK!
0. 准备oracle9i安装文件和补丁包,拷贝到/tmp目录下。
ship_9204_linux_disk1.cpio.gz
ship_9204_linux_disk2.cpio.gz
ship_9204_linux_disk3.cpio.gz
p4198954_21_linux.zip
p2617419_220_GENERIC.zip
p3238244_9204_LINUX.zip
Continue Reading »
Share This
Nov
23
2007
RHEL 5 安装 序列号
Server:
* Red Hat Enterprise Linux (Server including virtualization):
2515dd4e215225dd
+ Red Hat Enterprise Linux Virtualization Platform:
49af89414d147589
Client:
* Red Hat Enterprise Linux Desktop:
660266e267419c67
+ Red Hat Enterprise Linux Desktop + Workstation Option:
da3122afdb7edd23
+ Red Hat Enterprise Linux Desktop + Workstation + DualOS Option
(Virtualization):
7fcc43557e9bbc42
+ Red Hat Enterprise Linux Desktop + DualOS Option (Virtualization):
fed67649ff918c77
Share This
Nov
23
2007
硬盘坏了,搞的我N多数据没了,重新整理了一下编译参数
mysql 4.0
make with_charset=gbk WITH_XCHARSET=all BUILD_OPTIMIZED=yes PTHREAD_LIBS=-lthr install clean
mysql 4.1.X or 5.X
make with_charset=gbk with_collation=gbk_chinese_ci with_extra_charsets=gb2312,big5,utf8,binary,ascii BUILD_OPTIMIZED=yes PTHREAD_LIBS=-lthr install clean
apache22
vi Makefile
WITH_MPM?= worker
Shell> make WITHOUT_IPV6=yes WITH_STATIC_SUPPORT=yes WITH_THREADS=yes
Share This