Re: [openchange][devel] Error with MAKE: Undefined references

2015-07-18 Thread Joshua Lindsey
Output for ldd libdcerpc.so is: linux-vdso.so.1 => (0x7ffdb9ea) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f15799ed000) libsmbclient-raw.so.0 => /usr/local/samba/lib/libsmbclient-raw.so.0 (0x7f15797a3000) libtevent-util.so.0 => /usr/local/samba/li

Re: [openchange][devel] Error with MAKE: Undefined references

2015-07-18 Thread DJ Lucas
On 07/18/2015 10:39 AM, Joshua Lindsey wrote: ldconfig -p | grep samba-util shows libsamba-util.so.0 (libc6,x86-64) => /usr/local/samba/lib/libsamba-util.so.0 libsamba-util.so.0 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libsamba-util.so.0 libsamba-util.so (libc6,x86-64) => /usr

Re: [openchange][devel] Error with MAKE: Undefined references

2015-07-18 Thread Joshua Lindsey
ldconfig -p | grep samba-util shows libsamba-util.so.0 (libc6,x86-64) => /usr/local/samba/lib/libsamba-util.so.0 libsamba-util.so.0 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libsamba-util.so.0 libsamba-util.so (libc6,x86-64) => /usr/local/samba/lib/libsamba-util.so libsamba-util.s

Re: [openchange][devel] Error with MAKE: Undefined references

2015-07-18 Thread Brad Hards
On Sat, 18 Jul 2015 02:36:32 AM Joshua Lindsey wrote: > Well, I had followed all the steps in that page for samba without error, > this is my second try with the same error but I used a fresh install of > Ubuntu each time so no remnants. I have 700GB of space to use. I appreciate > your help. What