From owner-freebsd-questions Mon Oct 2 12:21: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kottan-labs.bgsu.edu (kottan-labs.bgsu.edu [129.1.133.123]) by hub.freebsd.org (Postfix) with SMTP id 331B437B502 for ; Mon, 2 Oct 2000 12:21:05 -0700 (PDT) Received: (qmail 57699 invoked from network); 2 Oct 2000 19:23:44 -0000 Received: from m133-122.bgsu.edu (HELO gmx.net) (129.1.133.122) by kottan-labs.bgsu.edu with SMTP; 2 Oct 2000 19:23:44 -0000 Message-ID: <39D8E110.AAEB2A70@gmx.net> Date: Mon, 02 Oct 2000 15:25:04 -0400 From: Raoul Schroeder X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: Installing PHP4 with IMAP Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everyone, I already tried to get an answer on the PHP-INST mailing list, but no one seems to have an answer. Basically, I'd like to install PHP with IMAP as a module to APACHE 1.3.2, FreeBSD 4.1 release is the system. Here's the problem: Right now I would like to add imap features, and followed the installation guide. I use php4.0.2, apache 1.3.2 under FreeBSD 4.1 php (with imap) compiles fine, however, when I try to compile apache 1.3.2 with --activate-module=src/modules/php/phplib4.a the make generates the following error: .../libc-client4.so: undefined reference to 'mm_expunged' .../libc-client4.so: undefined reference to 'mm_diskerror' .../libc-client4.so: undefined reference to 'mm_lsub' and another bunch of those. the compilation ends with an error exit. I have tried a few things now (re-install the c-client, re-copying the so file, re-compiling php,...), but nothing seems to work. Any ideas? Thanks, Raoul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message