LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cups Server as Proxy? (https://www.linuxquestions.org/questions/linux-newbie-8/cups-server-as-proxy-605458/)

mpapet 12-08-2007 05:53 PM

Cups Server as Proxy?
 
I've got a little ARM-powered board running Debian. I can't get the damn Epson/avansys drivers to compile. If it did compile, it would make a daemon that processes the print jobs.

1. There are proprietary bits to the driver that are built under i386, I don't know if my make is choking because of this or not. I'm no expert, so any advice is great.

2. Epson's Linux drivers install on all the family machines, so is it possible to have the laptops send the job to the ARM board's cups server more or less pre-processed by the laptops? Is LPR the better tool in this instance?

Again, I'm new to linux printing, so any advice is great.

Agrouf 12-08-2007 06:26 PM

Any compilation error?

mpapet 12-08-2007 06:44 PM

Build Error
 
Quote:

Originally Posted by Agrouf (Post 2984397)
Any compilation error?

/usr/bin/ld: ../lib/libdtr.a(imgdetect_pips.o): Relocations in generic ELF (EM: 3)
../lib/libdtr.a: could not read symbols: File in wrong format


That libdtr *appears* to be built by the make. Maybe you can tell me how to figure that out one way or the other.

Agrouf 12-08-2007 06:55 PM

Try to find this library with find and check the date. If it's of today, it has probably been compiled with make.

mpapet 12-08-2007 11:17 PM

More Info
 
Quote:

Originally Posted by Agrouf (Post 2984428)
Try to find this library with find and check the date. If it's of today, it has probably been compiled with make.

-rwxr-xr-x 1 root root 146137 2004-10-25 23:07 libcbt.a
-rwxr-xr-x 1 root root 185539 2004-10-25 23:07 libdtr.a
-rwxr-xr-x 1 root root 4575912 2004-10-05 05:11 libsprx620_630s.so
-rw-r--r-- 1 root root 295 2004-10-28 02:33 Makefile.am
-rw-r--r-- 1 root root 5735 2004-10-28 02:34 Makefile.in

I may be wrong, but it looks like those are the proprietary bits munging up my build. :(

Agrouf 12-09-2007 04:28 AM

Damn!
I won't ever buy Epson again. I believe HP has real drivers.


All times are GMT -5. The time now is 01:52 PM.