How to install xlc_r

Issues related to applications and software problems
Post Reply
ramacentos
Posts: 8
Joined: 2018/07/21 00:14:57

How to install xlc_r

Post by ramacentos » 2018/07/21 00:26:31

While building rpm for openssl-1.0.2o source, I am getting the following errors.

`/root/rpmUpgrades/openssl_rama/BUILD/openssl-1.0.2o/crypto'
/usr/bin/perl ../util/mkbuildinf.pl "xlc_r -I. -I.. -I../include -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -qthreaded -D_THREAD_SAFE -DDSO_DLFCN -DHAVE_DLFCN_H -DSSL_ALLOW_ADH -q64 -O3 -qstrict -DB_ENDIAN -qmaxmem=65536 -qro -qroconst" "aix64-xlc_r" >buildinf.h
xlc_r -I. -I.. -I../include -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -qthreaded -D_THREAD_SAFE -DDSO_DLFCN -DHAVE_DLFCN_H -DSSL_ALLOW_ADH -q64 -O3 -qstrict -DB_ENDIAN -qmaxmem=65536 -qro -qroconst -c -o cryptlib.o cryptlib.c
gmake[1]: xlc_r: Command not found
gmake[1]: *** [cryptlib.o] Error 127
gmake[1]: Leaving directory `/root/rpmUpgrades/openssl_rama/BUILD/openssl-1.0.2o/crypto'
gmake: *** [build_crypto] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.B5REFc (%build)

Which package contains xlc and xlc_r commands?

Thanks,
Rama

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: How to install xlc_r

Post by hunter86_bg » 2018/07/21 03:47:14

Why do you need to build openssl from source ?

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: How to install xlc_r

Post by TrevorH » 2018/07/21 11:10:53

You will break things badly if you continue like this. Openssl is a critical system package and everything else in the distro that uses SSL is linked against it and they are all likely to break if you attempt to replace it. Stop.

Tell us what you really want to do? I'm suspecting some sort of security audit... so please read https://access.redhat.com/security/updates/backporting/ before you go any further.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

chemal
Posts: 776
Joined: 2013/12/08 19:44:49

Re: How to install xlc_r

Post by chemal » 2018/07/21 15:24:01

Which package contains xlc and xlc_r commands?
This "package" is called AIX.

Post Reply