Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pam_devel and math libs

Status
Not open for further replies.

bnothos

Programmer
Nov 6, 2003
24
0
0
CA
Hello,

I've been trying to compile on an HPUX 11.11 (9000) box with little success. On solaris or linux boxes there is a package you can install called pam_devel. Does anyone know what the HP equivalent is (which depot file)

I'm using the gcc and bison from the hp web site. Also I seem to be missing some basic math libraries as seen here:

/usr/ccs/bin/ld: Unsatisfied symbols:
pam_authenticate (code)
pam_acct_mgmt (code)
pam_end (code)
floor (code)
exp (code)
pam_set_item (code)
pam_start (code)
ceil (code)
sqrt (code)
log (code)

I think I'm missing libpam.so and libm.so.

Any help is appreciated.

thanks
 
The answer here was to download the HP ANSI C compiler and use it instead of gcc. Not sure why using gcc is so difficult on an HPUX machine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top