2013/4/15 theoutlan...@o2.pl <theoutlan...@o2.pl>

> 2013/4/12 Brad Hards <br...@frogmouth.net>
>
>> On Thursday 11 April 2013 23:08:53 theoutlan...@o2.pl wrote:
>> > >>>If you installed samba4 from sources, then you need to specify with
>> > >>>--prefix= the path where Samba4 is installed. If it still doesn't
>> work,
>> > >>>double check you can access pkgconfig (.pc) files from the prefix. In
>> > >>>your case, you should check if you have
>> /usr/share/samba/lib/pkgconfig
>> > >>>with available pc files such as talloc.pc, ldb.pc, tdb.pc and
>> tevent.pc
>> > >>talloc.pc, ldb.pc, tdb.pc and tevent.pc in
>> > /usr/lib/x86_64-linux-gnu/pkgconfig
>> Do you have pkg-config installed?
>>
>> Does it work on the command line? If you try something like:
>> $ pkg-config --modversion tdb
>> You should get a result like:
>> 1.2.11
>>
>> If it looks like:
>> Package tdb was not found in the pkg-config search path.
>> Perhaps you should add the directory containing `tdb.pc'
>> to the PKG_CONFIG_PATH environment variable
>> No package 'tdb' found
>>
>> then its not set up correctly, and you probably need to fix the
>> environmental
>> variable:
>> export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
>>
>> If it still doesn't work, or you don't understand, please post the
>> results of
>> these tests.
>>
>> Brad
>>
>
> Hi,
>
> Everything looks ok:
> # pkg-config --modversion tdb
> 1.2.10
> # pkg-config --modversion ldb
> 1.1.13
> # pkg-config --modversion talloc
> 2.0.7
> # pkg-config --modversion tevent
> 0.9.17
>
> Kind Regards,
> Outlander
>

Hi,

Unfortunately, in the current version, taken from Git is the same problem:

./configure --prefix=/usr/local/samba --with-samba
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for samba 4... configure: error: Samba 4 not found

Kind Regards,
Outlander
_______________________________________________
devel mailing list
devel@lists.openchange.org
http://mailman.openchange.org/listinfo/devel

Reply via email to