Simple, It installed and correctly configured all the PHP extensions for Postgresql which were missing from my plain vanilla Ubuntu Precise AMD64 which caused the install to stall.
Just installing php5-pgsql alone did not work. It said it was installed but not configured properly or dependencies missing. Phppgadmin did it in seconds and DID work. There are many posts on the web re problems with php5-pgsql which is how I found the fix. One line change in your installer would fix this. The Airtime forum had quite a few reference (mostly unsolved) on this issue. I just hope it helps somebody else and a one line change in your installed would seem to fix it. :) -----Original Message----- From: Daniel James [mailto:[email protected]] Sent: 22 July 2013 15:44 To: [email protected] Cc: John Chewter Subject: Re: [Savonet-users] Airtime 2.4 Installer Failed Tip <Solved> Hi John, > A suggestion for the 'Prepare The Server' Section: > > Ensure that apache has the mode for postgresql installed and active. You should get this automatically when php5-pgsql is pulled in as a dependency. > sudo apt-get install phppgadmin > > And then I installed airtime and I got a free handy Postgresql Admin > program and the airtime install completed without a hitch. This step should not be necessary - it would be interesting to know what is different about your system. Cheers! Daniel ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
