sto cercando di installare 'whois' sul OpenShift online, non posso installare con yum grazie ai permessiCome compilare e installare il codice sorgente su OpenShift?
\> yum install whois
error: cannot open Packages database in /var/lib/rpm
CRITICAL:yum.main:
Error: rpmdb open failed
che non conosco ogni possibile alternativa di installare un pacchetto, se si considera a compilare il codice sorgente.
rendere è disponibile.
\> make -version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-redhat-linux-gnu
così come posso compilare il codice sorgente su SSH su OpenShift? grazie mille!
Modifica: Posso make
il pacchetto ma non posso install
il pacchetto.
Aggiornamento: Aggiunge variabili di ambiente e dati correlati.
$PATH
[app-domain.rhcloud.com whois-5.2.7]\> echo $PATH
/var/lib/openshift/{{ directory_hash }}/python//virtenv/bin:/var/lib/openshift/{{ directory_hash }}/python//bin:/opt/rh/python27/root/usr/bin:/bin:/usr/bin:/usr/sbin
install
[app-domain.rhcloud.com whois-5.2.7]\> which install
/var/lib/openshift/{{ directory_hash }}/python/bin/install
messaggio di errore durante make install
[app-domain.rhcloud.com whois-5.2.7]\> make install BASEDIR=./destdir/
install -d ./destdir//usr/bin/
/var/lib/openshift/{{ directory_hash }}/python//bin/install: line 10: version: unbound variable
make: *** [install-whois] Error 1
messaggio di errore durante make /path/to/install
[app-domain.rhcloud.com whois-5.2.7]\> make /var/lib/openshift/{{ directory_hash }}/python/bin/install BASEDIR=./destdir/
make: Nothing to be done for `/var/lib/openshift/{{ directory_hash }}/python/bin/install'.
stesso errore, 'variabile non legata'! ho provato a cambiare 'install' nel suo percorso assoluto, ancora non funzionante! – x0x
Potresti postare da qualche parte l'intero output di "make install" incluso il messaggio di errore? – baf
Si prega di inviare anche l'output del comando 'echo $ PATH' – baf