Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.hawaii.edu!ames!news.larc.nasa.gov!news.msfc.nasa.gov!news.sgi.com!swrinde!cs.utexas.edu!math.ohio-state.edu!magnus.acs.ohio-state.edu!lerc.nasa.gov!purdue!haven.umd.edu!hecate.umd.edu!mojo.eng.umd.edu!analog.eng.umd.edu!marat
From: marat@Glue.umd.edu (Marat Fayzullin)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: setproctitle support
Date: 26 Jul 1996 17:56:26 GMT
Organization: Project GLUE, University of Maryland, College Park, MD
Lines: 22
Message-ID: <4tb0sa$5no@mojo.eng.umd.edu>
References: <4t88a0$66n@mtinsc01-mgt.ops.worldnet.att.net>
NNTP-Posting-Host: analog.eng.umd.edu
X-Newsreader: TIN [version 1.2 PL2]
Charles Reese (reese@chem.duke.edu) wrote:
: I am trying to install the qpop package on my FreeBSD 2.1R system. The
: compile fails with an indication:
: popper.o: Undefined symbol `_setproctitle' referenced from text segment
Typing:
man setproctitle
Pressing [ENTER]:
NAME
setproctitle - set the process title for ps(1)
SYNOPSIS
#include <libutil.h>
void
setproctitle(const char *fmt, ...)
Link with -lutil on the cc(1) command line.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--- this is what you need