Author Topic: Wireshark On Pdaxiiv2  (Read 5140 times)

climber

  • Full Member
  • ***
  • Posts: 189
    • View Profile
Wireshark On Pdaxiiv2
« on: November 29, 2007, 04:51:43 am »
Meanie,

I upgraded my SL-C3100 v5.4.9 to your newest version of pdaXii13v2. I installed  wireshark_0.99.6_armv5tel.ipk from
your pdaXii13v2 feed.

When I start it from command line I get the following error:

wireshark; error while loading shared libraries: /usr/lib/libportaudio.so.:
cannot open shared object file: No such file or directory

Searching for this file I found it on:  /opt/native/arm/3.4.6-xscale-softvfp/arm5tel-cakco-linux/lib/lipportaudio.so
Then I created a symlink (ln -s) from this path to the /usr/lib/  

Starting wireshark again:    ......
..... Error 40


Do you have a idea why this do not work?    

Thanks
climber

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Wireshark On Pdaxiiv2
« Reply #1 on: July 17, 2008, 12:05:36 pm »
I did a search for "lipportaudio" and only found this thread, and your more recent one.
I'm pretty sure the path below is created when you have zgcc-3.4.5-4.squashfs mounted, (or 3.4.6 version).
I would just copy
/opt/native/arm/3.4.6-xscale-softvfp/arm5tel-cakco-linux/lib/libportaudio.so
to
/usr/lib/lipportaudio.so

I don't have a compiling setup at the moment. I tried it last Winter, but some of the stuff went over my head.  

Another question, Do you have the full "spitz" version of pdaxii13 installed?
This library may be contained in another library in the "full" version.
I searched inside "hdimage-full.tgz" of "build-5.4.9-beta" and didn't find "libportaudio.so" in any of the usual places.

I just have the "Akita" version of pdaXii13v2 installed on my C3200 and didn't find this lib on my Zaurus.

On an unrelated subject:
I noticed that "Wifi-Radar" requires "flite" for some audio stuff, but it works for me without "flite".
« Last Edit: July 18, 2008, 09:32:28 am by Jon_J »
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Wireshark On Pdaxiiv2
« Reply #2 on: July 17, 2008, 12:30:13 pm »
Flite is just text-to-speech, so you just don't get fancy voice effects without it.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

climber

  • Full Member
  • ***
  • Posts: 189
    • View Profile
Wireshark On Pdaxiiv2
« Reply #3 on: July 18, 2008, 04:13:39 am »
Yes, I found the file /opt/native/arm/3.4.6-xscale-softvfp/arm5tel-cakco-linux/lib/lipportaudio.so too but if you view it with ls -la you'll
see it in red colour. So it's not available anymore and obviously a dead link.

Maybe I've to try older or newer version of zgccc. Hopefully I found the file.

If anybody else have time to search for so please do it :-)

Thanks
climber

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Wireshark On Pdaxiiv2
« Reply #4 on: July 18, 2008, 09:46:32 am »
I found an openzaurus version of libportaudio here, but I get "you don't have permission to access this" message when using a browser in Windows to download it.
http://www.openzaurus.org/feed-browser/?ac...m=libportaudio0

If you can download it, you may be able to extract its contents using "ar"
« Last Edit: July 18, 2008, 09:47:45 am by Jon_J »
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers

climber

  • Full Member
  • ***
  • Posts: 189
    • View Profile
Wireshark On Pdaxiiv2
« Reply #5 on: July 22, 2008, 03:39:57 am »
In the meantime I found the needed lib.

Remove the ending of the file (.ipk) because it's library and not a ipk file.
Copy the file on the zaurus and create a symbolic link to /usr/lib  

ln -s /path/to/source/libportaudio.so.0 /usr/lib

ldconfig

That's all and for me it works now :-)


climber