--On Monday, March 21, 2005 03:35:30 PM -0600 John Creegan
<jcreegan@xxxxxxxxxxxxxx> wrote:
I started by adding the -lresolv flag to the Makefile in output-plugins
to no avail. Then I added it to the input-plugins Makefile. Finally I
added it to the main director Makefile. Made certain to NOT reconfigure
at each step (for others in the list this would wipe out the changes),
but I DID make sure to do a "make clean" at each point. Still no joy.
I just successfully configured and made barnyard on Solaris 9. When I
tried the default build, it failed with the same errors as yours.
I then edited line 1543 in the *configure* file as follows:
LDFLAGS="${LDFLAGS} -lresolv -lnsl"
(The order is not important. The -lnsl flag was there, but I removed it,
then readded it.)
Do this:
make distclean
vi configure and add -lresolv to line 1543.
./configure (with your options)
make
make install
Paul Schmehl (pauls@xxxxxxxxxxxx)
Adjunct Information Security Officer
The University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
|