** Reply to message from Kalin Mintchev <[EMAIL PROTECTED]> on Sat, 13 Sep 2003
01:57:38 -0400 (EDT)

[snip]
> this code works perfectly fine on the bsd machine. on the rh8 i get this
> cli output (both installed the SAME way and from the SAME source 4.3.0):
> 
> # ./ratLL.php
> ./ratLL.php: line 2: ?: No such file or directory
> ./ratLL.php: line 3: syntax error near unexpected token `('
> ./ratLL.php: line 3: ` $db = mysql_connect(localhost, "user", "pass");'
> 
> i posted a week ago this code. i was told that the cli compiled on the rh8
> is not a "redhat one". so my problem question is why? why wouldn't the
> install script detect the os as RH8 and compile the "correct redhat" cli..

This smells of a unicode issue.  Backup your /etc/sysconfig/i18n file and then
edit it to something like this:

LANG="en_US:en"
SUPPORTED="en_US.en:en_US.UTF-8"
SYSFONT="latarcyrheb-sun16"
LC_COLLATE="C"

and see if it makes a difference.

jb


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to