Re: make install fails as it tries to write in /tmp

2020-10-28 Thread Thibaut Appel
|Updating 'Text::Template' from perl solved the problem, detailed in https://github.com/openssl/openssl/issues/6641| On 28/10/2020 16:40, Viktor Dukhovni wrote: *** This email originates from outside Imperial. Do not click on links and attachments unless you recognise the sende

Re: make install fails as it tries to write in /tmp

2020-10-28 Thread Viktor Dukhovni
On Wed, Oct 28, 2020 at 04:33:12PM +0100, Thibaut Appel wrote: > install libcrypto.so.1.1 -> > /rds/general/user/home/.linuxbrew/Cellar/openssl@1.1/1.1.1h/lib/libcrypto.so > ar: > /rds/general/user/home/.linuxbrew/Cellar/openssl@1.1/1.1.1h/lib/libcrypto.so: > file format not recognized Wild gu

Re: make install fails as it tries to write in /tmp

2020-10-28 Thread Jordan Brown
I don't know exactly what environments the OpenSSL build targets, but a writable /tmp is a POSIX requirement. https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap10.html -- Jordan Brown, Oracle ZFS Storage Appliance, Oracle Solaris

Re: make install fails as it tries to write in /tmp

2020-10-28 Thread Thibaut Appel
Dear Viktor, I did try to change that hard-coded /tmp. make install now fails because of link /rds/general/user/home/.linuxbrew/Cellar/openssl@1.1/1.1.1h/lib/libcrypto.so -> /rds/general/user/home/.linuxbrew/Cellar/openssl@1.1/1.1.1h/lib/libcrypto.so.1.1 install libcrypto.so -> /rds/general

Re: make install fails as it tries to write in /tmp

2020-10-28 Thread Viktor Dukhovni
On Wed, Oct 28, 2020 at 09:48:37AM +0100, Thibaut Appel wrote: > I uncovered a potential issue affecting the installation of OpenSSL from > source, in the case the user is not allowed to write in the /tmp folder. This build environment was not anticipated by the build system, which employs:

Re: make install fails as it tries to write in /tmp

2020-10-28 Thread Harald Koch
Hi Thibaut, there must be something else in your environment: I chmod’ed my /tmp to 770, added a new user, checked that we cannot access /tmp, and successfully compiled openssl-1.1.1h on a test machine. The reason could lie somewhere else than /tmp. > Am 28.10.2020 um 13:13 schrieb Thibaut App

Re: make install fails as it tries to write in /tmp

2020-10-28 Thread Thibaut Appel
Dear Harald, Thank you for your answer. In fact my environment variable TMPDIR was already set to an appropriate folder, in my bash environment. Did you mean it is meant to be set somewhere else at build or install time? Output of perl --version gives me: This is perl 5, version 16, subvers

make install fails as it tries to write in /tmp

2020-10-28 Thread Thibaut Appel
Dear OpenSSL users, I uncovered a potential issue affecting the installation of OpenSSL from source, in the case the user is not allowed to write in the /tmp folder. I'm trying to install on a cluster where permissions to '/tmp' is restricted. Is there an environment variable designed to te

RE: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-06-04 Thread Welling, Conrad Gerhart
Correction: The subject of this thread is OBE as development has, for a number of weeks, been conducted on an HP 9000 PA_RISC2.0 platform running HP-UX 11iv1 (B.11.11), using gcc 4.2.1.

RE: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-06-04 Thread Welling, Conrad Gerhart
It appears that I'm close to building a FIPS-capable openssl-0.9.7m on HP-UX 11iv1 (B.11.11) using 1. HP pre-built openssl-fips-1.1.2 2. HP openssl-0.9.7m source from OpenSSL_A.00.09.07m.020_HP-UX_B.11.11_32_64.depot. However, I do not yet know how to interpret the following m

Re: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-05-06 Thread Steve Marquess
Welling, Conrad Gerhart wrote: Steve: 1. HP C trial version Appears that there are patchs which must be applied to the (trial) HP C depot installation on my platform. I'm not a sysadmin, but, am assuming the role with this particular PA-RISC2.0 platform. I had assumed that the depot included eve

