OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: sargon on March 07, 2004, 02:53:15 pm

Title: New Cacko ROM lib problems on 860
Post by: sargon on March 07, 2004, 02:53:15 pm
In trying to troubleshoot Wellenreiter and Kismet problems on a new C860, I am running into library problems. I am running Cacko\'s latest Qtopia ROM.

The GUI package installer fails to install most applications. When I install them in the console., I get these errors:

The following package were previously requested but have not been installed:
libopiecore2 libopienet2 libopieui2 libopiedb2 libopiemm2 libopiepim2 libqpe1 libqte2 qte-fonts libc6 libjpeg62 libpng3 qpf-fixed qpf-micro qte-fonts-common zlib1g libpng12-0

I did install libopie1 and libopie2.

Any ideas, anyone? Has anyone else seen this?
Title: New Cacko ROM lib problems on 860
Post by: maslovsky on March 07, 2004, 04:33:58 pm
What feed did you get wellenreiter from?
Title: New Cacko ROM lib problems on 860
Post by: sargon on March 07, 2004, 04:57:36 pm
Cacko\'s Web site. Wellenreiter still doesn\'t work. But the bigger problem is the library issue. I just flashed my 860 again with the new Cacko Qtopia ROM.

ldconfig gives an error on ncurses.so.5.0 (says it can\'t link ncurses.so.5 to that). Looks like root file system is mounted RO.

Kismet gives errors when run from the console because of the ncurses library.

I have yet to attempt to re-install the OPIE libraries.
Title: New Cacko ROM lib problems on 860
Post by: jerrybme on March 07, 2004, 07:37:12 pm
Quote
Cacko\'s Web site. Wellenreiter still doesn\'t work. But the bigger problem is the library issue. I just flashed my 860 again with the new Cacko Qtopia ROM.

ldconfig gives an error on ncurses.so.5.0 (says it can\'t link ncurses.so.5 to that). Looks like root file system is mounted RO.

Kismet gives errors when run from the console because of the ncurses library.

I have yet to attempt to re-install the OPIE libraries.
I\'ve had sucess using wellenreiter and the opie libraries from proto\'s feed for his tKc ROM. Do a search for details on how to access his feed.

Jerry
Title: New Cacko ROM lib problems on 860
Post by: LadyBug on March 08, 2004, 09:27:30 am
Sargon, I\'m having exactly the same problems with Kismet and the new Cacko ROM.
- Kismet 3.1.0 ipk installs just fine, the server runs (and produces result files), but the
  kismet_qt GUI doesn\'t work (\"cannot connect to server\"). Another thread here said that
  3.1.0 doesn\'t work, but 3.0.1 or 2.8 should work.
- I installed 3.0.1, but got stuck with the ldconfig problem.

Any hints appreciated.
Title: New Cacko ROM lib problems on 860
Post by: LadyBug on March 09, 2004, 09:02:48 am
$ su
# mount -o remount,rw /
# cd /lib
# ln -s lbncurses.so.5.0 lbncurses.so.5
# mount -o remount,ro /

Thanks sashz for the above quicker way.