Hi cute curtis
Hi, I have successfully produced an extension but it is not working on either onboot and ondemand. ...
That's not much to go on.
Does it exist in your tce directory:
ls -l /etc/sysconfig/tcedir/optional/acroread-9.5.5*
What happens if you try loading it manually:
lce-load -i acroread-9.5.5
Does it produce any error messages:
acroread
You mentioned in another thread you were running TC10. That script references some extension that date back to TC4 and TC5.
Are you mixing older extensions with a newer version of TC?
ln -s /usr/local/lib/Acroread/bin/acroread "$PKG"/usr/local/bin/acroread
I'm not sure creating a link into the running file system is a good idea. I think a relative link contained in the extension would make
more sense. Something similar to this:
ln -rs "$PKG"/usr/local/lib/Acroread/bin/acroread "$PKG"/usr/local/bin/acroread
Where exactly did this script come from?