Let's take this offlist from here.
Re-installing the new rpm will not likely fix your install. The
critical needs this install completes are:
1. create templates for the smb.conf that make running the printing
possible
2. place all necessary rpm packages in a place where they can be
installed with a script. Also make the script executable.
3. place the executables in correct locations.
4. allow for placing pdf files into an ibay directory.
So, here is what you have enden up with:
Placing the files in their directories manually has not created
correct permissions. This is why you get the error about bad command
interpreter.
No templates are expanded and smb is not restarted to reflect changes.
Only partial install of needed rpms.
To fix this you MUST follow similar to my previous posting... first
check for the install of each rpm with "rpm -e rpm-name". Then, if
some are not installed, install them individually as stated in my
previous post. After they are all installed check your install with
as root:
#ps2
followed by TAB twice
This should produce the output I mentioned in previous post.
OR... you can remove the main rpm with:
rpm -e cdj-mitel-pdf-over-lan
Then install the newest rpm found here:
http://mirror.contribs.org/smeserver/contribs/cjensen/mitel/contrib/pdf-over-lan-sme_5.6-ONLY/cdj-mitel-pdf-over-lan-1.0-01.noarch.rpmTrying to do all of this manually without knowing correct
expand-template commands and permissions will NOT likely be
successful.