Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2002 15:16:38 +0200
From:      Andy Sporner <sporner@nentec.de>
To:        derekbarrett@graffiti.net
Cc:        chris@aims.com.au, freebsd-cluster <freebsd-cluster@FreeBSD.ORG>
Subject:   Re: ERRATA to post for 211 code
Message-ID:  <3D1B1036.3010505@nentec.de>
References:  <20020627131103.14441.qmail@graffiti.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

This erratta is correctly for 212 code ;-).  The 211 code will not build 
at all! :-(
because of some organizational problems that were resolved in 212.

Andy


derekbarrett@graffiti.net wrote:

>Hi Chris,
>
>Running 'make' to build this software was giving the error:
>
>cc -o clusterd cl_support.o cl_cluster.o cl_conf.o cl_module.o -ldl
>/usr/libexec/elf/ld: cannot find -ldl
>*** Error code 1
>
>Stop in ~/phase1/clusterd.
>*** Error code 1
>
>Stop in ~/phase1.
>
>To solve this problem:
>
># vi ~/phase1/clusterd/Makefile
>
>Edit this line:
>
> $(CC) -o clusterd $(OBJS) -ldl
>
>To read:
>
> $(CC) -o clusterd $(OBJS)
>
>Re-rerun make, and the software should build properly. This worked
>for me on FreeBSD 4.5
>




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-cluster" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D1B1036.3010505>