[horde] Installing HORDE Question

Jason Wilson jwilson at nobilis.com
Wed Apr 7 09:17:49 PDT 2004


Babbling Blatherscythe!
Michela Rossi 66 <michela_rossi66 at hotmail.com> had this to say:

> Hi Michael,
> Thanks for the email.
>
>> You don't need to install it.  The imap libraries are static - the
>> PHP binary will grab all the code it needs and store it internally,
>> so you can delete the imap build directory if you wish after
>> compilation of PHP is finished.
>
> My question is how to tell the PHP ./configure, make process to find
> the necessary imap-2002e files so that PHP can compile.
> Usually when one builds such a module (e.g. gettext) there's a "make
> install" process - with imap-2002e there doesn't appear to be - so my
> question is - what files do I put where to get PHP to install?
>
> Thanks, Michela.
>

There is no need to "install" the IMAP libraries, in the sense you are
familiar
with (make && make install). We're not kidding you. As far as the PHP
configure part is concerned, just give it the path to wherever you happen to
have the untarred IMAP libraries. If you have them in
/home/someuser/srcs/imap-2002e, then your should configure PHP with
--with-imap=/home/someuser/srcs/imap-2002e
If you feel the need to *install* the files somewhere global for future use,
then copy them there... say /usr/local/lib/uw-imap and configure PHP with
--with-imap=/usr/local/lib/uw-imap

I don't feel I can make this any clearer... and for future reference, this
is a
PHP issue, not a Horde project issue. For further issues regarding building
PHP (not configuring Horde), you might want to ask the people at one of
the PHP mailing lists.

Regards,
Jason Wilson
Director of Technology
Nobilis Software

>
>
> ----- Original Message -----
> From: "Michael M Slusarz" <slusarz at bigworm.colorado.edu>
> To: <horde at lists.horde.org>
> Sent: Tuesday, April 06, 2004 5:28 PM
> Subject: Re: [horde] Installing HORDE Question
>
>
>> Quoting Michela Rossi 66 <michela_rossi66 at hotmail.com>:
>>
>>> Hello,
>>>
>>> Wonder if someone can help. I'm currently trying to install HORDE,
>>> and am only at the point of configuring and installing PHP such
>>> that it has the necessary support. In the INSTALL document it
>>> states the following:
>>>
>>>        e. [IMP] IMAP and POP3 support (--with-imap)
>>>
>>>           PHP uses the UW-IMAP c-client library to provide IMAP and
>>>           POP3 support. C-client is available from
>>>
>>>              ftp://ftp.cac.washington.edu/imap/
>>>
>>>           IMP requires IMAP and POP3 support in PHP.
>>>
>>> So,  I have downloaded and compiled imap-2002e using "make lrh
>>> SSTYPE=non" (this is an internal machine). However, I cannot find
>>> any instructions anywhere on how to install the compiled imap-2002e
>>> - there's no "make install" option.
>>>
>>> So - does anyone have any tips on where to put includes/lib files
>>> (and which ones), where to put binaries (and which ones from where)
>>> to do with imap-2002e so that PHP installs properly, and so that
>>> all is configured correctly for HORDE?
>>
>> You don't need to install it.  The imap libraries are static - the
>> PHP binary will grab all the code it needs and store it internally,
>> so you can delete the imap build directory if you wish after
>> compilation of PHP is finished.
>>
>> michael
>>
>> ______________________________________________
>> Michael Slusarz [slusarz at bigworm.colorado.edu]
>> The University of Colorado at Boulder
>> --
>> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
>> Frequently Asked Questions: http://horde.org/faq/
>> To unsubscribe, mail: horde-unsubscribe at lists.horde.org




More information about the horde mailing list