Re: [PHP-DB] Apache_1.3.20 with PHP and mysql 3.23.32

2001-06-24 Thread Serdar Soydemir

Hi Eyal,

Version 4.0.4 has an older built-in mysql client ( i thaught it was 3.22.32
or 3.23.22 ) . This version has problems with some character sets different
from latin1. PHP-4.0.5 and 4.0.6 contains a newer built-in version (
3.23.32 ) which works without problem. I recommend you to switch to 4.0.6,
or compile PHP with MySQL's own client libraries
( --with-mysql=/path/to/mysql) .


"Eyal Rif" <[EMAIL PROTECTED]>, haber iletisinde sunlari
yazdi:[EMAIL PROTECTED]
> Hi,
>
> After Compiling PHP 4.0.4pl1 with Apache_1.3.20 and trying to connect to
an
> mysql 3.23.32, I am getting the following error:
>
> Warning: MySQL Connection Failed: Can't initialize character set 12 (path:
> default)
>
>
> I have compiled the PHP with the --with-mysql option.
>
> I also compiled the PHP with the --with-mysql=/usr/local but when trying
to
> configure Apache I am getting the following error -




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Apache_1.3.20 with PHP and mysql 3.23.32

2001-06-24 Thread Eyal Rif

Hi,

After Compiling PHP 4.0.4pl1 with Apache_1.3.20 and trying to connect to an
mysql 3.23.32, I am getting the following error:

Warning: MySQL Connection Failed: Can't initialize character set 12 (path:
default) 


I have compiled the PHP with the --with-mysql option.

I also compiled the PHP with the --with-mysql=/usr/local but when trying to
configure Apache I am getting the following error -

./configure --activate-module=src/modules/php4/libphp4.a

Undefined   first referenced
 symbol in file
uncompress  /usr/local/lib/libmysqlclient.so
compress/usr/local/lib/libmysqlclient.so
ld: fatal: Symbol referencing errors. No output written to helpers/dummy
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `dummy'

Any idea what could be the problem ?

Thanks,

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]