Hi list,

I've tried to build latest OpenChange snapshot with following problems:

1. Building Samba 4 (Alpha 7 used currently)
  According to 'install docs', PKG_CONFIG_PATH should be set if Samba is not 
installed in standard location (being /usr/local/samba). In 
'script/installsamba4.sh' PKG_CONFIG_PATH is set explicitly so I thought I need 
not set it again in my environment. Nevertheless, samba build didn't pass and I 
think PKG_CONFIG_PATH should be set as:
    export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/samba/lib/pkgconfig
  instead of
    /usr/bin/env -i 
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/samba/lib/pkgconfig
  With this change building/installing Samba passed successfully (well, with 
lots of warning and few errors in IDLs which are no more supported I guess :).

2. Building OpenChange:
  According to 'install docs', essential dependencies may be installed using 
'apt-get install automake flex bison libpopt'. 
  However, under Ubuntu one should install 'libpopt-dev'. Otherwise compilation 
fails with "cannot include <popt.h>".
  So I think the 'howto.txt' should say: 
    To install dependent packages run apt-get install automake flex bison 
libpopt-dev


I hope this will help someone.

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

Reply via email to