From owner-freebsd-questions Tue Apr 30 17: 0: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mailix.net (smtp.mailix.net [216.148.213.132]) by hub.freebsd.org (Postfix) with ESMTP id C558137B419 for ; Tue, 30 Apr 2002 16:59:57 -0700 (PDT) Received: from [216.164.225.145] (helo=fritz) by smtp.mailix.net with asmtp (Exim 4.01) id 172hXI-0006If-00 for questions@freebsd.org; Tue, 30 Apr 2002 16:59:56 -0700 Message-ID: <009901c1f0bc$69460940$0301a8c0@uminafamily.com> From: "Christopher J. Umina" To: Subject: PHP4 & Apache_1.3.24 Date: Tue, 30 Apr 2002 20:00:54 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 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 Okay, this is pissing me off.. When I build PHP4 with the IMAP enabled and pointed at /usr/local so it picks up c-client I get this error. ---------------------------------------------------------------------------- ---------------------------------------- my helpers/dummy.c -R/usr/local/lib -rdynamic -L/usr/local/lib -Lmodules/php 4 -L../modules/php4 -L../../modules/php4 -lmodphp4 -lpam -lc-client4 -lmm - lcry pt -lpam -lcrypt -lm -lcrypt -lcrypt -lssl -lcrypto /usr/local/lib/libc-client4.so: undefined reference to `mm_expunged' /usr/local/lib/libc-client4.so: undefined reference to `mm_diskerror' /usr/local/lib/libc-client4.so: undefined reference to `mm_lsub' /usr/local/lib/libc-client4.so: undefined reference to `mm_flags' /usr/local/lib/libc-client4.so: undefined reference to `mm_fatal' /usr/local/lib/libc-client4.so: undefined reference to `mm_nocritical' /usr/local/lib/libc-client4.so: undefined reference to `mm_notify' /usr/local/lib/libc-client4.so: undefined reference to `mm_searched' /usr/local/lib/libc-client4.so: undefined reference to `mm_status' /usr/local/lib/libc-client4.so: undefined reference to `mm_login' /usr/local/lib/libc-client4.so: undefined reference to `mm_list' /usr/local/lib/libc-client4.so: undefined reference to `mm_critical' /usr/local/lib/libc-client4.so: undefined reference to `mm_exists' /usr/local/lib/libc-client4.so: undefined reference to `mm_log' /usr/local/lib/libc-client4.so: undefined reference to `mm_dlog' *** Error code 1 Stop in /root/Webserver/apache_1.3.24/src/helpers. ============= End of Error Report ============= Aborting! ---------------------------------------------------------------------------- ---------------------------------------- Has anybody had this problem? I can't figure it out at all.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message