LINUX.IE, website of the Irish Linux Users' Group
Tux rules!

   
Home
New Users
Articles
Download
Projects
Community
Vendors

  Print Version
Email to...
 
Archives:


planetILUG

Recent News

News Archive


Join the
ILUG
on FaceBook


Join the
ILUG
on LinkedIn


Join the
ILUG SETI
Group



















 
 :: Mailing Lists

[ILUG] Installing bacula on SuSE SLES 9

[ILUG] Installing bacula on SuSE SLES 9

Chris Boyd Chris.Boyd at usit.ie
Thu Aug 4 18:20:13 IST 2005


I've had a nightmare of a time compiling bacula mainly trying to get gcc installed. 
Now I ./configure bacula with all the various options and that goes ok...it finds gcc but then when I go to do a "make install" I get the following error:

First the config options:

 ./configure   --sbindir=$HOME/bacula/bin   --sysconfdir=$HOME/bacula/bin   --enable-smartalloc   --with-sqlite=$HOME/depkgs/sqlite   --with-working-dir=$HOME/bacula/working   --with-pid-dir=$HOME/bacula/bin/working   --with-subsys-dir=$HOME/bacula/bin/working   --enable-tray-monitor   --enable-conio

Then make install: ( if i do "g++" from command I also get command not found??)

./autoconf/mkinstalldirs /root/bacula/bin
./autoconf/mkinstalldirs /root/bacula/bin
./autoconf/mkinstalldirs /root/bacula/bin
./autoconf/mkinstalldirs /root/bacula/working
make[1]: Entering directory `/root/bacula-1.36.3/src'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/root/bacula-1.36.3/src'
make[1]: Entering directory `/root/bacula-1.36.3/scripts'
../autoconf/mkinstalldirs /root/bacula/bin
../autoconf/mkinstalldirs /root/bacula/bin
../autoconf/mkinstalldirs /root/bacula/bin
/usr/bin/install -c -m 0754 startmysql /root/bacula/bin/startmysql
/usr/bin/install -c -m 0754 stopmysql /root/bacula/bin/stopmysql
/usr/bin/install -c -m 0754 bconsole /root/bacula/bin/bconsole
/usr/bin/install -c -m 0754 gconsole /root/bacula/bin/gconsole
/usr/bin/install -c -m 0754 bacula /root/bacula/bin/bacula
  ==> Saving existing mtx-changer to mtx-changer.old
/usr/bin/install -c -m 0754 mtx-changer /root/bacula/bin/mtx-changer
/usr/bin/install -c -m 644   btraceback.gdb /root/bacula/bin/btraceback.gdb
/usr/bin/install -c -m 644   btraceback.dbx /root/bacula/bin/btraceback.dbx
/usr/bin/install -c -m 0754 btraceback /root/bacula/bin/btraceback
make[1]: Leaving directory `/root/bacula-1.36.3/scripts'
make[1]: Entering directory `/root/bacula-1.36.3/doc'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/root/bacula-1.36.3/doc'
make[1]: Entering directory `/root/bacula-1.36.3/src/lib'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/root/bacula-1.36.3/src/lib'
make[1]: Entering directory `/root/bacula-1.36.3/src/findlib'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/root/bacula-1.36.3/src/findlib'
make[1]: Entering directory `/root/bacula-1.36.3/src/filed'
g++   -c   -I. -I..  -g -O2 -Wall  filed.c
make[1]: g++: Command not found
make[1]: *** [filed.o] Error 127
make[1]: Leaving directory `/root/bacula-1.36.3/src/filed'
make[1]: Entering directory `/root/bacula-1.36.3/src/console'
g++   -c   -I. -I..  -g -O2 -Wall  console.c
make[1]: g++: Command not found
make[1]: *** [console.o] Error 127
make[1]: Leaving directory `/root/bacula-1.36.3/src/console'
make[1]: Entering directory `/root/bacula-1.36.3/rescue'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/root/bacula-1.36.3/rescue'
make[1]: Entering directory `/root/bacula-1.36.3/rescue/linux'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/root/bacula-1.36.3/rescue/linux'
make[1]: Entering directory `/root/bacula-1.36.3/src/cats'
/usr/bin/install -c -m 0754 create_sqlite_database /root/bacula/bin/create_sqlite_database
/usr/bin/install -c -m 0754 update_sqlite_tables /root/bacula/bin/update_sqlite_tables
/usr/bin/install -c -m 0754 make_sqlite_tables /root/bacula/bin/make_sqlite_tables
/usr/bin/install -c -m 0754 grant_sqlite_privileges /root/bacula/bin/grant_sqlite_privileges
/usr/bin/install -c -m 0754 drop_sqlite_tables /root/bacula/bin/drop_sqlite_tables
/usr/bin/install -c -m 0754 drop_sqlite_database /root/bacula/bin/drop_sqlite_database
/usr/bin/install -c -m 0754 create_bacula_database /root/bacula/bin/create_bacula_database
/usr/bin/install -c -m 0754 update_bacula_tables /root/bacula/bin/update_bacula_tables
/usr/bin/install -c -m 0754 make_bacula_tables /root/bacula/bin/make_bacula_tables
/usr/bin/install -c -m 0754 grant_bacula_privileges /root/bacula/bin/grant_bacula_privileges
/usr/bin/install -c -m 0754 drop_bacula_tables /root/bacula/bin/drop_bacula_tables
/usr/bin/install -c -m 0754 drop_bacula_database /root/bacula/bin/drop_bacula_database
  ==> Found existing make_catalog_backup, installing new file as make_catalog_backup.new
/usr/bin/install -c -m 0754 make_catalog_backup /root/bacula/bin/make_catalog_backup.new
  ==> Found existing delete_catalog_backup, installing new file as delete_catalog_backup.new
/usr/bin/install -c -m 0754 delete_catalog_backup /root/bacula/bin/delete_catalog_backup.new
make[1]: Leaving directory `/root/bacula-1.36.3/src/cats'
make[1]: Entering directory `/root/bacula-1.36.3/src/dird'
g++   -c   -I. -I..  -g -O2 -Wall  dird.c
make[1]: g++: Command not found
make[1]: *** [dird.o] Error 127
make[1]: Leaving directory `/root/bacula-1.36.3/src/dird'
make[1]: Entering directory `/root/bacula-1.36.3/src/stored'
g++   -c   -I. -I..  -g -O2 -Wall  stored.c
make[1]: g++: Command not found
make[1]: *** [stored.o] Error 127
make[1]: Leaving directory `/root/bacula-1.36.3/src/stored'
make[1]: Entering directory `/root/bacula-1.36.3/src/tools'
g++   -c  -I. -I..  -g -O2 -Wall  bsmtp.c
make[1]: g++: Command not found
make[1]: *** [bsmtp.o] Error 127
make[1]: Leaving directory `/root/bacula-1.36.3/src/tools'
make: *** [install] Error 1




More information about the ILUG mailing list
Read this without the formatting.
                                                                                                    

 

Hosted by HEAnet


Maintained by the ILUG website team. The aim of Linux.ie is to support and help commercial and private users of Linux in Ireland. You can display ILUG news in your own webpages, read backend information to find out how. Networking services kindly provided by HEAnet, server kindly donated by Dell. Linux is a trademark of Linus Torvalds, used with permission. No penguins were harmed in the production or maintenance of this highly praised website. Looking for the Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!
RSS Version
Powered by Dell