----------Message from Milan-------
Hi, Sam,
I am preparing new FreeBSD port, but it failed to link webmlmd with 
undefined
symbol error.

Compiling webmlmd.C
Linking webmlmd
../cgi/.libs/libcgi.a(cgi.o)(.text+0x1b): In function `enomem':
: undefined reference to `error'
../cgi/.libs/libcgi.a(cgihttpscriptptr.o)(.text+0x12a): In function
`cgihttpscriptptr':
: undefined reference to `error'
../cgi/.libs/libcgi.a(cgihttpsscriptptr.o)(.text+0x12a): In function
`cgihttpsscriptptr':
: undefined reference to `error'
gmake[3]: *** [webmlmd] Error 1
gmake[3]: Leaving directory
`/usr/ports/mail/courier.new/work/courier-0.55/courier'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/mail/courier.new/work/courier-0.55/courier'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory
`/usr/ports/mail/courier.new/work/courier-0.55/courier'
gmake: *** [all-recursive] Error 1
------------end------------------
Hello list,
I have the same problem, when try to compile from sources.
Do I have to add in courier/webmlm.c the same code?

---------Milan message-----------
  void error(const char *errmsg)
  {
 cginocache();
  printf("Content-Type: text/html; charset=us-ascii\n\n"
  "<html><head><title>%s</title></head><body><h1>%s</h1></body></html>\n",
  errmsg, errmsg);
  fake_exit(1);
  }

---------end----------------------

Thanks gwaa

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to