Thread: [Pam-ssh-users] RHEL 5 compilation problems...
Brought to you by:
rosenauer
From: Konstantin M. <mak...@gm...> - 2007-08-02 11:44:04
|
Hi everyone, The latest (1.92) release isn't compiling on the RHEL 5 systems (CentOS), it gives various errors as such: pam_ssh.c:540: error: 'SYSLOG_FACILITY_AUTHPRIV' undeclared (first use in this function) pam_ssh.c:550: error: 'LOG_ERR' undeclared (first use in this function) pam_ssh.c:572: error: 'LOG_CRIT' undeclared (first use in this function) pam_ssh.c: In function 'pam_sm_close_session': pam_ssh.c:873: error: 'LOG_ERR' undeclared (first use in this function) make[1]: *** [pam_ssh.lo] Error 1 make[1]: Leaving directory `/tmp/pam_ssh-1.92' make: *** [all] Error 2 I used the older Dag Wieers' 1.91 RPMs, but for now no one seems to have built the fixed 1.92 version RPM... Any ideas? Thanx in advance! |
From: Wolfgang R. <wol...@ro...> - 2007-08-03 05:49:39
|
Hi, Konstantin M. wrote: > The latest (1.92) release isn't compiling on the RHEL 5 systems (CentOS), > it gives various errors as such: > > pam_ssh.c:540: error: 'SYSLOG_FACILITY_AUTHPRIV' undeclared (first use > in this function) > pam_ssh.c:550: error: 'LOG_ERR' undeclared (first use in this function) > pam_ssh.c:572: error: 'LOG_CRIT' undeclared (first use in this function) > pam_ssh.c: In function 'pam_sm_close_session': > pam_ssh.c:873: error: 'LOG_ERR' undeclared (first use in this function) > make[1]: *** [pam_ssh.lo] Error 1 > make[1]: Leaving directory `/tmp/pam_ssh-1.92' > make: *** [all] Error 2 > > I used the older Dag Wieers' 1.91 RPMs, but for now no one seems to have > built the fixed 1.92 version RPM... > Any ideas? I'm not sure if this one is fixed already but back when I was employed at SUSE I fixed some stuff in pam_ssh. Since there was/is no activity at the SF project I wanted to provide a project page hosting the current source code I created: http://developer.novell.com/wiki/index.php/Pam_ssh HTH, Wolfgang |
From: Konstantin M. <mak...@gm...> - 2007-08-03 10:21:20
|
Thanx, I looked at that project when I was searching for rpms of pam_ssh, it has dependencies and looked like it's built for SUSE in it's flavors. SF project on the other hand was built for many distro's. Since the projects did't merge, the latest release from SF project (2007-02-06) was the one I followed. On 8/3/07, Wolfgang Rosenauer <wol...@ro...> wrote: > > Hi, > > Konstantin M. wrote: > > > The latest (1.92) release isn't compiling on the RHEL 5 systems > (CentOS), > > it gives various errors as such: > > > > pam_ssh.c:540: error: 'SYSLOG_FACILITY_AUTHPRIV' undeclared (first use > > in this function) > > pam_ssh.c:550: error: 'LOG_ERR' undeclared (first use in this function) > > pam_ssh.c:572: error: 'LOG_CRIT' undeclared (first use in this function) > > pam_ssh.c: In function 'pam_sm_close_session': > > pam_ssh.c:873: error: 'LOG_ERR' undeclared (first use in this function) > > make[1]: *** [pam_ssh.lo] Error 1 > > make[1]: Leaving directory `/tmp/pam_ssh-1.92' > > make: *** [all] Error 2 > > > > I used the older Dag Wieers' 1.91 RPMs, but for now no one seems to have > > built the fixed 1.92 version RPM... > > Any ideas? > > I'm not sure if this one is fixed already but back when I was employed > at SUSE I fixed some stuff in pam_ssh. Since there was/is no activity at > the SF project I wanted to provide a project page hosting the current > source code I created: > > http://developer.novell.com/wiki/index.php/Pam_ssh > > > HTH, > Wolfgang > |
From: Wolfgang R. <wol...@ro...> - 2007-08-03 10:46:48
|
Konstantin M. wrote: > I looked at that project when I was searching for rpms of pam_ssh, > it has dependencies and looked like it's built for SUSE in it's flavors. The source code there is Linux generic but the RPMs linked from there are for SUSE distributions that's true. > SF project on the other hand was built for many distro's. > Since the projects did't merge, the latest release from SF project > (2007-02-06) was the one I followed. True. I never wanted to fork that project but since I had to do some fixes and wanted to make them public somewhere I created this project. I'm fine with merging back to the SF project but my request to be added to the project was not answered a long time ago. Wolfgang |
From: Konstantin M. <mak...@gm...> - 2007-08-03 11:29:27
|
> I'm fine with merging back to the SF project but my request to be added > to the project was not answered a long time ago. Sad, even more considering the fact they were looking for a new maintainer... On 8/3/07, Wolfgang Rosenauer <wol...@ro...> wrote: > > Konstantin M. wrote: > > > I looked at that project when I was searching for rpms of pam_ssh, > > it has dependencies and looked like it's built for SUSE in it's flavors. > > The source code there is Linux generic but the RPMs linked from there > are for SUSE distributions that's true. > > > SF project on the other hand was built for many distro's. > > Since the projects did't merge, the latest release from SF project > > (2007-02-06) was the one I followed. > > True. I never wanted to fork that project but since I had to do some > fixes and wanted to make them public somewhere I created this project. > I'm fine with merging back to the SF project but my request to be added > to the project was not answered a long time ago. > > Wolfgang > |