>>>>> "Delbert" == Delbert Franz <[email protected]> writes:
>> Hi,
>>
>> I finally managed to make the Lua bindings of PLplot compile and work
>> with OpenWrt. All you need is to install those packages:
[..]
> So glad you got this working! I have tried it on my machine and
> cannot sort out why I get the following message when I execute:
> lua ./x01.lua
> Lua: error loading module 'plplotluac' from file
> '/usr/lib/lua/plplotluac.so': File not found
Ok, problem fixed. the plplot .ipk package was missing some libraries
that came with plplot (and I had them already installed from some
earlier plplot build attempts). The -4 package version should now work.
The following install works on my nanonote with vanilla 12-14 firmware:
--8<--
#! /bin/bash
packages=(
svgalib_1.4.3-1_xburst.ipk
plplot_5.9.7-4_xburst.ipk
plplot-lua_5.9.7-4_xburst.ipk
plplot-linuxvga_5.9.7-4_xburst.ipk
)
url=http://mosquito.dyndns.tv/~spock/openwrt/
for i in "${packages[@]}"; do
wget -O "$i" "${url}/$i" && opkg install "$i"
done
--8<--
cheers,
David
--
GnuPG public key: http://user.cs.tu-berlin.de/~dvdkhlng/dk.gpg
Fingerprint: B17A DC95 D293 657B 4205 D016 7DEF 5323 C174 7D40
pgpQ3saVugrlV.pgp
Description: PGP signature
_______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