RE: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-05-05 Thread Welling, Conrad Gerhart
o: openssl-users@openssl.org Subject: Re: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11 Welling, Conrad Gerhart wrote: > Steve: > Here 'tis: > >

Re: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-05-05 Thread Steve Marquess
Welling, Conrad Gerhart wrote: Steve: Here 'tis: --- Makefile --- FIPSPROD = openssl-fips-1.1.2.tar FIPSDIR = openssl-fips-1.1.2 all:

RE: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-05-01 Thread Welling, Conrad Gerhart
Steve: Here 'tis: --- Makefile --- FIPSPROD = openssl-fips-1.1.2.tar FIPSDIR = openssl-fips-1.1.2 all:fips-build $(FIPSDIR): $(FIPSPROD)

RE: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-05-01 Thread Welling, Conrad Gerhart
2008 5:32 AM To: openssl-users@openssl.org Subject: Re: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11 Welling, Conrad Gerhart wrote: > Steve: > Well, I put the IA64 build on the back burner. I downloaded the trial HP C > compiler packa

Re: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-05-01 Thread Steve Marquess
Welling, Conrad Gerhart wrote: Steve: Well, I put the IA64 build on the back burner. I downloaded the trial HP C compiler package and installed it on a HP-UX 11 PA-RISC2.0 platform on which I have tried to build openssl-fips-1.1.2. I've hit a snag (actually, a few) and spent a few days Googl

RE: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-04-30 Thread Welling, Conrad Gerhart
/lib/milli.a(dyncallU.o): Searching library /usr/lib/milli.a: /usr/ccs/bin/ld: Found 27 duplicate symbol(s) /opt/langtools/lib/crt0.o: fips_premain.o: ../libcrypto.a: /usr/lib/milli.a: *** Error exit code 1 Stop. *** Error exit code 1 Stop. *** Error exit code 1 Stop. -Original Message---

Re: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-04-15 Thread Steve Marquess
Welling, Conrad Gerhart wrote: Well, Steve, if you had no problem, I'm inclined to believe that I am in error and that I didn't review the occurrence properly before reporting it. I'll report back when I've reviewed the issue again by confirming it's occurrence (start-from-scratch) and I'll tr

RE: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-04-15 Thread Welling, Conrad Gerhart
v1.2. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Steve Marquess Sent: Tuesday, April 15, 2008 6:10 AM To: openssl-users@openssl.org Subject: Re: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc

Re: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-04-15 Thread Steve Marquess
Welling, Conrad Gerhart wrote: #12#3#4#5#6#7#8 Problem description: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc, HP-UX 11. #12#3#4#5#6

openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc HP-UX 11

2008-04-10 Thread Welling, Conrad Gerhart
#12#3#4#5#6#7#8 Problem description: openssl-fips-1.1.2 "make install" fails in fips-1.0/Makefile for hpux64-ia64-cc, HP-UX 11. #12#3#4#5#6#7#8 #

RE: Make install fails for the FIPs module on Solaris 10

2007-03-20 Thread Maltz, Ron
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Colvin Sent: Tuesday, March 20, 2007 12:51 PM To: openssl-users@openssl.org Subject: RE: Make install fails for the FIPs module on Solaris 10 Ron Maltz wrote: > BTW, when this is done, can I archive/tarup the /usr/local/ssl directory &g

RE: Make install fails for the FIPs module on Solaris 10

2007-03-20 Thread Bill Colvin
Ron Maltz wrote: > BTW, when this is done, can I archive/tarup the /usr/local/ssl directory > and copy it to another Sun server running the same h/w and OS version > and have it work properly? /usr/local/ssl will definitely contain everything from your build of openssl-fips-1.1.1. Depending on t

RE: Make install fails for the FIPs module on Solaris 10

2007-03-20 Thread Maltz, Ron
work properly? Thanks again, Ron -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Colvin Sent: Tuesday, March 20, 2007 9:47 AM To: openssl-users@openssl.org Subject: RE: Make install fails for the FIPs module on Solaris 10 Ron Maltz wrote: >

RE: Make install fails for the FIPs module on Solaris 10

