Installe bacula au reboot - Shell/Batch - Programmation
MarshPosté le 29-12-2010 à 15:24:52
Bonjour, J'ai fait un script de demarrage que je mets sous /etc/rc3.d/S99xxxx Tout se déroule correctement sauf pour la partie d'installe bacula au moment de compiler avec make il y'a des erreurs et je ne comprends pas les mesages. Pourtant quand je l'installe en manuel ./configure make make install tout se passe correctement. J'ai bien déclaré les variables PATH et LD_library et exportés. Voici les messages d'erruers:
The following command caused the error: /tmp/bacula-5.0.3/libtool --silent --tag=CXX --mode=compile /usr/local/bin/g++ -c -I/usr/local/include -fno-strict-aliasing -fno-exceptio ns -fno-rtti -I. -I.. -g -O2 -Wall -fno-strict-aliasing -fno-exceptions -fno-rtti attr.c
The following command caused the error: for I in src scripts src/lib src/findlib src/filed src/console src/plugins/fd manpages; \ do (cd $I; echo "==>Entering directory `pwd`"; make DESTDIR= depend || exit 1); done
Au make
The following command caused the error: /tmp/bacula-5.0.3/libtool --silent --tag=CXX --mode=compile /usr/local/bin/g++ -c -I/usr/local/include -fno-strict-aliasing -fno-exceptio ns -fno-rtti -I. -I.. -g -O2 -Wall -fno-strict-aliasing -fno-exceptions -fno-rtti attr.c
Marsh Posté le 29-12-2010 à 15:24:52
Bonjour,
J'ai fait un script de demarrage que je mets sous /etc/rc3.d/S99xxxx
Tout se déroule correctement sauf pour la partie d'installe bacula au moment de compiler avec make il y'a des erreurs et je ne comprends pas les mesages. Pourtant quand je l'installe en manuel ./configure make make install tout se passe correctement.
J'ai bien déclaré les variables PATH et LD_library et exportés.
Voici les messages d'erruers:
The following command caused the error:
/tmp/bacula-5.0.3/libtool --silent --tag=CXX --mode=compile /usr/local/bin/g++ -c -I/usr/local/include -fno-strict-aliasing -fno-exceptio
ns -fno-rtti -I. -I.. -g -O2 -Wall -fno-strict-aliasing -fno-exceptions -fno-rtti attr.c
The following command caused the error:
for I in src scripts src/lib src/findlib src/filed src/console src/plugins/fd manpages; \
do (cd $I; echo "==>Entering directory `pwd`"; make DESTDIR= depend || exit 1); done
Au make
The following command caused the error:
/tmp/bacula-5.0.3/libtool --silent --tag=CXX --mode=compile /usr/local/bin/g++ -c -I/usr/local/include -fno-strict-aliasing -fno-exceptio
ns -fno-rtti -I. -I.. -g -O2 -Wall -fno-strict-aliasing -fno-exceptions -fno-rtti attr.c
Merci pour l'aide