
scrader at carrollu
May 3, 2012, 8:19 AM
Post #1 of 3
(255 views)
Permalink
|
|
HP-UX installation error of gnupg version 1.4.12
|
|
Good Morning! I am attempting to install gnupg-1.4.12 on an HP-UX box. I have been able to do the "./configure" and "make" steps of the installation. However, I am getting the error below when attempting to do the make install step (as SU), which seems to indicate that the process can not locate bison. However, I have bison installed. Running a whereis command for bison lists it in the normal directories... Has anyone else attempted the installation on an HP-UX? Do I need to edit a file or two to point it to the installation of bison? Thanks ever so much! Shannon Crader Carroll University, Wisconsin, USA ====================================== # whereis bison bison: /usr/local/bin/bison /opt/gnu/bin/bison /opt/gnu/man/man1/bison.1 /usr/local/share/man/man1/bison.1 ====================================== ... ... ... Making install in tools make[1]: Entering directory `/home/carsids/scrader/pgp/gnupg-1.4.12/tools' make[2]: Entering directory `/home/carsids/scrader/pgp/gnupg-1.4.12/tools' test -z "/usr/local/bin" || ../scripts/install-sh -c -d "/usr/local/bin" ../scripts/install-sh -c gpgsplit '/usr/local/bin' cp: cannot create /usr/local/bin/_inst.9612_: Permission denied make[2]: *** [install-binPROGRAMS] Error 1 make[2]: Leaving directory `/home/carsids/scrader/pgp/gnupg-1.4.12/tools' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/carsids/scrader/pgp/gnupg-1.4.12/tools' make: *** [install-recursive] Error 1 cars(db) /home/carsids/scrader/pgp/gnupg-1.4.12/: SU su Password for scrader: # make install No suffix list. Making install in m4 No suffix list. No suffix list. No suffix list. Making install in intl bison -y -d --name-prefix=__gettext --output plural.c plural.y sh: bison: not found. *** Error exit code 127 Stop. *** Error exit code 1 Stop. ======================================
|