- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cups depot?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 02:19 AM
10-16-2007 02:19 AM
I also wanted to create a depot for cups. I found on the web that epm might be a good choice, but I couldn't install it: the "make" command gives me a syntax error on line 338. When I look into the makefile, it doesn't give me anything that I could debug.
Was any of you able to install cups on a HP-UX? If yes, can you create a depot for it? I think a lot of people will be happy when someone finally pulls this off.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 02:33 AM
10-16-2007 02:33 AM
Re: cups depot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 06:31 PM
10-16-2007 06:31 PM
Re: cups depot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 10:22 PM
10-16-2007 10:22 PM
SolutionInteresting challenge - I managed to get it build and install, but it was *painful*
So pre-reqs were
the latest source from here:
http://www.cups.org/software.php
gcc plus runtime dependencies from here:
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.2.1/
Also bash (yes to get round those syntax errors! typical Linux people assume evryone uses bash!) from here:
http://hpux.connect.org.uk/hppd/hpux/Shells/bash-3.2/
I then ran the following:
LDFLAGS="-L/usr/local/lib" ; \
DSOFLAGS="-L/usr/local/lib" ; \
./configure --prefix=/usr/local/cups
I then had to manually edit the Makedefs file and change:
SHELL = /bin/sh to SHELL = /usr/local/bin/bash
and
INSTALL = /opt/imake/bin/install -c to INSTALL =
(probably a better way of doing this, but I couldn't find it)
Then
gmake all
gmake install
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 10:57 PM
10-16-2007 10:57 PM
Re: cups depot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2007 07:07 PM
10-17-2007 07:07 PM
Re: cups depot?
ps -ef|grep cups
root 4159 4112 1 08:58:42 pts/0 0:00 grep cups
root 21829 1 0 14:24:59 ? 0:01 ./cupsd
The cupsd.conf directory gave me the following:
cat /usr/local/cups/etc/cups/cupsd.conf
LogLevel info
SystemGroup sys root
Listen localhost:631
Listen /usr/local/cups/var/run/cups/cups.sock
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowsePoll linuxcupsserver #fictive server
DefaultAuthType Basic
Order allow,deny
Allow From ALL
Encryption Required
Order allow,deny
Allow localhost
AuthType Default
Require user @SYSTEM
Order allow,deny
Allow localhost
Require user @OWNER @SYSTEM
Order deny,allow
AuthType Default
Require user @SYSTEM
Order deny,allow
AuthType Default
Require user @SYSTEM
Order deny,allow
Require user @OWNER @SYSTEM
Order deny,allow
Order deny,allow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2007 07:22 PM
10-17-2007 07:22 PM
Re: cups depot?
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2007 07:30 PM
10-17-2007 07:30 PM
Re: cups depot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2007 02:20 AM
10-23-2007 02:20 AM
Re: cups depot?
In response I tried to repeat all the steps above, but now I get a fault message everytime when I try to 'gmake all'. The compiling fails with this error:
Linking libcups.sl.2...
/usr/bin/ld: Can't find library: "z"
gmake[1]: *** [libcups.sl.2] Error 1
gmake: *** [all] Error 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2007 02:30 AM
10-23-2007 02:30 AM
Re: cups depot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 09:24 PM
10-24-2007 09:24 PM
Re: cups depot?
During compilation I got some strange fault messages like:
warning: deprecated conversion from string constant to 'char*'
warning: array subscript has type 'char'
Don't know what to do to prevent this kind of warning is and if they have the effect that cups didn't install completely.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 02:05 AM
03-14-2008 02:05 AM