On 18/10/2019 22:05, Kienzle, Jonathan-David wrote:
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.
chmod a+x ./configure

        Cheers,
                Gary    B-)


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to