Re: [PHP-DEV] [PHP3] [PHP4] A shared c-client lib for the PHP build under Linux? From: Lloyd Zusman (ljz <email protected>)
Date: 02/23/00

Sascha Schumann <sascha <email protected>> writes:

> > I'm wanting to put IMAP support into php-4.0b4pl1 under my RedHat 5.x
> > system. I have a recent (version 4.7) IMAP from U.W. which is working
> > fine for me. However, PHP requires a shared c-client library, and I
> > haven't been able to find a recipe for building one anywhere at
> > U.W. nor under the various PHP resources I've investigated.
>
> You don't need a shared library. In fact, it will break the
> process (#3155).
>

OOPS! I accidentally posted this to the php-dev list instead of
the php3 list. Please forgive me.

However, since you responded, I want to follow up ...

I get a couple messages like this during my php make (below). Are you
saying that I can ignore these messages, and that all the IMAP
functions will still work fine in my php installation?

 *** Warning: This library needs some functionality provided by -lc-client.
 *** I have the capability to make that library automatically link in when
 *** you link to this library. But I can only do this if you have a
 *** shared version of the library, which you do not appear to have.

Note that -L/usr/local/lib is on the `/bin/sh ./libtool ...' line, and
that there's a valid libc-client.a in /usr/local/lib.

Thanks again.

-- 
 Lloyd Zusman
 ljz <email protected>
 God bless you.

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>