[Bug 1329263] Re: libpam-geoip not working on Ubuntu 14.04 Server

2018-01-29 Thread Scott Logan
Ran into this bug today in xenial. Built from the source debs - I can confirm that the Debian patch in #5 is not sufficient (and seemed to be included anyway). I needed the makefile change described in #4 as well. It also doesn't seem to like the Country databases - I needed to download and use

[Bug 1329263] Re: libpam-geoip not working on Ubuntu 14.04 Server

2017-05-17 Thread Ubuntu Foundations Team Bug Bot
The attachment "Debian sid package diff for multiarch support" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a

[Bug 1329263] Re: libpam-geoip not working on Ubuntu 14.04 Server

2017-05-17 Thread Xela
as pam_geoip works in Debian, they obviously fixed it. Attached is of 01-multiarch-libdir.diff in sid. The difference is tiny: -PAM_LIB_DIR=$(DESTDIR)/lib/security +PAM_LIB_DIR=$(DESTDIR)/lib/$(MULTIARCH)/security ** Patch added: "Debian sid package diff for multiarch support"

[Bug 1329263] Re: libpam-geoip not working on Ubuntu 14.04 Server

2014-08-18 Thread Espux
I played around with the pam_geoip-1.1 source from http://ankh- morp.org/code/pam_geoip/#DOWNLOADS I successfully compiled and used pam_geiop.so after applying the following change in Makefile: pam_geoip.so: pam_geoip.o $(CC) $(CCFLAGS) $(LDFLAGS) -o $@ pam_geoip.o to: pam_geoip.so:

[Bug 1329263] Re: libpam-geoip not working on Ubuntu 14.04 Server

2014-08-18 Thread Espux
Sorry, but that should actually be: pam_geoip.so: $(OBJECTS) $(CC) $(CCFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) to: pam_geoip.so: $(OBJECTS) $(CC) $(CCFLAGS) -o $@ $(OBJECTS) $(LDFLAGS) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1329263] Re: libpam-geoip not working on Ubuntu 14.04 Server

2014-07-22 Thread ray le
I can confirm exactly the same problem on Ubuntu 12.04 having compiled it from http://ankh-morp.org/code/pam_geoip/#DOWNLOADS ** Changed in: pam-geoip (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1329263] Re: libpam-geoip not working on Ubuntu 14.04 Server

2014-07-22 Thread ray le
same problem on ubuntu 12.04 with package from https://launchpad.net/ubuntu/saucy/amd64/libpam-geoip/1.1-1 ** Tags added: pam -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1329263 Title: