QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

楼主: limit

Magic Linux 服务器软件应用专题

[复制链接]
发表于 2006-5-6 11:45:18 | 显示全部楼层
haulm xmail是xmail-1.22-1.i386.rpm这个吗?
有问题啊!
[root@MagicLinux Downloads]# rpm -ivh xmail-1.22-1.i386.rpm
error: Failed dependencies:
        linux-gate.so.1 is needed by xmail-1.22-1.i386
回复

使用道具 举报

发表于 2006-7-3 13:40:57 | 显示全部楼层
由于突然有了上传空间,所以服务器的rpm包可以向大家共享了,下载地址:

http://www.magiclinux.org/people/haulm/RPMS/
回复

使用道具 举报

发表于 2006-7-3 20:55:22 | 显示全部楼层
不错,继续努力呀!  
回复

使用道具 举报

发表于 2006-7-8 06:42:38 | 显示全部楼层
降低了sqlite版本并重打包了php5,现有的php和一些软件还只支持sqlite2系列,sqlite3还不被支持。
http://www.magiclinux.org/people/haulm/RPMS/sqlite-2.8.17-1.i686.rpm
http://www.magiclinux.org/people/haulm/RPMS/sqlite-devel-2.8.17-1.i686.rpm
http://www.magiclinux.org/people/haulm/RPMS/php-5.1.4-10.i686.rpm
回复

使用道具 举报

发表于 2006-7-9 12:08:50 | 显示全部楼层
基本服务器套件,我很需要阿,本人对Linux下的服务器安装一窍不通阿,请haulm版主再把套件贴出来把!
回复

使用道具 举报

发表于 2006-7-11 22:58:04 | 显示全部楼层
如果用Magiclinux做服务器的话,应该多考虑办公室资源共享一类的
服务器类型挺多,不是一说起来就是web服务器
简化配置是重点
回复

使用道具 举报

发表于 2006-9-8 17:00:36 | 显示全部楼层
以上我提供的链接下面的所有包就是一个WEB服务套件,虽然有些小问题,但不影响使用,暂时不准备更新服务器包,等新的MGC版本吧。

原上面我提到PHP5不支持sqlite3,其实是错误的,PHP5默认支持sqlite2,对sqlite3的支持必需通过PDO来实现,具体看最新的PHP手册,我提供的PHP安装包也没有提供对sqlite3的支持,在编译PHP5时必需加入以下参数,详细见官方网页:http://cn2.php.net/manual/zh/ref.pdo.php#pdo.drivers

另外我打的PHP的包的php.ini的放置位置也许不对,正确位置应该是/usr/local/lib/php.ini或/usr/lib/php.ini,具体看源码包的install文档

PHP 5.1 and up on Unix systems

   1.If you're running a PHP 5.1 release, PDO is included in the distribution; it will be automatically enabled when you run configure. It is recommended that you build PDO as a shared extension, as this will allow you to take advantage of updates that are made available via PECL. The recommended configure line for building PHP with PDO support should enable zlib support (for the pear installer) as well. You may also need to enable the PDO driver for your database of choice; consult the documentation for database-specific PDO drivers to find out more about that.

     
./configure --with-zlib --enable-pdo=shared


   2.After installing PDO as a shared module, you must edit your php.ini file so that the PDO extension will be loaded automatically when PHP runs. You will also need to enable any database specific drivers there too; make sure that they are listed after the pdo.so line, as PDO must be initialized before the database specific extensions can be loaded. If you built the extensions statically, you can skip this step.

     
extension=pdo.so


   3.Having PDO as a shared module will allow you to run pear upgrade pdo as new versions of PDO are published, without forcing you to rebuild the whole of PHP. Note that if you do this, you also need to upgrade your database specific PDO drivers at the same time.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-24 13:06 , Processed in 0.049534 second(s), 13 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表