From owner-freebsd-questions Tue Oct 3 9:13:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kronos.wox.org (gep18-5.nyircatv.broadband.hu [195.184.160.117]) by hub.freebsd.org (Postfix) with ESMTP id D80B737B66C for ; Tue, 3 Oct 2000 09:13:34 -0700 (PDT) Received: (from witch@localhost) by kronos.wox.org (8.11.0/8.11.0) id e93GCc856671; Tue, 3 Oct 2000 18:12:38 +0200 (CEST) (envelope-from witch) Date: Tue, 3 Oct 2000 18:12:35 +0200 (CEST) From: Ron Scott Reply-To: Ron Scott To: Raoul Schroeder Cc: freebsd-questions Subject: Re: Installing PHP4 with IMAP In-Reply-To: <39D8E110.AAEB2A70@gmx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Oct 2 Raoul Schroeder wrote: > 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? The easy way: move the shared libc-client*.so.* files (not the static libc-client*.a) from /usr/local/lib (or where you installed it) to a temporary location while you build Apache/PHP. Cheers, -Ron > > Thanks, > > Raoul > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > -- UNIX was never designed to keep people from doing stupid things, because that policy would also keep them from doing clever things. (Doug Gwyn) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message