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

2015-07-19 Thread DJ Lucas
On 07/18/2015 02:51 PM, Joshua Lindsey wrote: Output for ldd libdcerpc.so is: Nothing obvious in the ldd output. Are you certain that this is an identical error? It may not matter much though as I think you'd be better using packages with some reasonable guarantee of support (see below).

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

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

2015-07-17 Thread Joshua Lindsey
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. Joshua ___ devel maili

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

2015-07-17 Thread Brad Hards
On Fri, 17 Jul 2015 01:11:03 PM Joshua Lindsey wrote: > I'm following the cookbook and at the compile stage on this page: > http://www.openchange.org/cookbook/building.html > I have followed the code precisely with no errors. I am running Ubuntu > 14.04 LTS > When I run the code 'make', I get the f

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

2015-07-17 Thread Joshua Lindsey
I'm following the cookbook and at the compile stage on this page: http://www.openchange.org/cookbook/building.html I have followed the code precisely with no errors. I am running Ubuntu 14.04 LTS When I run the code 'make', I get the following. Linking bin/rpcextract /usr/local/samba/lib/libsmbcli