开发者

Is my PEAR package installation okay?

I want to install PEAR's Mail package. I went through the Terminal and installed Mail and its dependencies. The files were saved to my /usr/lib/php directory. In that lib directory I also have a 'PEAR' directory but my new pac开发者_StackOverflow社区kages weren't saved there. Do I need to drop the new packages into the PEAR directory or is it okay to let them sit in the usr/lib/php dir where they were installed?


You should install the package the official way via the installer:

pear install mail

It takes care of putting the files in the right directories.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