Code Monkey home page Code Monkey logo

Comments (13)

jeroennijhof avatar jeroennijhof commented on July 29, 2024

Could you post your terminal logging from "autoreconf -i" ?
It should generate the configure file.

from pam_tacplus.

gripper99 avatar gripper99 commented on July 29, 2024

Jeroen

Below

Many thanks for your prompt response. Most appreciated

Martin

root@pamtest pam_tacplus-1.3.9]# /usr/local/bin/autoreconf -i
[root@pamtest pam_tacplus-1.3.9]# echo $?
0
[root@pamtest pam_tacplus-1.3.9]#

Martin Bebbington
HPES Network Management Solutions

from pam_tacplus.

jeroennijhof avatar jeroennijhof commented on July 29, 2024

Could you list the files which are created by autoreconf? Just a ls -la output..

from pam_tacplus.

gripper99 avatar gripper99 commented on July 29, 2024

Jeroen

Here lies the issue – nothing is being created.
I’m not sure what attributes the “missing configure” would have, but couldn’t you just email me a copy?

Our platform
VM Redhat 6.4 santiago
Version of pam_tacplus-1.3.9

Hope this meets with your OK and again thanks for your prompt attention

Martin

Martin Bebbington
HPES Network Management Solutions

from pam_tacplus.

jeroennijhof avatar jeroennijhof commented on July 29, 2024

Well before I send you a copy of configure I really like to understand what's going wrong, I think it has to do with your version of autotools.

Could you please run the command "autoreconf -iv" and post the output?
You should have a working aclocal, automake, autoheader, autoconf and libtoolize to have autoreconf doing its job correctly.

from pam_tacplus.

gripper99 avatar gripper99 commented on July 29, 2024

Jerone

Your list

aclocal

missing

automake

yum install automake

version 1.11.1-4.e16.noarch already installed

autoheader /autoconf

Autoconf Version 2.13

libtoolize

missing

[root@pamtest pam_tacplus-1.3.9]# autoreconf -iv
Usage: autoreconf [-f] [-h] [--help] [-m dir] [--macrodir=dir]
[-l dir] [--localdir=dir] [--force] [--verbose] [--version]
[--cygnus] [--foreign] [--gnits] [--gnu] [-i] [--include-deps]
[root@pamtest pam_tacplus-1.3.9]# autoreconf --version
Autoconf version 2.13

Do you want me to try and install – somehow – alocal & libtoolize

Again – many thanks for your prompt response

Martin

from pam_tacplus.

jeroennijhof avatar jeroennijhof commented on July 29, 2024

Yes you really need aclocal and libtoolize so please install them. And I see your autoreconf version differ so you should run "autoreconf --verbose -i".

from pam_tacplus.

gripper99 avatar gripper99 commented on July 29, 2024

Jeroen

Slightly miss leading information in my last:

This the status:

aclocal

OK

1.11.1

automake

yum install automake

version 1.11.1-4.e16.noarch already installed

autoheader /autoconf

Autoconf Version 2.13

libtoolize

OK

couldn't get a version but yum whatprovides gives libtool 2.2.6-15.5

Autoreconf –verbose –I returns nothing

Thanks again..

Martin Bebbington
HPES Network Management Solutions
Location: Erskine Ferry Road, Bishopton, PA7 5PP
Cell: +44 7752 167274
Email:
[email protected]:[email protected] (Unclassified email)
[email protected]:[email protected] (Classified)

From: jeroennijhof [mailto:[email protected]]
Sent: Friday, August 28, 2015 2:28 PM
To: jeroennijhof/pam_tacplus
Cc: Bebbington, Martin
Subject: Re: [pam_tacplus] pam_tacplus-1.3.9 - install issues (#33)

Yes you really need aclocal and libtoolize so please install them. And I see your autoreconf version differ so you should run "autoreconf --verbose -i".


Reply to this email directly or view it on GitHubhttps://github.com//issues/33#issuecomment-135775446.

from pam_tacplus.

jeroennijhof avatar jeroennijhof commented on July 29, 2024

Ok please run the following commands which actually should be done by autoreconf:

  • aclocal
  • autoconf
  • automake --add-missing

from pam_tacplus.

gripper99 avatar gripper99 commented on July 29, 2024

Jeroen

We have a bank holiday this weekend so will be finishing soon, so will google this error code.
If I don’t hear from before close, “fijn weekend” – lived in Noordwijk-an-zee for two years … very nice..

Thanks again

Martin

· aclocal

warning: macro AM_PROG_LIBTOOL not found in library

· /usr/bin/autoconf

Possibly underfined macro ÀM_PROG_LIBTOOL`

· automake --add-missing

Usage: autoconf [-h] [--help] [-m dir] [--macrodir=dir]

   [-l dir] [--localdir=dir] [--version] [template-file]

Martin Bebbington
HPES Network Management Solutions
Location: Erskine Ferry Road, Bishopton, PA7 5PP
Cell: +44 7752 167274
Email:
[email protected]:[email protected] (Unclassified email)
[email protected]:[email protected] (Classified)

From: jeroennijhof [mailto:[email protected]]
Sent: Friday, August 28, 2015 2:43 PM
To: jeroennijhof/pam_tacplus
Cc: Bebbington, Martin
Subject: Re: [pam_tacplus] pam_tacplus-1.3.9 - install issues (#33)

Ok please run the following commands which actually should be done by autoreconf:

  • aclocal
  • autoconf
  • automake --add-missing


Reply to this email directly or view it on GitHubhttps://github.com//issues/33#issuecomment-135778423.

from pam_tacplus.

jeroennijhof avatar jeroennijhof commented on July 29, 2024

Well you could try to run libtoolize first but this has really todo with your version of automake you should try to update it to a newer version but first try:

  • libtoolize
  • aclocal
  • autoheader
  • autoconf
  • automake

Nice place to live indeed :) , goed weekend!

from pam_tacplus.

gripper99 avatar gripper99 commented on July 29, 2024

What options for automake Jeroen?

Doesn’t like the –add-missing

Martin Bebbington
HPES Network Management Solutions
Location: Erskine Ferry Road, Bishopton, PA7 5PP
Cell: +44 7752 167274
Email:
[email protected]:[email protected] (Unclassified email)
[email protected]:[email protected] (Classified)

From: jeroennijhof [mailto:[email protected]]
Sent: Friday, August 28, 2015 3:17 PM
To: jeroennijhof/pam_tacplus
Cc: Bebbington, Martin
Subject: Re: [pam_tacplus] pam_tacplus-1.3.9 - install issues (#33)

Well you could try to run libtoolize first but this has really todo with your version of automake you should try to update it to a newer version but first try:

  • libtoolize
  • aclocal
  • autoheader
  • autoconf
  • automake


Reply to this email directly or view it on GitHubhttps://github.com//issues/33#issuecomment-135785093.

from pam_tacplus.

jeroennijhof avatar jeroennijhof commented on July 29, 2024

No options just run automake without any option.

from pam_tacplus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.