D-Link Forums
The Graveyard - Products No Longer Supported => D-Link Storage => ShareCenter® Add-on Applications => Topic started by: shadowchamber on October 30, 2016, 03:05:24 PM
-
Hello
I'm trying to create sample addon, using ubuntu x64.
I've got addon sdk. unpacked it into home folder.
cd "~/addonsdk/Sample/utelnetd"
../../mkapkg_v2.1 -m DNS-327L
it says
bash: ../../mkapkg_v2.1: No such file or directory
What did I do wrong?
-
Are you sure that mkapkg_v2.1 located at ~/addonsdk/ ?
-
Yes.
root@udev:~# ls addonsdk/
Icons mkapkg_v2.1 Sample
-
If there is no file "/lib/ld-linux.so.2" - will not work. It requires i686, instead of x86_64.
-
Try:
chmod +x ~/addonsdk/mkapkg_v2.1
further:
../../mkapkg_v2.1 -m DNS-327L
-
Try:
chmod +x ~/addonsdk/mkapkg_v2.1
further:
../../mkapkg_v2.1 -m DNS-327L
Doesn't work
-
If there is no file "/lib/ld-linux.so.2" - will not work. It requires i686, instead of x86_64.
Now, It's a little bit more clear.
I did:
apt-get install lib32ncurses5 lib32z1
It says:
error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory
to fix it I did:
apt-get install libxml2:i386 libstdc++6:i386
Now it looks like ok:
NAS type: DNS-327L
module name: utelnetd
module versioin: 1.0
packager: D-Link
header length: 6816
header checksum: BF1F8F65
Add-ons "../DNS-327L utelnetd Package v1.0_10312016(BETA)" create!
Thanks a lot