Hello,
We're using Sybase 15_0, and we've installed sqsh (no installation problems) on a machine running an x86_64 kernel (RHEL 4/2.6.9-42.0.10.ELsmp). When we run it though we get some odd messages at start up:
# sqsh -Uguest -SDEV
sqsh-2.1.4 Copyright (C) 1995-2001 Scott C. Gray
Portions Copyright (C) 2004-2006 Michael Peppler
This is free software with ABSOLUTELY NO WARRANTY
For more information type '\warranty'
Password:
Msg 5704, Level 543450471, State 10
, Procedure '', Line 1024
nt character set setting to 'iso_1'.
Msg 5701, Level 543450471, State 10
, Procedure '', Line 1024
base context to 'dis_prod'.
Msg 5703, Level 543450471, State 10
, Procedure '', Line 1024
uage setting to 'us_english'.
Our language setting is the same as on 32-bit machines, and these do not show this behavior. LANG=en_us, LC_ALL=C
I don't what additional effects this is having, basically the users reported it to me as a problem but I can't find a system, or installation cause for it. Is there any additional information that I can provide to make things easier to diagnose?
Tony Stocker
Logged In: YES
user_id=1014343
Originator: NO
This is due to a bug in the Makefile when doing 64bit builds.
One must add -DSYB_LP64 to the CFLAGS or CPPFLAGS macro in src/Makefile to get this to work correctly.
This will be fixed as soon as I can get my hands on a 64bit linux system...