Bacula-users

Re: [Bacula-users] error compilation bacula 7.4 with postgresql version 9.3.9

2016-01-27 15:56:53
Subject: Re: [Bacula-users] error compilation bacula 7.4 with postgresql version 9.3.9
From: Michael Munger <michael AT highpoweredhelp DOT com>
To: 'Hector Javier Agudelo Corredor' <hejaco AT gmail DOT com>, "bacula-users AT lists.sourceforge DOT net" <bacula-users AT lists.sourceforge DOT net>
Date: Wed, 27 Jan 2016 20:53:31 +0000
Configure cannot find libpq-fe.h.

On your system, execute the following (as root):

1. updatedb
2. locate libpq-fe.h

This should show you where the devel files are installed on your system. Once 
you have that, you can make a symlink that points a “standard” location to 
where your files actually are. 

Suppose locate show you that libpq-fe.h is in /usr/something/random/pgsql, then 
you would execute:

ln -s /usr/something/random/pgsql /usr/include/pgsql

Thereby allowing configure to find libpq-fe.h in /usr/include/pgsql as 
/usr/include/pgsql/libpq-fe.h

In the alternative, you can use:

--with-postgresql=/usr/something/random/pgsql

Michael Munger, dCAP, MCPS, MCNPS, MBSS
High Powered Help, Inc.
Microsoft Certified Professional
Microsoft Certified Small Business Specialist
Digium Certified Asterisk Professional
michael AT highpoweredhelp DOT com

From: Hector Javier Agudelo Corredor [mailto:hejaco AT gmail DOT com] 
Sent: Wednesday, January 27, 2016 3:41 PM
To: bacula-users AT lists.sourceforge DOT net
Subject: [Bacula-users] error compilation bacula 7.4 with postgresql version 
9.3.9



Install postgres but when compiling Bacula 9.3.10 7.4 to install it with the 
command ./configure --with-postgresql. ihave this error 

checking for PostgreSQL support... no
configure: error: Unable to find libpq-fe.h in standard locations
[root@bacula74web bacula-7.4.0]#

This error is resolved by installing the postgresql-devel but 8.4

 
yum install postgresql-devel


By making the default CentOS version 8.4 but I install PostgreSQL 9.4 is 
already installed and postgresql-devel version 9.3. But if I do not install 
this default is the 8.4 does not compile me to install.

see bacula1.jpg

What should I do to let me run with libraries of version 9.3 of PostgreSQL?

i saw the file configuration  y the library libpq-fe.h its not there.

thanks for your help

-- 
HECTOR 
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users