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
05-02-2002 12:59 PM
05-02-2002 12:59 PM
CUPS?
I'm trying to get CUPS working on an L2000 with HP-UX 11.00.
I first tried the compiled depot from: http://hpux.cs.utah.edu/hppd/hpux/alpha.html
but it is old, and is missing a lot of features i'm looking for, plus it didn't even come with a sample config.
So i tried downloading and building the current release from www.cups.org.
I'm using gcc 3.0.4 to try and build cups-1.1.14.
It's erroring out on:
#make
Making all in cups...
Making all in backend...
Making all in berkeley...
Making all in cgi-bin...
Making all in filter...
Linking imagetops...
Making all in man...
Making all in pdftops...
Linking pdftops...
/usr/ccs/bin/ld: Unsatisfied symbols:
pthread_once (code)
pthread_key_create (code)
pthread_setspecific (code)
pthread_mutex_unlock (code)
pthread_getspecific (code)
pthread_mutex_lock (code)
collect2: ld returned 1 exit status
*** Error code 1
Stop.
***Error exit code 1
Stop.
Any idea what's going wrong?
Or anyone else already compile a newer cups for hp-ux?
Thanks,
Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2002 01:03 PM
05-02-2002 01:03 PM
Re: CUPS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2002 05:05 AM
05-03-2002 05:05 AM
Re: CUPS?
Any other ides?
Thanks,
Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2002 01:28 PM
05-04-2002 01:28 PM
Re: CUPS?
It looks like you are missing the pthread library. You need to make sure that you have -lpthread in your compiler option and that the path to the library is also in with the -L option.
"cc ..... -L/usr/lib -lpthread"
if libthread is in /usr/lib of course.
Good luck.
--Mehmet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2002 06:38 AM
05-05-2002 06:38 AM
Re: CUPS?
have you tried "devresource.hp.com" already?
Just an idea,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 08:43 AM
05-06-2002 08:43 AM
Re: CUPS?
I emailed Easy Software about it, and they told me it may be a gcc bug, their code doesn't use pthreads at all...
Any way to tell make not use pthread, or another work around?
I think I'm getting in over my head, i'm an admin, not a programmer :)
Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 08:06 AM
02-19-2004 08:06 AM