<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest topics for the forum "ApachePHP and application Installers"]]></title>
		<link>http://forums.enterprisedb.com/forums/show/12.page</link>
		<description><![CDATA[The newest discussed topics in the forum "ApachePHP and application Installers"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Silent installation on Windows</title>
				<description><![CDATA[ Is it possible to do a silent installation on Windows using the one click installers? If so, can you point me to the documentation on this topic?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3052/11385.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3052/11385.page</link>
				<pubDate><![CDATA[Fri, 27 Jan 2012 15:32:19]]> GMT</pubDate>
				<author><![CDATA[ Alan_Cordner]]></author>
			</item>
			<item>
				<title>htaccess and httpd.conf redirect server error</title>
				<description><![CDATA[ Hi,<br /> <br /> I'm using the EnterpriseDB-Apache and trying to use clean URLs and would like to know how I can modify my httpd.conf file to allow overriding; however, when I change AllowOverride to "All", I get an Internal Server Error. The following code is what I am changing.<br /> <br />    [color=green] # AllowOverride controls what directives may be placed in .htaccess files.<br />     # It can be "All", "None", or any combination of the keywords:<br />     #   Options FileInfo AuthConfig Limit<br />     #<br /> 	<br />     AllowOverride None[/color]<br /> <br /> I would also like to say that I am using Netbeans IDE, and I don't know whether that is causing any conflict. My htaccess file is as follows:<br /> <br /> [color=green]RewriteEngine On<br /> <br /> RewriteCond %{REQUEST_FILENAME} !-d<br /> RewriteCond %{REQUEST_FILENAME} !-f<br /> RewriteCond %{REQUEST_FILENAME} !-l<br /> <br /> RewriteRule ^(.+)$ index.php?url=$1 [QSA,L][/color]<br /> <br /> Any assistance will be appreciated.<br /> <br /> <br /> <br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3008/11207.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3008/11207.page</link>
				<pubDate><![CDATA[Tue, 27 Dec 2011 15:19:13]]> GMT</pubDate>
				<author><![CDATA[ polandroide]]></author>
			</item>
			<item>
				<title>Stack Builder and Apache server allready installed - Windows</title>
				<description><![CDATA[ Hi,<br /> <br /> I am new to this group.<br /> <br /> I had installed and running Apache Server (XAMPP installation) with PHP and I am trying to jump from MySQL to PostgresQL.<br /> After installing PostgresQL I ran Stack Builder to install phpPgAdmin (v 5.0.2-1) but I get the error message "No Apache server was found. Please run EnterpriseDB ApachePHP installer"<br /> <br /> I searched the Internet but I couldn't find a solution.<br /> Can I use my existing Apache and PHP installation and make the appropriate changes to the relative CONF files?<br /> If yes, where shall I find the configuration info?<br /> <br /> Stack Builder 3.1.0<br /> Apache 2.2.9 (Win32) <br /> <br /> Demetrios<br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2993/11145.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2993/11145.page</link>
				<pubDate><![CDATA[Thu, 15 Dec 2011 10:25:43]]> GMT</pubDate>
				<author><![CDATA[ Demetrios_P]]></author>
			</item>
			<item>
				<title>Installation of stackbuilder on mandriver 2011</title>
				<description><![CDATA[ After installing pg 9.1.1 on mandriver 2011 I get the follwing error when trying to run stackbuilder:<br /> <br /> ./stackbuilder: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory<br /> <br /> <br /> There is a file 'libjpeg.so.62' (a link to 'libjpeg.so.62.00' I think).<br /> <br /> Is it possible to correct this? ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2952/10966.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2952/10966.page</link>
				<pubDate><![CDATA[Thu, 3 Nov 2011 12:19:14]]> GMT</pubDate>
				<author><![CDATA[ alan_bromley_2]]></author>
			</item>
			<item>
				<title>PostgreSQL - ApachePhp Beginner.</title>
				<description><![CDATA[ Hello,<br /> <br /> I just installed PostgreSQL on to my Mac (OSX 10.7.1 Lion). Along with that I also installed the ApachePhp package through stackbuilder. Now Mac comes with their own Apache system which I have disabled by disabling 'Web Sharing' in System Preferences/Sharing. How do I enable the ApachePHP package downloaded along with PostgreSQL? I read a tutorial where in they asked me to enable web-sharing in Mac which is exactly the opposite of what I did. I disabled it because I didn't want Apache from Mac to be the default application but the one downloaded with PostgreSQL. I want the applications downloaded as mentioned above to work in unison. Please help, I am a newbie at web development.<br /> <br /> Thanks<br /> H.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2881/10756.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2881/10756.page</link>
				<pubDate><![CDATA[Sat, 17 Sep 2011 11:34:10]]> GMT</pubDate>
				<author><![CDATA[ hrshdhgd]]></author>
			</item>
			<item>
				<title>Contributed modules for Drupal</title>
				<description><![CDATA[ How do I add contributed modules to Drupal6.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2781/10306.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2781/10306.page</link>
				<pubDate><![CDATA[Thu, 9 Jun 2011 15:49:01]]> GMT</pubDate>
				<author><![CDATA[ GerdNewYork]]></author>
			</item>
			<item>
				<title>PHP Curl Module</title>
				<description><![CDATA[ I have the Enterprise Apache/PHP installed, but I need the PHP curl module.  Is there a way to simply add this dynamic library somehow to the installation?  I'd hate to have to locate sources and recompile.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2623/9835.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2623/9835.page</link>
				<pubDate><![CDATA[Tue, 8 Mar 2011 16:15:36]]> GMT</pubDate>
				<author><![CDATA[ SteveH369]]></author>
			</item>
			<item>
				<title>PostgreSQL connection with ADODB</title>
				<description><![CDATA[ Hi guys,<br /> <br /> i am having problem connecting PostgreSQL via ADODB.... I am using this connection string :<br /> <br /> [code]$conn = &ADONewConnection('postgres'); <br /> $conn-&gt;PConnect('localhost','userid','password','database');[/code]<br /> <br /> and it is giving me Database connection failed error... any help?? Am using 9.0 version of PostgreSQL and using IIS as my web server...<br /> <br /> To allow connections, after installation, i right clicked on server and clicked Connect supplying password there after and it shows connected... but i am unable to connect via this script... :(<br /> <br /> Regards,<br /> Dwayne<br /> <br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2605/9757.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2605/9757.page</link>
				<pubDate><![CDATA[Fri, 18 Feb 2011 15:11:33]]> GMT</pubDate>
				<author><![CDATA[ dwayne]]></author>
			</item>
			<item>
				<title>Just installed PEAR Mail, can't find include files ---arrrrgh.</title>
				<description><![CDATA[ Just figured out how to install PEAR Mail stuff.<br /> "Pear list" tells me all is installed.<br /> <br /> My php test of:<br /> <br /> &lt;?<br /> require_once "Mail.php";<br /> ?&gt;<br /> <br />  is failing.<br /> <br /> Mac OSX, Snow Leopard.<br /> phpinfo reports search path is .:/Users/buildfarm/pginstaller.auto/ApachePhp/staging/osx/php/lib/php<br /> <br /> and I can see the Mail stuff in there.<br /> <br /> This is way more complicated than it should be.<br /> Any clues appreciated.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2597/9730.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2597/9730.page</link>
				<pubDate><![CDATA[Wed, 16 Feb 2011 10:59:58]]> GMT</pubDate>
				<author><![CDATA[ jabyga]]></author>
			</item>
			<item>
				<title>Compile new extensions</title>
				<description><![CDATA[ I need Zip extension to use PHPexcel library (and in the future, maybe also others). I've downloaded the php source, there is a documentation or an how to about how I can compile modules on OsX? What I need?<br /> <br /> Thanks.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2436/9182.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2436/9182.page</link>
				<pubDate><![CDATA[Thu, 16 Sep 2010 05:06:14]]> GMT</pubDate>
				<author><![CDATA[ Fabio_Ferrero]]></author>
			</item>
			<item>
				<title>macosx server and stack builder apache</title>
				<description><![CDATA[ I have installed PgSql 8.4.4-1 on my mac mini and think Dave_P's install system is a very neat piece of work!<br /> <br /> I am running macosx server snow leopard.<br /> <br /> Prior to running the apache/php part of the install for Drupal etc, my server has Apache running already. <br /> <br /> Does the installer detect the running server and configure itself appropriately or should I configure the links manually :?: <br /> <br />  ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2381/8938.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2381/8938.page</link>
				<pubDate><![CDATA[Fri, 30 Jul 2010 08:14:15]]> GMT</pubDate>
				<author><![CDATA[ Chris_Rowling]]></author>
			</item>
			<item>
				<title>ApachePHP Installation Error on Windows 7 x64</title>
				<description><![CDATA[ I'm using StackBuilder Plus 1.1.1 on top of Windows 7 x64 when installing I get <br /> <br /> Error running C:\Users\MyUser\AppData\Local\Temp\vcredist_x86.exe "/Q": Program ended with an error exit code<br /> <br /> is that a known issue, it seems like something 64Bits related, any ideas? thank you very much]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2301/8547.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2301/8547.page</link>
				<pubDate><![CDATA[Tue, 25 May 2010 09:56:41]]> GMT</pubDate>
				<author><![CDATA[ Nelson_G]]></author>
			</item>
			<item>
				<title>are they compatibles?</title>
				<description><![CDATA[ I had installed posgreSQL with Apache2 Server, now I see that is possible to install Server LAMP from Synaptic, but are they compatibles?<br /> Another question is, manual say that I have to create root directory but already exist and user root have the access only to postgres Daemon, and the others Daemons?<br /> Who may configure them. :?: ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2150/8004.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2150/8004.page</link>
				<pubDate><![CDATA[Tue, 2 Feb 2010 10:00:29]]> GMT</pubDate>
				<author><![CDATA[ antonio manuel_ciampi]]></author>
			</item>
			<item>
				<title>Visual C++ 2005 Redistributable Error 1935</title>
				<description><![CDATA[ Greetings! I'm trying to install apachephp, I had it installed from a previous version for quite a while now, I decided to uninstall my old postgresql version and give postgres plus a try, I've selected the apachephp plugin from the stack builder but I keep getting Error 1935 when installing Visual C++ 2005 Redistributable, I already had that installed on my system, in fact, I dunno exactly which component from the stack builder needs it but someone did and installed it, I also downloaded the msi from Microsoft Download Center and it worked fine, however apachephp keeps asking me to use its version and it won't let me go beyond that point, any ideas what that may be? thanks!]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2039/7484.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2039/7484.page</link>
				<pubDate><![CDATA[Sun, 22 Nov 2009 00:08:26]]> GMT</pubDate>
				<author><![CDATA[ Nelson_G]]></author>
			</item>
			<item>
				<title>ERROR: could not access file &quot;$libdir/xxid&quot;: No such file or directory</title>
				<description><![CDATA[ I installed PostgreSQL 8.4 using one-click-installer then installed SlonyI using stack builder. All went fine, no errors in the installation.<br /> <br /> The problem is whenever I create a new cluster in pgAdminIII, I will get the ff. error:<br /> "[i]ERROR: could not access file "$libdir/xxid": No such file or directory[/i]"<br /> <br /> What can be cause of it? Tried everything I could but nothing helps.<br /> I'm using Windows Vista.<br /> <br /> Thanks!<br /> cyberjorge]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1875/6676.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1875/6676.page</link>
				<pubDate><![CDATA[Tue, 1 Sep 2009 04:48:03]]> GMT</pubDate>
				<author><![CDATA[ cyb3rjorg3_yahoo_com]]></author>
			</item>
			<item>
				<title>PHP Module location</title>
				<description><![CDATA[ Hi, I'm trying to add the GD2 module, I have the dll (php_gd2.dll) place in the php folder, my installation is located under C:\Program Files\PostgreSQL\EnterpriseDB-ApachePhp\php\, I uncommented the extension loader in the php.ini file and restarted the service, however it keeps displaying the warning " PHP Startup: Unable to load dynamic library './php_gd2.dll' ", I've tried placing the file on different places and using absolute paths, I've also changed the extension_dir inside the php.ini to point to the same directory but using an absolute path but the error continues, any ideas what I might be doing wrong? thanks!]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1732/6078.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1732/6078.page</link>
				<pubDate><![CDATA[Sat, 23 May 2009 22:14:30]]> GMT</pubDate>
				<author><![CDATA[ Nelson_G]]></author>
			</item>
			<item>
				<title>Apache verification with PGP and MD5</title>
				<description><![CDATA[ Sinking into a Software Spiral<br /> <br /> All I wanted was Apache  but i'm in a nightmare software run around.<br /> <br /> As soon as I downloaded apache ( Win32 Binary including OpenSSL 0.9.8i (MSI Installer): apache_2.2.11-win32-x86-openssl-0.9.8i.msi [PGP] [MD5] ) from the apache site my computer alerts me that it could be dangerous as it dosn't have a signature. The apache site also warms me that I must verify its signature  by downloading "PGP signatures and MD5 hashes"  avoiding mirrors (what ever they are.) and "download the KEYS as well as the asc signature file then verify the signatures usin this code % pgpk -a KEYS % pgpv apache_1.3.24.tar.gz.asc" in some unknown software.<br /> So I look into signatures and downloading PGP and am told the only way to check I have a safe PGP progam is to download it from different sites and make the sure the source code matches. So I google it and download it for XP from two sites and look at the file expecting a text file where i can compare the code but no such luck .  The the gnupg-w32cli-1.2.2.zip contains no readable files and the PGP Desktop9.10.0_Source.zip readmewin32.pdf says i need, Microsoft Visual Studio .NET, Microsoft Windows 2000 DDK Microsoft Windows 2003 IFS DDK Lotus C API Toolkit, Microsoft Platform SDK.  I just wanted to download some Apache because XP home doesn't come with a server  but [b]i've already racheted up 8 additional required software and am no closer to being able to check it my apache version is safe.[/b]The Apache site claims the [b]alternative method [/b]is to check the MD5 hash by downloading more unsafe unfathomable software MD5sums <a class="snap_shots" href="http://ftp.gnu.org/gnu/coreutils/" target="_blank" rel="nofollow">http://ftp.gnu.org/gnu/coreutils/</a> FSUM 2.52. Instead  I use the link to a report page  <a class="snap_shots" href="http://people.apache.org/~henkp/cgi-bin/md5.cgi" target="_blank" rel="nofollow">http://people.apache.org/~henkp/cgi-bin/md5.cgi</a> instead but it doesn't say my apache file is ok. It just tells me  the signature and md file are consistent which they should be since i got them together with the apachedownload. It also and generates a key ID and tells me it "Can't find key CB9B9EC5 in the strong set " or "the history of key 0xCB9B9EC5 : msd and rank". In order to check the authencity of the key i have to go back to PGP. So is the apache file with the  dist/httpd/binaries/win32/apache_2.2.11-win32-x86-openssl-0.9.8i.msi.asc signature [b]safe or not and how do i find out in the simplest possible way[/b]?<br /> <br /> Can't wait to download Mysql and PHP :(]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1707/5982.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1707/5982.page</link>
				<pubDate><![CDATA[Tue, 5 May 2009 13:47:46]]> GMT</pubDate>
				<author><![CDATA[ natalie_j]]></author>
			</item>
			<item>
				<title>Can't get JDBC to compile. Please help.</title>
				<description><![CDATA[ I'm a beginner. I installed PostGRESQL 8.3 with edb_pgjdbc.exe (604) on Windows XP SP2.<br /> <br /> The following test code won't compile:<br /> [code]package javaapplication1;<br /> import java.sql.*;<br /> <br /> public class Main {<br /> <br />    public static void main(String[] args) {<br />     try<br />     {<br />       helloPostgresql();<br />     }<br />     catch (Exception ex)<br />     {<br />       System.out.println("***Exception:\n"+ex);<br />       ex.printStackTrace();<br />     }<br />    }<br /> <br />    public static void helloPostgresql()<br />            throws ClassNotFoundException, SQLException<br />    {<br />     Class.forName("org.postgresql.Driver");<br />     Connection db = DriverManager.getConnection("jdbc:postgresql:pathos", "postgres", "cuy4867z");<br /> <br />     PreparedStatement st = db.prepareStatement("INSERT INTO test VALUES (?,?,?)");<br />     st.setInt(1, 5);<br />     st.setString(2, "'$10.00'");<br />     st.setString(3, "'full checkup'");<br />     st.executeUpdate();<br />     st.close();<br /> <br />     db.close();<br />    }<br /> <br /> }[/code]<br /> <br /> NetBeans says:<br /> [code]***Exception:<br /> java.lang.ClassNotFoundException: org.postgresql.Driver<br /> java.lang.ClassNotFoundException: org.postgresql.Driver<br />        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)<br />        at java.security.AccessController.doPrivileged(Native Method)<br />        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)<br />        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)<br />        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)<br />        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)<br />        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)<br />        at java.lang.Class.forName0(Native Method)<br />        at java.lang.Class.forName(Class.java:169)<br />        at javaapplication1.Main.helloPostgresql(Main.java:36)<br />        at javaapplication1.Main.main(Main.java:24)<br /> BUILD SUCCESSFUL (total time: 0 seconds)[/code]<br /> <br /> I've tried adding "E:\Program Files\PostgreSQL\pgJDBC" to the CLASSPATH. Any suggestions?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1690/5920.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1690/5920.page</link>
				<pubDate><![CDATA[Sun, 12 Apr 2009 15:40:40]]> GMT</pubDate>
				<author><![CDATA[ Kazi_S]]></author>
			</item>
			<item>
				<title>Error when stopping and starting Apache server</title>
				<description><![CDATA[ Hello, I've just installed EnterpriseDB-ApachePhp along with PostgreSQL. I followed all of the instructions exactly, and I got no errors when I ran the install process. However, now when I start and stop the server I get the following message:<br /> [code]<br /> "/Library/PostgreSQL/EnterpriseDB-ApachePhp/apache/bin/apachectl: line 70: ulimit: open files: cannot modify limit: Inmvalid argument"[/code]<br /> <br /> Then it says, [code]"Apache started Sucessfully"[/code]<br /> <br /> As far as I can tell, the server starts and everything seems to work fine. But then I don't understand why I am getting this message, what it means, or what I can do to fix the issue.<br /> <br /> Any help would be much appreciated.<br /> <br /> Thanks!]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1684/5884.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1684/5884.page</link>
				<pubDate><![CDATA[Sat, 4 Apr 2009 15:29:54]]> GMT</pubDate>
				<author><![CDATA[ Philip_W]]></author>
			</item>
			<item>
				<title>Error Code 80070002</title>
				<description><![CDATA[ Hi, maybe I'm doing something wrong, I just installed apachePHP and tried to access "localhost" at port 8080, it didn't work, so I've tried using the EnterpriseDB ApachePHP application on my programs folder at the start menu and it throws an error with code 80070002, the error reads (this may not be accurate since I'm using an spanish version of Vista)...<br /> <br /> Command Sequece: C:\Program Files\PostgreSQL\EnterpriseDB-ApachePhp\scripts\launchApachePhp.vbs<br /> Line: 6<br /> Character: 1<br /> Error: Unvalid root at register key "HKEY_LOCAL_MACHINE\SOFTWARE\EnterpriseDB\ApachePhp\APACHE_PORT"<br /> Code: 80070002<br /> Source: WshShell.RegRead<br /> <br /> Indeed that register (the one stated at the error line) doesn't exist but the installation finished succesfully, any help would be most appreciated, I'm just giving it a try to these Apache and PHP installation, it's the first time I use it, I've formerly used other distributions. thanks!]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1648/5726.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1648/5726.page</link>
				<pubDate><![CDATA[Wed, 4 Mar 2009 16:32:54]]> GMT</pubDate>
				<author><![CDATA[ Nelson_G]]></author>
			</item>
			<item>
				<title>ApachePHP Installation request an absolute path</title>
				<description><![CDATA[ Greetings! I'm installing the ApachePHP Application using the Application Stack Builder and I'm getting a pretty odd error, it reads "The installation directory must be an absolute path, containing only letters, numbers, and the characters '-','/','.' and '_', and must be writable."<br /> <br /> I'm using the default path "C:\Program Files (x86)\PostgreSQL\EnterpriseDB-ApachePhp" (without quotations), I've also tried to start the setup from scratch (without the Application Stack Builder) using an administrators account, I've placed all privileges to my account user on the windows system, but the error remains, any help would be most appreciated.<br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1639/5704.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1639/5704.page</link>
				<pubDate><![CDATA[Sat, 28 Feb 2009 13:43:40]]> GMT</pubDate>
				<author><![CDATA[ Nelson_G]]></author>
			</item>
			<item>
				<title>Checksum verification failed for psqlODBC and Apache-PHP StackBuilder (OSX/PPC)</title>
				<description><![CDATA[ First off, thank you for expanding StackBuilder support to Linux and Mac!<br /> <br /> I get "Checksum verification failed" errors when using StackBuilder to install these packages on my G4 PowerBook (32-bit PPC) running OS X 10.5.5:<br /> <br /> ApachePHP v2.2.9-5.2.6<br /> psqlODBC v08.03.0200<br /> <br /> The StackBuilder app I'm running is from the PostgreSQL 8.3.5-1 one-click installer package, which installed without problems and otherwise seems to work OK.<br /> <br /> I've tried downloading both multiple times.  I'd appreciate any help you can provide.<br /> <br /> Thanks!<br /> - Jeff<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1526/5335.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1526/5335.page</link>
				<pubDate><![CDATA[Mon, 24 Nov 2008 13:21:32]]> GMT</pubDate>
				<author><![CDATA[ Jeff_B]]></author>
			</item>
	</channel>
</rss>
