Date: 29 Apr 2000 13:01:47 -0400 From: Arcady Genkin <a.genkin@utoronto.ca> To: freebsd-questions@FreeBSD.ORG Subject: libc-client4.so problems when compiling Apache+PHP4 (repost) Message-ID: <87pur8kfic.fsf@tea.thpoon.com>
next in thread | raw e-mail | index | archive | help
Compilation of apache13-php4 port fails with the following errors: ,---- | cd ..; cc -DHARD_SERVER_LIMIT=512 | -DDEFAULT_PATH=\"/usr/local/bin:/bin:/usr/bi\" -DBUFFERED_LOGS | -DFD_SETSIZE=1024 -funsigned-char -DTARGET=\"apache\" | -I/usrports/www/apache13-php4/work/php-4.0RC1 | -I/usr/ports/www/apache13-php4/work/php4.0RC1/Zend | -I/usr/ports/www/apache13-php4/work/php-4.0RC1/Zend | -I/usr/ports/ww/apache13-php4/work/php-4.0RC1 -DUSE_EXPAT | -I./lib/expat-lite -O3 -m486 -pipe -6 -funroll-loops | -fstrength-reduce -fomit-frame-pointer -fexpensive-optimizatios | -ffast-math `./apaci` -o helpers/dummy helpers/dummy.c | -L/usr/local/lib R/usr/local/lib -R/usr/local/pgsql/lib -rdynamic | -L/usr/local/lib -L/usr/localpgsql/lib -Lmodules/php4 | -L../modules/php4 -L../../modules/php4 -lmodphp4 lpam -lc-client4 | -lpq -lz -lpng -lgd -lm -lcrypt -lcrypt | /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 `---- /usr/local/lib/libc-client4.so is a symlink to libc-client4.so.7. My system is 4.0-S, I'm building apache-php with IMAP, Postgresql, zlib, and GD support. Thanks for any input! -- Arcady Genkin http://www.thpoon.com Nostalgia isn't what it used to be. 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?87pur8kfic.fsf>