[PHP] En: [GENERAL] libpq.so.2.1 needed by php-pgsql-4.0.1pl2-9

2001-03-02 Thread Paulo Parola
Maybe somebody here might be able to help me so I am forwarding this. TIA, Paulo - Original Message - From: Paulo Parola To: [EMAIL PROTECTED] Sent: Thursday, March 01, 2001 4:31 PM Subject: [GENERAL] libpq.so.2.1 needed by php-pgsql-4.0.1pl2-9 Hi, I am running Redhat 7.0 with PHP

[PHP] How to connect to PostgreSQL with phpPgAdmin

2001-03-04 Thread Paulo Parola
For the phpPgAdmin users, if you might help!!! I am running PostgreSQL 7.1 over RedHat. When trying to connect through the web everything goes right. A script that is currently working: nomesobrenome"; for ($i=0; $i < $linhas_retornadas; $i++) { $row=pg_fetch_array($result,$i);

[PHP] RPMs for PHP accessing PostgreSQL via ODBC over RedHat

2001-03-05 Thread Paulo Parola
Hi, We are currently running the following configuration on our server: Linux Red Hat 7.0 PostgreSQL 7.1beta4-1 PHP 4.0.1pl2 I need to add some RPM package (or perhaps an apache module) to enable PHP to access PostgreSQL via ODBC. In order to have PostgreSQL native access support we installed

Re: [PHP] PHP dll on NT - more reliable with Apache than IIS?

2001-03-07 Thread Paulo Parola
We have started using PHP on NT over Apache, but since our ISP used IIS we switched to it. Anyway, we just started having real problems after our application got really big, so that I cannot really compare Apache x IIS on NT very well (our errors started happening on IIS if I recall correctly). A

[PHP] Problems with virtual() => request execution failed

2001-10-02 Thread Paulo Parola
Hi, I am having trouble porting an application to another server. I have to call an external Perl script through the use of the function 'virtual()' but on the new server I get the following error: Warning: Unable to include './cgi-bin/banners/ads_business.pl' - request execution failed in /usr/

[PHP] Help with Linux RPM install (ODBC access)

2001-02-06 Thread Paulo Parola (PHP)
Hi, I have just installed RedHat 7 with support to PHP4 and MySQL. phpinfo() reports the following at the 'configure command' entry: './configure' '--target=i386-redhat-linux' '--prefix=/usr' '--with-config-file-path=/etc' '--disable-debug' '--enable-pic' '--enable-inline-optimization' '--with-

[PHP] PHP compile with ODBC support (iODBC x Openlinkx unixODBC...) and MyODBC

2001-01-29 Thread Paulo Parola (PHP)
Hi, We are currently configuring PHP4.0.4 with MySQL and Apache. We *need* to access MySQL via ODBC as well. Which is the best thing to do? There are many options of different ODBC drivers that can be configured, like 'iodbc' or 'openlink' from Openlink or unixODBC. Which driver is best? Wh