2007-03-20 Thread Maltz, Ron
ssl.org Subject: RE: Make install fails for the FIPs module on Solaris 10 Ron Maltz wrote: > It appears that the make install step is stripping off the directory which > each object file is in, thus they can't be located. I don't think this is your issue. The for loop appears t

RE: Make install fails for the FIPs module on Solaris 10

2007-03-20 Thread Bill Colvin
Ron Maltz wrote: > It appears that the make install step is stripping off the directory which > each object file is in, thus they can't be located. I don't think this is your issue. The for loop appears to be trying to ensure that each of the .o files in the list is not in the libcrypto.a archi

RE: Make install fails for the FIPs module on Solaris 10

2007-03-20 Thread Maltz, Ron
24 PM To: openssl-users@openssl.org Subject: RE: Make install fails for the FIPs module on Solaris 10 Ron: This may be a long shot, but have you tried it by leaving out the "make test" step. It is not in the recommended steps for building the FIPS version of OpenSSL in either the Securit

RE: Make install fails for the FIPs module on Solaris 10

2007-03-19 Thread Bill Colvin
Ron: This may be a long shot, but have you tried it by leaving out the "make test" step. It is not in the recommended steps for building the FIPS version of OpenSSL in either the Security Policy or the User Guide. I have always used: ./config fips make make install albe

RE: Make install fails for the FIPs module on Solaris 10

2007-03-19 Thread Maltz, Ron
his a problem also? Thanks again, Ron -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maltz, Ron Sent: Monday, March 19, 2007 3:11 PM To: openssl-users@openssl.org Subject: RE: Make install fails for the FIPs module on Solaris 10 Hi Bill, Thanks for respondin

RE: Make install fails for the FIPs module on Solaris 10

2007-03-19 Thread Maltz, Ron
t: Monday, March 19, 2007 9:33 AM To: openssl-users@openssl.org Subject: RE: Make install fails for the FIPs module on Solaris 10 Ron: You need to determine why most of your object files are not being found, for example /var/tmp/openssl-fips-1.1.1/crypto/aes/aes_cbc.o It should exist after the

RE: Make install fails for the FIPs module on Solaris 10

2007-03-19 Thread Bill Colvin
Ron: You need to determine why most of your object files are not being found, for example /var/tmp/openssl-fips-1.1.1/crypto/aes/aes_cbc.o It should exist after the make, but it would appear that it is not there when you are doing the make install. With regard to you question on SSH, it was pro

make install fails on openssl-0.9.8a

2005-10-24 Thread Matthew Rodriguez DSD staff
I ran the config script with this option. ./config -d --prefix=/home/portnoy/dsd/Linux/openssl/openssl-0.9.8a -shared When I tried to run make install this happened. making install in engines... make[1]: Entering directory `/home/portnoy/shared/src/openssl/openssl-0.9.8a/engines' installing 4

make install fails

2005-01-24 Thread Larry Breyer
I am attempting to install openssl-0.9.7e on a Solaris 8 U60. When I "make install", I get: making install in fips/sha1... sh: syntax error at line 2: `;' unexpected *** Error code 2 make: Fatal error: Command failed for target `install' Examining fips/sha1/Makefile I see: EXHEA

Re: make install fails on solaris sparc 8 for 0.9.7e

2004-10-27 Thread empty body
interestingly enough, when i run exactly the same script on a fresh copy of openssl-0.9.7d, it works without a single problem. On Wed, 27 Oct 2004 18:23:00 -0400, empty body <[EMAIL PROTECTED]> wrote: > running the following: > > ./config --prefix=$PREFIX --openssldir=$PREFIX > --install_prefix=

make install fails on solaris sparc 8 for 0.9.7e

2004-10-27 Thread empty body
running the following: ./config --prefix=$PREFIX --openssldir=$PREFIX --install_prefix=$INSTALL_PREFIX \ && make \ && make test \ && sudo mkdir -p ${INSTALL_PREFIX}${PREFIX} \ && sudo chown root:sys ${INSTALL_PREFIX}${PREFIX} \ && sudo chmod 755 ${INSTALL_PREFIX}${PREFIX} \ && sudo make install i