NYCPHP Meetup

NYPHP.org

[nycphp-talk] Apache doesn't like my c-client (php --with-imap)

Chris Snyder csnyder at chxo.com
Mon Jul 28 16:25:24 EDT 2003


Someone jog my brain, please! On configuring Apache with mod_ssl, and 
php --with-imap --with-imap-ssl, I get the errors appended below..

Relevent details:
 - FreeBSD 4.8 with imap-uw installed from ports.
 - The c-client includes are all in /usr/local/include/c-client/
 - libc-client4.a and libc-client4.so are both in /usr/local/lib

What am I missing?

======== Error Output for sanity check ========
cd ..; gcc  -funsigned-char -DMOD_SSL=208115 -DEAPI -DEAPI_MM 
-DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` 
-I./../../mm-1.3.0  -L/usr/lib -L./../../mm-1.3.0/.libs  -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  -lssl 
-lcrypto -lexpat -lcrypt -lhistory -lreadline -lncurses -lcrypt -lpam 
-lintl -lfreetype -lpng -lz -lz -lssl -lcrypto -lm  -lcrypt -lcrypt   
-lcrypt   -lssl -lcrypto -lmm
/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/local/src/apache_1.3.28/src/helpers.
============= End of Error Report =============





More information about the talk mailing list