openchange install
Sziasztok!
Probálom az openchange-t felrakni.
Ubuntu 12.04.3 -ra samba:4.0.9 (tarball), openchange 2.0 (git http)
http://www.openchange.org/cookbook/initializing.html
A honlapon található wiki szerint. Sajnos sokáig nem jutottam el, mert a
Building OpenChange
Configure OpenChange
Launch the configure script in openchange directory:
$ ./autogen.sh
$ ./configure --prefix=/usr/local/samba
kiadásakor ezt a hibaüzenetet kapom:
checking for TALLOC... no
configure: error: Package requirements (talloc) were not met:
No package 'talloc' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
googliztem a TALLOC -ra de szinte semmit sem találtam.
Itt megadtam neki, hogy hol keresse, de nem teszi..
# Teach ld.so about the non standard location of samba4 libraries
$ echo '/usr/local/samba/lib' | sudo tee /etc/ld.so.conf.d/samba4.conf
# update PKG_CONFIG_PATH and PYTHONPATH
$ echo 'PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/samba/lib/pkgconfig; export PKG_CONFIG_PATH' | sudo tee /etc/profile.d/samba4-env-build.sh
$ echo 'PYTHONPATH=$PYTHONPATH:/usr/local/samba/lib/python2.7/site-packages;export PYTHONPATH' | sudo tee -a /etc/profile.d/samba4-env-build.sh
$ . /etc/profile.d/samba4-env-build.sh
Segítségetek köszönöm
- Tovább (openchange install)
- 4928 megtekintés