Re: [Samba] 3.0.11 - configure can't see ldap.h

2005-02-09 Thread Mike
Gerald (Jerry) Carter wrote: What platform are you compiling on ? At this point point it's probably best to look for pre-compiled packages. I can't really continue to spend time on this right now. The platform is OpenBSD. There are no precompiled binaries for *BSD that I can see (what's up with

Re: [Samba] 3.0.11 - configure can't see ldap.h

2005-02-08 Thread Mike
Gerald (Jerry) Carter wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike wrote: | As my luck would have it, OpenLDAP won't configure now. | | configure: error: BDB/HDB: BerkeleyDB version incompatible add --enable-slapd=no to configure for openldap). You only need the client libs. Thanks. =

Re: [Samba] 3.0.11 - configure can't see ldap.h

2005-02-07 Thread Mike
Gerald (Jerry) Carter wrote: Mike. Did you actually run make install in the openldap/ directory? Look at your script: CPPFLAGS="-I/usr/src/openldap-2.2.23/" why would *.h files be there ? And then you tell the build script to look in /usr/local/openldap/. I'm confused at your setup here. Make

Re: [Samba] 3.0.11 - configure can't see ldap.h

2005-02-07 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike wrote: |> should be |> |> CPPFLAGS="-I/usr/src/openldap-2.2.23/include" | | Bah, I missed that. Ok, that is corrected, but now it | is back to the original problem of 'configure' not | being able to see the ldap.h file. Here is the entire script:

Re: [Samba] 3.0.11 - configure can't see ldap.h

2005-02-07 Thread Mike
Gerald (Jerry) Carter wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike wrote: | Gerald (Jerry) Carter wrote: | |> Did you export the CPPFLAGS and LDFLAGS variables before |> running configure ? | | Yes I did but it still fails though in a different way. I broke your | compile script down

Re: [Samba] 3.0.11 - configure can't see ldap.h

2005-02-07 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike wrote: | Gerald (Jerry) Carter wrote: | |> Did you export the CPPFLAGS and LDFLAGS variables before |> running configure ? | | Yes I did but it still fails though in a different way. I broke your | compile script down to a simple form and this is

Re: [Samba] 3.0.11 - configure can't see ldap.h

2005-02-07 Thread Mike
Gerald (Jerry) Carter wrote: Did you export the CPPFLAGS and LDFLAGS variables before running configure ? Yes I did but it still fails though in a different way. I broke your compile script down to a simple form and this is what I found to be the cause. If I set & export CPPFLAGS, configure will

Re: [Samba] 3.0.11 - configure can't see ldap.h

2005-02-07 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike wrote: | Gerald (Jerry) Carter wrote: | |> Here's my build script. You can modify it for you needs. |> |> Hope this helps. | | Thanks. | |> ## |> ## required library paths |> ## |> DIRPATH="" |> for dir in $DIRPATH ; do |> CPPFLAGS="$CPPFLAGS

Re: [Samba] 3.0.11 - configure can't see ldap.h

2005-02-07 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike wrote: | So does this mean Samba can't be an AD domain member | on a BSD machine? No. It will work. You just have to get the compile right. Did you export the CPPFLAGS and LDFLAGS variables before running configure ? What does the failure look li

Re: [Samba] 3.0.11 - configure can't see ldap.h

2005-02-06 Thread Mike
So does this mean Samba can't be an AD domain member on a BSD machine? -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] 3.0.11 - configure can't see ldap.h

2005-02-05 Thread Mike
Gerald (Jerry) Carter wrote: Here's my build script. You can modify it for you needs. Hope this helps. Thanks. ## ## required library paths ## DIRPATH="" for dir in $DIRPATH ; do CPPFLAGS="$CPPFLAGS -I$dir/include" CFLAGS="$CFLAGS -Wl,-rpath,$dir/lib" LDFLAGS="$LDFLAGS -L$d

Re: [Samba] 3.0.11 - configure can't see ldap.h

2005-02-04 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike wrote: | My server is running OpenBSD 3.6. I wish to join this machine to a | Windows 2003 AD domain so Windows clients can copy files to and from it | for FTP use. | | I have untar'd the following files to /usr/src: | | openldap-stable-20050125

[Samba] 3.0.11 - configure can't see ldap.h

2005-02-04 Thread Mike
My server is running OpenBSD 3.6. I wish to join this machine to a Windows 2003 AD domain so Windows clients can copy files to and from it for FTP use. I have untar'd the following files to /usr/src: openldap-stable-20050125.tgz samba-3.0.11.tar.gz When running configure it stops with this