as i mentioned i have a similar problem:
http://forum.tinycorelinux.net/index.php/topic,11016.0.html
but it depends what program wants to use cups,
some print fine, others "print empty pages".
$ ldd /usr/local/lib/cups/filter/pstoraster
i get::
tc@box:~$ ldd /usr/local/lib/cups/filter/pstoraster
/usr/local/lib/cups/filter/pstoraster: error while loading shared libraries: /usr/local/lib/cups/filter/pstoraster: invalid ELF header
me too.. ldd /usr/local/lib/cups/filter/pstoraster
/usr/local/lib/cups/filter/pstoraster: error while loading shared libraries: /usr/local/lib/cups/filter/pstoraster: invalid ELF header
Complement: I am starting cups with a script after boot, anytime during a session (not on demand; not at boot).
Name: quickprint.sh
Content:
tce-load -i /mnt/hda2/tce/optional/cups-pdf.tcz
tce-load -i /mnt/hda2/tce/optional/hplip-2.7.tcz
sudo /usr/local/etc/init.d/cups start
In my .filetool.lst I have
...
/usr/local/etc/cups/ppd (with virtual_pdf and hp4100..PPD .. in it)
/usr/local/etc/cups/printers.conf
/usr/local/etc/cups/cups-pdf.conf
/etc/shadow
...
and:
printers.conf is empty. Perhaps I should delete it from .filetool.lst?
cups-pdf.conf is the original file ( I did not modify anything today.. perhaps again the OUT parameter later when pdf printing is running).