Date: Sun, 15 Jun 2003 16:08:18 +0100 From: Jez Hancock <jez.hancock@munk.nu> To: freebsd-questions@freebsd.org Subject: Re: problem compiling imap+php Message-ID: <20030615150818.GB33579@users.munk.nu> In-Reply-To: <Pine.BSF.4.21.0306141946270.16145-100000@lexus.isprime.com> References: <Pine.BSF.4.21.0306141946270.16145-100000@lexus.isprime.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 14, 2003 at 07:47:49PM -0400, Scott Kupferschmidt wrote: > Hello, > > I saw a post regarding IMAP the other day on the questions list, so I > thought others might be trying to do the same as me and give me a heads up > on what might be wrong here. I am trying to compile PHP 4.3.2 with IMAP > support, and it fails with the following: > > ======== Error Output for sanity check ======== > cd ..; gcc -funsigned-char -DNO_DL_NEEDED -DFD_SETSIZE=4096 -o > helpers/dummy helpers/dummy.c -R/usr/local/lib -rdynamic > -L/usr/local/lib -Lmodules/php4 -L../modules/php4 -L../../modules/php4 > -lmodphp4 -rdynamic -L/usr/local/lib -lcrypt -lc-client4 -lcrypt > -lcrypt -lpam -lintl -lpng -lz -lz -lm -lcrypt -lcrypt -lcrypt -lexpat > /usr/local/lib/libc-client4.so: warning: tmpnam() possibly used > unsafely; consider using mkstemp() > /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' Is this something to do with your cclient installation being incorrect perhaps?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030615150818.GB33579>