Reply
Thread Tools
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#11
It needs an so or something which is not found, I believe.
 
Posts: 11 | Thanked: 0 times | Joined on Feb 2007
#12
Originally Posted by Benson View Post
It needs an so or something which is not found, I believe.
I copied the .so file to /usr/bin as well, same thing.

I try executing the .so file while in /usr/bin folder, and I get a segmentation fault. And when I try to run helomoto, same thing as before. Boo.
 
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#13
I think you should put the library in /usr/local/lib, or some such.
 
Posts: 11 | Thanked: 0 times | Joined on Feb 2007
#14
Originally Posted by Benson View Post
I think you should put the library in /usr/local/lib, or some such.
I did that, does the same thing (the not found) even when within the same directory.

I tried the following, all say not found:

./helomoto (when within /usr/bin/)
./usr/bin/helomoto
helomoto (when within /usr/bin/)
/usr/bin/helomoto

I wonder why it still says not found?
 
Posts: 11 | Thanked: 0 times | Joined on Feb 2007
#15
Bump -

No one has any ideas why it would say that? If anyone has gotten this tool working, please, by all means, post it here.

Regards.
 
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#16
glj12:
Enter the following (without quotes): 'file /usr/bin/helomoto'
and post the result here.
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
 
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#17
The error is printed by dynamic linker because it doesn't like the executable or some library is missing. You can run dynamic linker like this
Code:
/lib/ld-linux.so.3 --list /usr/bin/helomoto
to see what is missing. The .3 version is for OS2008, maybe it is ld-linux.so.2 for OS2007 or 6.

BTW, my real answer would be something like this http://catb.org/~esr/faqs/smart-questions.html#id307773 since this stuff http://trifinite.org/trifinite_stuff_helomoto.html has same nature. But when seeing that other people are wasting time with helping it is better to make it short.
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.

Last edited by fanoush; 2008-03-17 at 11:58.
 
Posts: 11 | Thanked: 0 times | Joined on Feb 2007
#18
Well, I tried that, and it says: error while loading shared libraries: libglib-1.2.so.0: cannot open shared object file: No such file or directory.

I just so happen to have libglib-1.2.so.0.0.9, but this is clearly no where near the same thing, right? Where might I acquire such a file? Oh, by the by, I tried renaming it, just in case if that would work, but the same message appears.
 
Posts: 11 | Thanked: 0 times | Joined on Feb 2007
#19
*Bump*

Does anyone have any ideas? Or, is everyone as stumped as I am?
 
Posts: 11 | Thanked: 0 times | Joined on Feb 2007
#20
... Bump again?
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 05:00.