Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 2003 19:47:49 -0400 (EDT)
From:      Scott Kupferschmidt <sk@isprime.com>
To:        freebsd-questions@freebsd.org
Subject:   problem compiling imap+php
Message-ID:  <Pine.BSF.4.21.0306141946270.16145-100000@lexus.isprime.com>

next in thread | raw e-mail | index | archive | help
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'
*** Error code 1

Stop in /usr/apache/src/helpers.
============= End of Error Report =============

If I disable IMAP support from PHP, all compiles fine.  Any
ideas?  Thanks.

Scott



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