This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!



I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!

N4F as print server for HP LaserJet 1018

XigmaNAS Packages
Forum rules
Set-Up GuideFAQsForum Rules
Post Reply
chrisf4lc0n
Advanced User
Advanced User
Posts: 262
Joined: 07 May 2013 13:15
Location: West Drayton (London)
Status: Offline

N4F as print server for HP LaserJet 1018

Post by chrisf4lc0n »

Hi all,
1. I managed to install the cups following this instruction:
http://ihackthat.de/install-cups-print-server-nas4free/
With a little change in 6. Modify cupsd.conf:

Code: Select all

# Only listen for connections from the local machine.
Port 631
Listen /var/run/cups.sock
2. I also followed the instruction at:
http://foo2zjs.rkkda.com/INSTALL
With an exception to gutenprint installation, which did not want to install using pkg_add, so I simply downloaded it and installed from the shell.

3. I modified the make.conf with the following:

Code: Select all

# added by use.perl 2013-12-25 19:17:41
PERL_VERSION=5.14.2
.if !empty(.CURDIR:M/usr/ports/*) && exists(/usr/local/lib/gcc46/)
CC=gcc46
CXX=g++46
CPP=cpp46
CFLAGS+=-mssse3
.endif
4. Modified the libmap.conf with:

Code: Select all

libgcc_s.so.1   /usr/local/lib/gcc46/libgcc_s.so.1
libgomp.so.1    /usr/local/lib/gcc46/libgomp.so.1
libobjc.so.3    /usr/local/lib/gcc46/libobjc.so.2
libssp.so.0     /usr/local/lib/gcc46/libssp.so.0
libstdc++.so.6  /usr/local/lib/gcc46/libstdc++.so.6
5. I got stuck with:

Code: Select all

nas4free: foo2zjs # gmake install-hotplug
#
# Hotplug Installation Dependencies...
#
      ***
      *** Error: ex is not installed!
      ***
      *** Install vim package(s) for your OS
      ***
gmake: *** [install-hotplug-test] Error 1
Do not understand why it is not working, I have got VIM installed, but it does not seem to install ex! Why? Is it a bug?
Watercooling is just the beginning ;)

Post Reply

Return to “Packages”