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
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