Op 20121211 om 23:53 schreef Boris Epstein:
> Hello all,
>
> I am trying to build Bacula 5.2.12 on OpenIndiana 11 with PostgreSQL 9 as the
> DB engine.
>
> After I ran:
>
> ./configure --with-postgresql
>
> and
>
> make
>
> I get the following:
>
> --
I assume g++ is not able to locate something on the command line to build such
as conio.c => conio.o
Try adding in any necessary paths to allow the compilers extra locations to
check for code/libraries/etc
PATH=/usr/bin:/sbin:/usr/local/bin
LD_LIBARAY_PAT=/lib:/usr/lib:/usr/local/lib
failing th
Hello all,
I am trying to build Bacula 5.2.12 on OpenIndiana 11 with PostgreSQL 9 as
the DB engine.
After I ran:
./configure --with-postgresql
and
make
I get the following:
--
*** Error code 1
The following c