On 5/3/07, futuristick <[EMAIL PROTECTED]> wrote:
Greetings,

I have two FreeBSD machines on which I've installed distcc, but when
I reboot, I get an error message that libexec ld.elf can't locate
shared object libpopt.so.0, and so distccd can't be started.

Libpopt.so.0 is in /usr/local/lib, but how do I get distcc to
recognize it so that the daemon starts successfully? This is the 6.2
release of FreeBSD.

I'm quite new to distcc so even the slightest suggestion is not too
trivial for me.

Hi Doug,

This isn't really a distcc specific problem, but I don't mind trying
to help.  It's not distcc that needs to find it but rather the dynamic
linker.  The way libraries are located is complex and varies between
platforms but basically it can be found by either searching a path or
by the location being linked into the program.

If when you built distcc the library was in that location then it out
to be able to find it at runtime too.

So can you tell me more about how you built and installed libpopt and distcc?

--
Martin
__ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/distcc

Reply via email to