OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: simbaB on September 04, 2005, 12:51:11 pm

Title: Removing -nossl Wpa_supplicant In Favor Of Ssl Ver
Post by: simbaB on September 04, 2005, 12:51:11 pm
I have a Sharp SL-5500 "collie" with OpenZaurus/GPE 3.5.3 on it. I have a SanDisk ConnectPlus card that I want to use to get on my home wireless network (I did this succesfully before when I was using OPIE). The network uses WPA-EAP/TKIP with PEAP-MSCHAPv2 authentication, which requires the SSL version of wpa_supplicant to get on. Included in the OpenZaurus ROM image I have is a version of wpa_supplicant that doesn't have SSL. I have installed the SSL version to RAM but I'm having trouble removing the -nossl version. With it there, ipkg-link doesn't create symlinks to /media/ram/packages/ for the SSL version. If I type:

Code: [Select]
ipkg remove wpa-supplicant-nossl
ipkg responds:

Code: [Select]
Nothing to be done.
Even though it is installed:

Code: [Select]
root@collie:/# ipkg status wpa-supplicant-nossl
Package: wpa-supplicant-nossl
Version: 0.2.6-r3
Depends: libgcc1 (>= 3.4.3), libc6 (>= 2.3.2+cvs20040726)
Provides: hostap-wpa-supplicant-nossl
Replaces: hostap-wpa-supplicant-nossl
Conflicts: hostap-wpa-supplicant-nossl
Status: install ok installed
Architecture: arm

root@collie:/# ipkg files wpa-supplicant-nossl
Package wpa-supplicant-nossl (0.2.6-r3) is installed on root and has the following files:
/usr/bin/wpa_supplicant
/usr/bin/wpa_cli
/etc/wpa_supplicant.conf.sample
/usr/bin/wpa_passphrase
/etc/wpa_supplicant.conf

Any help here would be greatly appreciated.
Title: Removing -nossl Wpa_supplicant In Favor Of Ssl Ver
Post by: lardman on September 04, 2005, 06:49:19 pm
-force-depends

But be careful, -force-depends can be rather powerful with what it removes...


Si
Title: Removing -nossl Wpa_supplicant In Favor Of Ssl Ver
Post by: simbaB on September 04, 2005, 06:57:57 pm
Quote
-force-depends

But be careful, -force-depends can be rather powerful with what it removes...


Si
[div align=\"right\"][a href=\"index.php?act=findpost&pid=94506\"][{POST_SNAPBACK}][/a][/div]

Thanks.

It would be useful if ipkg told me that dependencies were why it had "nothing to do"...