我有一台使用Directadmin运行CentOS 6.5的VPS。对于客户端,我需要PEAR Mail功能才能工作。我安装了梨和梨邮件。 我按照此页面上的说明操作:http://pear.php.net/manual/en/installation.checking.php 确保安装正确。它是什么。
问题是我仍然没有这样的文件或目录'我尝试在脚本中要求我的Mail.php文件时出错。 我试图在手册中的check_pear.php测试中嵌入system.php,这样工作正常,我收到了te Bool(true)消息。
我发现的是: 我的system.php文件位于/ usr / local / lib / php,而Mail.php位于/ usr / share / pear / Mail。
我查看了phpinfo中的include路径,这是指向/ usr / local / lib / php。怎么了?我是否需要在php.ini中添加/ usr / share / pear路径到include_path?
答案 0 :(得分:0)
Mail.php
应与System.php
位于同一目录中。不知何故,你的设置是错误的。
您是如何安装邮件包的?