NYCPHP Meetup

NYPHP.org

[nycphp-talk] Pear Mail error

Cliff Hirsch cliff at pinestream.com
Mon Mar 20 15:34:14 EST 2006


The first build came from an rpm of unknown origin. That threw PEAR into
a strange directory. Looks like ZendCore does its own PEAR install. Need
to do a bit of research to see if it can be changed, but I assume its
"pre-built"
 
Pear install is next on the list. And working on using SendMail too.
 
 -----Original Message-----
From: talk-bounces at lists.nyphp.org [mailto:talk-bounces at lists.nyphp.org]
On Behalf Of Jon Baer
Sent: Monday, March 20, 2006 3:10 PM
To: NYPHP Talk
Subject: Re: [nycphp-talk] Pear Mail error



Normally it would fall into the location of where it was specified in
your ./configure when you built php ...


./configure --with-pear=/my/pear/location


For example on my box is /usr/lib/php


Id try running 'pear install Net_SMTP' or 'pear upgrade Net_SMTP' ... 


The one puzzling thing for me is why you would have 2 PEAR locations
here, for example why Zend/Core would need its own setup, Id think it
would be best to have a single location in your include_path and
*before* any additional framework setups.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20060320/7309e9a4/attachment.html>


More information about the talk mailing list