Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7983 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90505 invoked by uid 1010); 19 Feb 2004 06:08:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90435 invoked from network); 19 Feb 2004 06:08:09 -0000 Received: from unknown (HELO k-pax.goarctic.com) (216.194.67.138) by pb1.pair.com with SMTP; 19 Feb 2004 06:08:09 -0000 Received: from localhost (localhost [127.0.0.1]) by k-pax.goarctic.com (Postfix) with ESMTP id D56D92F5C2; Wed, 18 Feb 2004 23:08:08 -0700 (MST) Received: from k-pax.goarctic.com ([127.0.0.1]) by localhost (k-pax [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31851-03; Wed, 18 Feb 2004 23:08:07 -0700 (MST) Received: from [161.184.182.9] (edtntnt4-port-9.dial.telus.net [161.184.182.9]) by k-pax.goarctic.com (Postfix) with ESMTP id 1EC7C2F5BB; Wed, 18 Feb 2004 23:08:06 -0700 (MST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v612) Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-1-79434580" Message-ID: Content-Transfer-Encoding: 7bit Cc: internals@lists.php.net Date: Wed, 18 Feb 2004 23:08:02 -0700 To: Jani Taskinen X-Pgp-Agent: GPGMail 1.0.1 (v33, 10.3) X-Mailer: Apple Mail (2.612) X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) Subject: Re: [PHP-DEV] Darwin (OSX) and shared modules From: thesin@southofheaven.org (TheSin) --Apple-Mail-1-79434580 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed On 18-Feb-04, at 6:56 PM, Jani Taskinen wrote: > On Wed, 18 Feb 2004, TheSin wrote: > >> and I have imap building and loading but when I try to use it... >> >> imap_open($server, $user, $pass); >> >> $server = "{mail.domain.com:143}INBOX"; >> and the user and pass are set....and it kept failing so I ran apache >> in >> debug mode so it wouldn't fork and saw that it was waiting for a >> username and password input... >> >> [Trying IP address [xxx.xxx.xxx.xxx]] >> [k-pax Cyrus IMAP4 v2.1.14-IPv6-Debian-2.1.14-1 server ready] >> {domain.com/imap} username: > > Does this happen only with shared imap extension? > (what was the configure line you used?) not sure haven't tried to build it statically but lots of other bundles which offer all the modules statically do have it, so i assume it'd work. > >> why is it doing this? something in the php imap build? or is it in the >> uw-imap-c-client build? config option? Maybe all the above? > > It's your c-client build most likely. Hard to say since > I don't know what version you have and how you build it.. well yes and no. Darwin uses dylib for share libs, it's kinda like so files from linux but much more strict and therefore I had to build the dylib by hand. And if there are any undefiend symbols it wouldn't build, so again I assume it's built properly. This is why it's sooo hard to debug, their is very little debug info in this module and there are lots of other variables. The configure line is very long and has variables in it, kinda like an RPM spec file. BTW this might matter...I'm also running it with apache2 since it's my testing box. > > --Jani > > > --- TS http://southofheaven.org Chaos is the beginning and end, try dealing with the rest. --Apple-Mail-1-79434580 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFANFLC6wPs8J05MxMRAht5AJ9qafChHoYDVFrFwkYCXvs1EkuQ6gCfdonk SpBSZzIppTPt46ph/IgptNw= =FNrC -----END PGP SIGNATURE----- --Apple-Mail-1-79434580--