OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: al on June 01, 2004, 06:09:14 pm

Title: 3.3.6_pre1 probs
Post by: al on June 01, 2004, 06:09:14 pm
Hi all.

I am having a few problems with getting wellenreiter and opieftp to run under 3.3.6-pre1.
Wellenreiter has the following error:

# wellenreiter
/opt/QtPalmtop/bin/wellenreiter
wellenreiter: relocation error: /opt/QtPalmtop/lib/libopienet2.so.1: undefined symbol: odDebug__Fi  

and opieftp was terminated due to signal code SIGSEGV

Any ideas?

Thanks. Al.
Title: 3.3.6_pre1 probs
Post by: al on June 02, 2004, 12:54:56 pm
Anyone?

Or can you tell me how and where to install Wellenreiter from? Does OpieCam run under 3.3.6?

Thanks.

Al.
Title: 3.3.6_pre1 probs
Post by: randall on June 02, 2004, 01:56:33 pm
I got a similar problem with the new (1.1.4) feed. In my case there\'s a softlink missing.
Do a

ls -al /opt/QtPalmtop/lib/libopienet*

If libopienet2.so.1 is missing, but libopienet2.so.1.x.x is there (it\'s 1.8.4 with me, but could be different with yours), do a softlink from one to the other with

cd /opt/QtPalmtop/lib/
ln -s  libopienet2.so.1.x.x libopienet2.so.1

Hope it helps