php-i18n Digest 6 Nov 2003 09:04:43 -0000 Issue 199
Topics (messages 624 through 625):
Re: iconv support
624 by: mark.market.com
625 by: Bertrand PERRINE
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
That would be apx*s*2. Not apx2.
> -----Original Message-----
> From: Nathalie Boulos [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 03, 2003 5:30 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-I18N] iconv support
>
> Hello all,
>
> i'm trying to compile php-4.3.2 with iconv support (after compiling
> libiconv-1.9.1) and apx2 :
>
> ./configure --prefix=/usr/local/apache2/php
> --with-apx2=/usr/local/apache2/bin/apxs
> --with-config-file-path=/usr/local/apache2/php
> --with-iconv=/usr/local --with-pgsql=/usr/local/pgsql --with-dbase
>
--8<-- snip --8<--
+------------------------------------------+
+ Mark A. Rappoport +~+ Software Engineer +
+ NSA Internet & Security Ltd. +
+ +972-68-523-103 +~+ +972-66-20-50-36 +
+------------------------------------------+
--- End Message ---
--- Begin Message ---
First : correct this
--with-apx2=/usr/local/apache2/bin/apxs
--with-apxs2=/usr/local/apache2/bin/apxs
Second : don't forget the 'make install' after the 'make'
B.
> Hello all,
>
> i'm trying to compile php-4.3.2 with iconv support (after compiling
> libiconv-1.9.1) and apx2 :
>
> ./configure --prefix=/usr/local/apache2/php
> --with-apx2=/usr/local/apache2/bin/apxs
> --with-config-file-path=/usr/local/apache2/php --with-iconv=/usr/local
> --with-pgsql=/usr/local/pgsql --with-dbase
>
> after the "make" command, I'm not getting any new libphp4.so. Apache is
> still running on an old version of libphp4 and no iconv() support is not
> added.
>
> is there any bug in php-4.3.2 and apache-2.0.46 which doesn't generate
> libphp4.so?
>
> If I recompile php with libiconv, does it change libphp4.so? because if it
> doesn't, iconv functions are still unrecognized.
>
> I would greatly appreciate any feedback and thank you in advance.
>
> Best regards
> Nathalie
>
> _________________________________________________________________
> MSN 8 with e-mail virus protection service: 2 months FREE*
> http://join.msn.com/?page=features/virus
--- End Message ---