Welcome, Guest. Please Login or Register
UGENE Bulletin Board
  Welcome to our forum.
  HomeHelpSearchLoginRegister  
 
 
Page Index Toggle Pages: 1
Changes in binary version installation (Read 7399 times)
May 20th, 2010 at 12:52am

matt   Offline
YaBB Newbies

Posts: 10
*
 
as i am always looking forward to new versions and always want to be first to try i tried to get the binary linux 32bit version of 1.7.0 running.
Before the description on the download page worked just fine:
http://ugene.unipro.ru/download.html

just do
rm -rf ~/.config/Unipro/
and
ugene.sh -ui
afterwards - and all worked fine.

Now you seemed to have renamed those files - and as i am just a starting expert i couldnīt figure out what to do to get it running.
No need to hurry - just wanted to let you know. Guess itīs always better and easier just to wait for the launchpad package.

Keep up the great work and donīt forget to take some rest from time to time.
 
IP Logged
 
Reply #1 - May 20th, 2010 at 3:14pm

Mikhail Fursov   Offline
YaBB Administrator

Gender: male
Posts: 162
*****
 
matt,

Starting with 1.7 you should run UGENE on Linux using these commands:

1) ugene (without .sh) - to run command line version of UGENE
2) ugene -ui - to run GUI version of UGENE

Actually 'ugene' is a shell script that sets up environment and runs 'ugeneui' or 'ugenecl' binaries.

On Windows
1) ugene.exe - to run command line
2) ugeneui.exe - to run UI


We made this change (emphasized usage of 'ugene' as a command line tool) because there are a lot of new command-line related features with this release. Please wait some days for podcast videos to see them in action.

 

---
UGENE team
IP Logged
 
Reply #2 - May 23rd, 2010 at 6:06pm

matt   Offline
YaBB Newbies

Posts: 10
*
 
that doesnīt work for me either.
i downloaded the 1.7.0
unpacked the tar.gz
opened the console and went to the just created folder (ugene-1.7.0)
removed the config files by typing rm -rf ~/.config/Unipro/
and typed "ugene" to start the new version

what i got then is this message:
/usr/lib/ugene/ugene: symbol lookup error: /usr/lib/ugene/ugene: undefined symbol: _ZN3GB221ScriptRegistryService16staticMetaObjectE

 
IP Logged
 
Reply #3 - May 24th, 2010 at 7:21pm

Mikhail Fursov   Offline
YaBB Administrator

Gender: male
Posts: 162
*****
 
matt,

it looks to me that you are trying to run older version of ugene binary with new libraries & plugins. Could you check that 'ugene' script you run is from the same folder with 1.7.0 release?

v1.7.0 source code base has no this class _ZN3GB221ScriptRegistryService16staticMetaObjectE anymore
 

---
UGENE team
IP Logged
 
Reply #4 - May 24th, 2010 at 11:54pm

matt   Offline
YaBB Newbies

Posts: 10
*
 
so now i got it working:

i went to /usr/lib/ugene/ and replaced the version available there (1.6.2 form the ppa) with the new files - and stared by ugene -ui
 
IP Logged
 
Page Index Toggle Pages: 1