Hi, I'm trying to install Slitaz4 on a USB stick. I grabbed tazusb and installed like so...
asdf@asdf:~/apps/tazusb-4.2$ sudo make install
Compiling tazusb-box fr mo file...
Compiling tazusb fr mo file...
Compiling tazusb-box pt_BR mo file...
Compiling tazusb pt_BR mo file...
Installing TazUSB into /usr/bin...
mkdir -p /usr/bin
install -m 0755 tazusb /usr/bin
install -m 0755 tazusb-box /usr/bin
Installing Tazusb documentation...
mkdir -p /usr/share/doc/tazusb
cp -a doc/* /usr/share/doc/tazusb
# i18n
mkdir -p /usr/share/locale
cp -a po/mo/* /usr/share/locale
# Desktop integration
Setting up desktop integration...
mkdir -p /usr/share
cp -a applications /usr/share
...which seemed to go ok. But when I try...
asdf@asdf:~/apps/tazusb-4.2$ tazusb usage
/usr/bin/tazusb: 13: .: Can't open /lib/libtaz.sh
...this error happens.
libtaz.sh doesn't appear in /lib/ so I guess that's the problem.
Any idea how I can fix it -- I'm kind of unskilled with Linux?