Re: [Bacula-users] strange build error on OpenIndiana

2012-12-13 Thread Geert Stappers
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: > > --

[Bacula-users] strange build error

2012-12-11 Thread ccspro
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

[Bacula-users] strange build error

2012-12-11 Thread 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: -- *** Error code 1 The following c