Yep, the one in the ROM works great. Is there a reason you also bundled that lib in the dev-img too?
Well, I\'ve got ar working and can get at my ipk\'s contents. Now I want to zip it back up into something ipkg can read. I noticed that tar doesn\'t support compression on the Z. So, I went on my Mac and used Darwin\'s tar. While `file` says it\'s exactly the same file type as all my other ipks, it would not install.
So, I popped the file back on my Z, extracted the contents, and then separately tar\'d and gzip\'d the archive. Now I get:
zcat: stdin: unexpected end of file
ipkg_install_file: ERROR unpacking control.tar.gz from libpcap0_0.7.2-1_arm.ipk
I don\'t have my Mac on me, but I could try `gtar cvzf`and if that works. But I think it\'d be easier to just create a bash script on the Z to convert the files. Using the tools on the Z, what command would I need to execute to build a proper ipk?
Thanks
Curt