View Single Post
  #8  
Unread 30th September, 2008, 02:01 AM
Nacsiar Nacsiar is offline
Forum Newcomer
 
Join Date: Sep 2008
Posts: 4
Default

Code:
scan@knuckles:~/ut2004serv/System$ ls -l ucc-bin*
-rwxr-xr-x 1 scan scan  9231832 2005-02-20 11:27 ucc-bin
-rwxr-xr-x 1 scan scan 12868904 2005-02-21 11:42 ucc-bin-linux-amd64
-rw-r--r-- 1 scan scan 14133896 2004-11-23 11:15 ucc-bin-macosx
Nothing out of the ordinary in the relevant files, it seems (unless I'm mistaken, which I could be)

Edit: Okay, I decided an edit might be a bit cleaner than a double post, so I'll just update my progress. ucc-bin was failing miserably because 32-bit compatibility wasn't installed. Whoops! Incase anyone has the same problem, this can be fixed with:
Code:
sudo apt-get install ia32-libs
On Ubuntu Server.

ucc-bin does not seem to have the same problem as ucc-bin-linux-amd64. I can use this for now, but it's still kind of disappointing that it doesn't work 64-bit..

Last edited by Nacsiar : 1st October, 2008 at 03:30 AM. Reason: New info
Reply With Quote