Printer not added

Hm, there is a lot going on in that install script. I was hoping it was simpler than having to parse that all out.

Part of the problem is that the binaries aren’t finding the correct libraries

ldd /usr/local/bin/cnijnetprn 
	linux-gate.so.1 (0xf7f52000)
	libcnnet.so => /usr/lib/libcnnet.so (0xf7efa000)
	libc.so.6 => /usr/lib32/libc.so.6 (0xf7ceb000)
	libdl.so.2 => /usr/lib32/libdl.so.2 (0xf7ce5000)
	libcups.so.2 => not found

But that is in /usr/lib64/

ls /usr/lib64/libcups.so.2 
/usr/lib64/libcups.so.2

I added that to my /etc/ld.so.conf and reran ldconfig but it doesn’t seem to find it still. I don’t think I fully understand this “stateless” thing in Clear…

this looks weird…
probably the driver is built for 32bit OS?

yep you downloaded a wrong RPM.

i386 is for 32bit. you need x86_64

Yeah, I was concerned about that “i386” as well.

Hm, might be a dead-end then, as that is the only rpm that I can find. That is unfortunate.