Re: [PHP-DEV] Darwin (OSX) and shared modules

2004-02-19 Thread Dan Kalowsky
On Wed, 18 Feb 2004, TheSin wrote: 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

[PHP-DEV] Darwin (OSX) and shared modules

2004-02-18 Thread TheSin
Hi, I'm the fink maintainer/porter for php4 on Darwin/OSX I have all the modules building and running with little effort on 4.3.4, except imap and java I finally got java dlopening the proper dylib but I'm getting JNI bus error and I have imap building and loading but when I try to use

Re: [PHP-DEV] Darwin (OSX) and shared modules

2004-02-18 Thread Jani Taskinen
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 setand it kept failing so I ran apache in debug mode so it wouldn't fork and saw that it was

Re: [PHP-DEV] Darwin (OSX) and shared modules

2004-02-18 Thread TheSin
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 setand it kept failing so I ran apache in