From owner-freebsd-questions Thu Jan 17 8:58:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www.donfishback.com (www.donfishback.com [206.28.50.220]) by hub.freebsd.org (Postfix) with ESMTP id E791337B419 for ; Thu, 17 Jan 2002 08:58:14 -0800 (PST) Received: from fmr (bdsl.66.12.25.162.gte.net [66.12.25.162]) by www.donfishback.com (8.11.3/8.11.3) with SMTP id g0HGwED43425 for ; Thu, 17 Jan 2002 11:58:15 -0500 (EST) (envelope-from unix@donfishback.com) Content-Type: text/plain; charset="iso-8859-1" From: unix Reply-To: unix@donfishback.com To: freebsd-questions@FreeBSD.ORG Subject: PHP4.1.1 FBSD4.3 Stable With IMAP Date: Thu, 17 Jan 2002 11:55:00 -0500 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <02011711550000.80100@fmr> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have tried the PHP lists and website with no luck. I think this may be a FreeBSD issue. I am running Apache 1.3 with MOD_php4.1.1 I am trying to compile the php module to include the IMAP functions. I have all of my dependent programs installed, and the compile finds them all and works perfectly. But, when I try to use the IMAP functions I get the error: call to undefined function: imap_open() Can anyone help?? Thanks, Michael Here is my config options: CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \ --with-config-file-path=${PREFIX}/etc .endif CONFIGURE_ARGS+=--enable-versioning \ --with-system-regex \ --disable-debug \ --enable-track-vars \ --with-gd \ --enable-gd-native-ttf \ --with-jpeg-dir=/path \ --with-png-dir=/path \ --with-freetype-dir=/path \ --enable-bcmath \ --with-imap=/path\ --with-pdflib \ --with-mysql To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message