Quoting Brad Hards <[email protected]>:

On Wednesday, November 24, 2010 08:09:42 am [email protected] wrote:
OpenChange is installed at: /opt/openchange/trunk/
Samba is installed at:      /usr/local/samba
Don't do this. Make sure these are the same.

Only after you have it working should you start making changes.

Brad


Hello Brad,

So where should they be installed? I ran the make 'samba-git' from inside of the 'trunk' directory of /opt/openchange/trunk/. If I am wrong then the instructions on the website need to be clearer. Here is what they say and I followed them to the letter:

Build Samba4ΒΆ
OpenChange is configuring and installing Samba4 by default in /usr/local/samba. This non-standard location requires preliminary steps to be performed:

   1. Make dynamic linker aware of samba libraries location (run as root):

      # echo "/usr/local/samba/lib" > /etc/ld.so.conf.d/samba4.conf

DID THAT.

2. Update your PKG_CONFIG_PATH and PYTHONPATH variable for root superuser and current user:
         1. For bash:

# echo 'export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/samba/lib/pkgconfig' >> ~/.bashrc # echo 'export PYTHONPATH=$PYTHONPATH:/usr/local/samba/lib/python2.6/site-packages' >> ~/.bashrc
            # source ~/.bashrc

DID THAT.

We can now download Samba4 sources from git and compile Samba4:

$ cd trunk
$ make samba-git
$ sudo ldconfig

DID THAT.

Did I miss something? The caps were used only for clarity purposes, not because I was yelling. ;)

Thanks again for all the help,

Jon


_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to