Date: 02/17/99
- Next message: eschmid: "[PHP-DEV] CVS update: php3/doc/functions"
- Previous message: Dave Walton: "Re: [PHP-DEV] Bug #1039 Updated: odbc_fetch_into( ) doesn't ignore the rownumber parameter if it is not supporte"
- In reply to: Manuel Lemos: "[PHP-DEV] Re: [PHP3] 3.0.7 pre-release"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Feb 17, 1999 at 02:32:32AM +0000, Manuel Lemos wrote:
> Hello Rasmus,
>
> On 14-Feb-99 23:00:53, you wrote:
>
> >This release has not been fully tested and it may well change a bit before
> >the full 3.0.7 release which we hope to get out around the 27th of this
> >month. So, use with caution. And if you find problems with it, please
> >report them to php-dev <email protected>
>
> I have a few of compiler problems to build this release with RedHat Linux
> 2.0.34 with the pre-installed version of PostgreSQL 6.3.2-4 RPM and Apache
> 1.3.1. I wonder if you can figure the problem with this extract of the
> compiler output.
>
[...]
>
> /usr/include/libpq-fe.h:349: warning: `palloc' redefined
> /root/apache_1.3.1/src/include/ap_compat.h:232: warning: this is the
> location of the previous de finition
The problem is that both Apache and Postgres use palloc. They don't care about
each other, so it is ok. At least it has worked for me since I started using
mod_php3.
> In file included from functions/php3_pdf.h:36,
> from internal_functions.c:95:
> /usr/local/include/pdf.h:30: warning: `false' redefined
> /usr/include/c.h:63: warning: this is the location of the previous definition
Looks like another broken RedHat installation. Neither libc5 or libc6 have a
<c.h>. It should be safe to add a new frame to that include file:
#if 0
...everything else...
#endif
--
Regards,
Sascha Schumann |
Consultant | finger sas <email protected>
| for PGP public key
--
PHP Development Mailing List http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>
- Next message: eschmid: "[PHP-DEV] CVS update: php3/doc/functions"
- Previous message: Dave Walton: "Re: [PHP-DEV] Bug #1039 Updated: odbc_fetch_into( ) doesn't ignore the rownumber parameter if it is not supporte"
- In reply to: Manuel Lemos: "[PHP-DEV] Re: [PHP3] 3.0.7 pre-release"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

