dbTalk Databases Forums  

10.0.1 Ubuntu 8.0.4 LTS

sybase.public.sqlanywhere.linux sybase.public.sqlanywhere.linux


Discuss 10.0.1 Ubuntu 8.0.4 LTS in the sybase.public.sqlanywhere.linux forum.



Reply
 
Thread Tools Display Modes
  #31  
Old   
Peter Collins
 
Posts: n/a

Default Re: 10.0.1 Ubuntu 8.0.4 LTS - 05-20-2008 , 09:33 AM






Hi Nathan,

Thanks for the reply, I had found the following link this morning and
was just trying as suggested

https://bugs.launchpad.net/ubuntu/+s...on/+bug/211262

But many thanks for claifiation.

Rgds

Peter Collins.

Nathan Auch wrote:
Quote:
SQL Anywhere has not been officially tested on Ubuntu 8.0.4, but it
should (for the most part, see below) just work. For information about
which Linux distributions we test and our support philosophy for SQL
Anywhere on Linux please see: http://www.sybase.com/detail?id=1035824

That being said, the SQL Anywhere installer is broken on Ubuntu 8.0.4
due to a behaviour change of the cut utility included in coreutils 6.9.
We will fix the install and repost the download of the developer edition
in the near future. In the mean time, you can fix the install yourself
by following the procedure below.

1. Open the "setup" script at the root of the install with your favorite
text editor.

2. Find all lines containing the "cut" command that use the "-f"
argument.

3. For all such lines if a comma immediately follows the "-f", remove
this comma.

For example, the line:
OS_REL_1=`echo $OS_REL | cut -d. -f,1`

should become:
OS_REL_1=`echo $OS_REL | cut -d. -f1`

Let me know if you are still having problems

Nathan Auch

David Fishburn wrote:
Peter Collins <peter (AT) lsisigma (DOT) co.uk> wrote in
news:483196af$1@forums-1-dub of sybase.public.sqlanywhere.linux:

PC> Has anyone got SQL Anywhere 10.0.1 running on Ubuntu 8.0.4 LTS?

This should work fine.

Are you running into issues?
If so, what error message are you getting?
What is your command line?



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.