On Wednesday 04 November 2009 20:03:01 SF Markus Elfring wrote: > > According to the google translation of this, your compiler can't find > > postgres_ext.h or pg_config_manual.h. I suspect you need to install > > some PostgreSQL development libraries, for example libpq5-dev on > > debian. If these files already exist on your system, try providing > > --with-postgresql=/path/to/postgresql to ./configure. > > I wonder why these source files can not be found despite of the presence of > the software package "postgresql-devel 8.3.8-0.1.1" on my openSUSE 11.1 > system. I would expect that their usability was already checked by the > configuration script.
The problem you were previously having is that you specified *two* different database engines on one ./configure. That doesn't work with the current Bacula (one of many unstarted projects ...), If the PostgreSQL is not in the standard locations known to Bacula, you must specify a path as Alex noted, but that is generally necessary only if the ./configure fails. Regards, Kern ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
