From: Giulio O. <gi...@po...> - 2002-09-27 09:38:50
|
RedHat7.3 Ghostscript in the espgs-7.05.5 incarnation (ghostscript-7.05.5-0.i386.rpm from web site) OmniBrother-0.7.1omni-4.i386.rpm (from sourceforge omni site) # rpm -V ghostscript # rpm -V OmniBrother # $ gs -h |grep omni xes cups ijs omni stp nullpage $ gs -q -dSAFER -dBATCH -dNOPAUSE -sOutputFile=myfile.raw -sDEVICE=omni -sDeviceName=Brother_MFC_P2000 -smonodither=GSMONO -sproperties=" form=iso_a4_2100.00x2970.00mm media=MEDIA_PLAIN resolution=300x300 printmode=PRINT_MODE_1_ANY tray=TRAY_MULTI_TRAY dither=DITHER_STUCKI_DIFFUSION orientation=portrait HardwareScaling=1" gs says <<<<<<<<<<<<<<<<<<<<<< ERROR >>>>>>>>>>>>>>>>>>>>>>> Error: Could not load libomni.so <<<<<<<<<<<<<<<<<<<<<< ERROR >>>>>>>>>>>>>>>>>>>>>>> Error: Could not load libomni.so strace -f ... ... ... [pid 878] open("/opt/Omni/lib/libomni.so", O_RDONLY) = 5 [pid 878] read(5,"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260`\5"..., 1024) = 1024 [pid 878] fstat64(5, {st_mode=S_IFREG|0755, st_size=1383348, ...}) = 0 [pid 878] old_mmap(NULL, 1031936, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0x40434000 [pid 878] mprotect(0x404fa000, 220928, PROT_NONE) = 0 [pid 878] old_mmap(0x404fa000, 221184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0xc5000) = 0x404fa000 [pid 878] close(5) = 0 [pid 878] munmap(0x4042e000, 22777) = 0 [pid 878] munmap(0x40434000, 1031936) = 0 [pid 878] write(2, "<<<<<<<<<<<<<<<<<<<<<< ERROR >>>"..., 54<<<<<<<<<<<<<<<<<< <<<< ERROR >>>>>>>>>>>>>>>>>>>>>>> ) = 54 [pid 878] write(2, "Error: Could not load libomni.so"..., 33Error: Could not load libomni.so) = 33 [pid 878] write(2, "\n<<<<<<<<<<<<<<<<<<<<<< ERROR >>"..., 55 ... I tried downloading omni source, but now I'm in dependency hell: it wants xml-devel which wants something other, then automake is angry with many messages, m4 says there's no configure.in, .... hopeless :) ... config.status: creating JobDialog/Makefile config.status: creating tools/Makefile config.status: creating config.h config.status: executing default-1 commands ****************************Stage*1*Make**************************** make SUBDIRS=hppcl3 . XMLParser Makefile:550: *** missing separator. Stop. Error: Build break! + exit 0 -- gi...@po... |