Hello,

On 1/20/2006 9:21 PM, James P. Kinney III wrote:
On Fri, 2006-01-20 at 19:24 +0100, Arno Lehmann wrote:
Thanks Arno,

Please, in the future reply to the list.

Hmm. The two discussions in December were resolved with the following results: - Install all the necessary packages (which looks good for you - postgresql integration for php and PEAR). BUT some extension named like dbsize or similar might be necessary.


I'm pretty sure pear is up to date (pear upgrade --alldeps). dbsize is
in postgresql-contrib.rpm (installed)

Have you installed the necessary PEAR components?
You _should_ see the package DB, but I'm not sure about the others. Anyway, I have the following (using MySQL, though):

elf:~ # pear list
Installed packages, channel pear.php.net:
=========================================
Package        Version State
Archive_Tar    1.3.1   stable
Console_Getopt 1.2     stable
DB             1.7.6   stable
Mail           1.1.9   stable
Net_SMTP       1.2.7   stable
Net_Socket     1.0.6   stable
PEAR           1.4.6   stable
PHPUnit        1.3.2   stable
XML_Parser     1.2.7   stable
XML_RPC        1.4.5   stable


- Make sure Postgres accepts connections as initiated by php/PEAR. You should have this correct, too.


I'm not sure that this connection method requires anything other than a
tcp/ip connection (which is allowed from all IP address out of
frustration! the machine is inside the LAN).

:-)

I've seen customers of mine with the same symptoms... don't forget to close or otherwise protect the connection methods you don't normally need once you've got it running. And of course you reloaded PostgreSQL after modifying the... hm, hba.conf or something?

So, the only other advice I can give is to have a look into apaches error log, and to try running the cripts from the shell, so you see _all_ of its output.


I'm looking up how to run php scripts from the console for debugging.

rather simple: 'php index.php >/dev/null'

Arno

Apart from that, the mentioned two discussios at least indicate that PostgreSQL and Bacula-web can work together.

Arno



--
IT-Service Lehmann                    [EMAIL PROTECTED]
Arno Lehmann                  http://www.its-lehmann.de


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to