Hey there,
I was following this guide: 
https://tyler-hitzeman.github.io/bacula/install-server.html
All went well till I got to the real installation of Bacula.
Because I work on a VM without internet connection, I had to bypass the wget 
commands via scp.

Now my problem:
I ran the configuration script with
chmod +x setup.sh

and

sh ./setup.sh (in the Bacula folder)

and got this output:

./setup.sh: line 3: ./configure: Permission denied
./setup.sh: line 7: --sbindir=/opt/bacula/bin: No such file or directory

I checked that I have /opt/bacula/bin.

This is the content of ./setup.sh:

#!/bin/bash

CFLAGS="-g -Wall" \
  ./configure \
    #--enable-bat \      #Only needed if you plan on using the BAT GUI (which 
can be very difficult to get to work)
    --sbindir=/opt/bacula/bin \
    --sysconfdir=/opt/bacula/etc \
    --with-pid-dir=/opt/bacula/work \
    --with-subsys-dir=/opt/bacula/work \
    --enable-smartalloc \
    --with-postgresql=/usr/pgsql-9.6 \
    --with-python=/usr/bin/python \
    --with-working-dir=/opt/bacula/work \
    --with-dump-email=$USER

I really hope, that someone can help me. If something is missing, don't blame 
me I'm new here.

Regards
Jonathan
________________________________
dmTECH GmbH
Am dm-Platz 1, 76227 Karlsruhe * Postfach 10 02 34, 76232 Karlsruhe
Telefon 0721 5592-2500 Telefax 0721 5592-2777
dmt...@dm.de<mailto:dmt...@dm.de> * www.dmTECH.de<http://www.dmtech.de>
GmbH: Sitz Karlsruhe, Registergericht Mannheim, HRB 104927
Gesch?ftsf?hrer: Christoph Werner, Martin Dallmeier, Roman Melcher
________________________________
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to