开发者

Is my PEAR package installation okay?

开发者 https://www.devze.com 2023-01-07 11:56 出处:网络
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 \'PE

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

精彩评论

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