Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2002 23:52:39 +0200 (CEST)
From:      Cleto Pescia <cleto@eurisco.com>
To:        "Christopher J. Umina" <FJU@Fritzilldo.com>
Cc:        questions@freebsd.org
Subject:   Re: PHP4 & Apache_1.3.24
Message-ID:  <20020501234716.J3906-100000@thor.e-link.ch>
In-Reply-To: <009901c1f0bc$69460940$0301a8c0@uminafamily.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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..

I'm not sure if this applies to your case as well, but I ran into a
similar situation while compiling Apache 1.3.x & PHP 4.1.x from their
sources and had the IMAP support in PHP activated ("--with-imap").
Move the *.so versions of the c-client lib out of their
directories while building Apache & PHP, so the static versions are used
instead. That did the trick for me.

Cleto


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020501234716.J3906-100000>