OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: penguinsam on August 19, 2005, 03:17:52 pm
-
Two days ago, I have posted a thread here (https://www.oesf.org/forums/index.php?showtopic=14456) saying that I can't run opie-camera properly on Cacko 1.22a.
I mailed Michael already and very sorry to hear that he has stopped the work on sharproms...
I am wondering can any linux genius help to deal with the dependencies of opie-camera on sharproms?
I really appreciate, thanks!
P.S. the opie packages can be found here:
1.0.1-r0 (http://www.openzaurus.org/official/unstable/3.5.1/feed/opie-camera_1.0.1-r0_arm.ipk)
1.2.0-r0 (http://www.openzaurus.org/official/unstable/3.5.3/feed/opie/opie-camera_1.2.0-r0_arm.ipk)
-
Two days ago, I have posted a thread here (https://www.oesf.org/forums/index.php?showtopic=14456) saying that I can't run opie-camera properly on Cacko 1.22a.
The first thing if nothing happens is to try to launch from a terminal.
The best way to do so IMHO is to ssh into the Zaurus. Then, type "ps -ef" but not yet return. Then, launch the application on the Zaurus with the pen and press immediately return on your host. This should show the full launch command of the application - if that fails.
Then, you can try to run the same command manually and look for messages on the screen or in dmesg.
Another step could be to install gdb and ncurses5 and launch the program in gdb.
This all might help to find out about compatibilities.
Hope that helps a little.
-- hns
-
Run ldd on the binary, that will tell you the deps.
You'll have troubles running that opie binary on a Sharp based system. Have you looked in mickeyl's opie-for-sharp-rom feed (assuming it still exists...)?
Si
-
Two days ago, I have posted a thread here (https://www.oesf.org/forums/index.php?showtopic=14456) saying that I can't run opie-camera properly on Cacko 1.22a.
The first thing if nothing happens is to try to launch from a terminal.
The best way to do so IMHO is to ssh into the Zaurus. Then, type "ps -ef" but not yet return. Then, launch the application on the Zaurus with the pen and press immediately return on your host. This should show the full launch command of the application - if that fails.
Then, you can try to run the same command manually and look for messages on the screen or in dmesg.
Another step could be to install gdb and ncurses5 and launch the program in gdb.
This all might help to find out about compatibilities.
Hope that helps a little.
-- hns
[div align=\"right\"][a href=\"index.php?act=findpost&pid=92621\"][{POST_SNAPBACK}][/a][/div]
it looks so difficult...but i better try it out as long as i want to run this app
-
Run ldd on the binary, that will tell you the deps.
You'll have troubles running that opie binary on a Sharp based system. Have you looked in mickeyl's opie-for-sharp-rom feed (assuming it still exists...)?
Si
[div align=\"right\"][a href=\"index.php?act=findpost&pid=92634\"][{POST_SNAPBACK}][/a][/div]
yes, the best is to find a ipk for sharprom...but i think the opie-for-sharrom feed has already gone....
-
news updated
I tried to launch opie-camera under console, the following message prompted:
camera: error while loading shared libraries: /home/QtPalmtop/lib/libcamera.so.1: undefined symbol: _ZN7QObject5eventEP6QEvent
what does this mean??