# Teach ld.so about the non standard location of samba4 librariessudo su -c 'echo "/usr/local/samba/lib" > /etc/ld.so.conf.d/samba4.conf'# update PKG_CONFIG_PATH and PYTHONPATHsudo su -c 'echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/samba/lib/pkgconfig; export PKG_CONFIG_PATH" >> /etc/profile.d/samba4-env-build.sh'sudo su -c 'echo "PYTHONPATH=$PYTHONPATH:/usr/local/samba/lib64/python2.7/site-packages
; export PYTHONPATH" >> /etc/profile.d/samba4-env-build.sh'. /etc/profile.d/samba4-env-build.sh 2011/6/22 Alessio Fattorini <[email protected]> > Il 22/06/2011 12:17, Fabrice Durand ha scritto: > > Hi, >> Did you change PYTHONPATH ? >> In my fedora it's in /usr/local/samba/lib64/**python2.7/site-packages >> > > Hi fabrice, > can you paste your difference from documentation? I would test it on Centos > 5.4 > > > -- > Alessio Fattorini ([email protected]**) > > nethesis srl - Via degli Olmi 16/4 - 61100 Pesaro (PU) > tel. +39 0721 405516 - fax +39 0721 268147 > www.nethesis.it - [email protected] > -- > [email protected] > https://inverse.ca/sogo/lists > -- [email protected] https://inverse.ca/sogo/lists
