A voir également:
- 'Openssl' n’est pas reconnu en tant que commande interne
- Cle usb non reconnu - Guide
- Invite de commande - Guide
- Ping n'est pas reconnu en tant que commande interne ✓ - Forum Windows
- 'Gcc' n'est pas reconnu en tant que commande interne ou externe, un programme ex�cutable ou un fichier de commandes. - Forum C
- 'Pip' n’est pas reconnu en tant que commande interne ✓ - Forum Programmation
1 réponse
Voila la solution ke g trouvé
Modules
openssl-0.9.8a.tar.gz (www.openssl.org)
ts-20060225-0_9_8a-patch.gz (www.opentsa.org)
1 - Installation et COMPILATION
$ cd /home/yohan/install/opentsa
$ gzip -cd openssl-0.9.8a.tar.gz | tar xf -
$ cp ts-20060225-0_9_8a-patch.gz openssl-0.9.8a
$ cd openssl-0.9.8a
$ gzip -cd ts-20060225-0_9_8a-patch.gz | patch -p1
$ ./config
$ make
$ make test
$ make install # you may have to log in as root to do this!
$ cp /home/yohan/install/opentsa/openssl-0.9.8a/apps/openssl /usr/bin
$ mkdir /home/yohan/install/opentsa/tests
$ cd /home/yohan/install/opentsa/tests
Modules
openssl-0.9.8a.tar.gz (www.openssl.org)
ts-20060225-0_9_8a-patch.gz (www.opentsa.org)
1 - Installation et COMPILATION
$ cd /home/yohan/install/opentsa
$ gzip -cd openssl-0.9.8a.tar.gz | tar xf -
$ cp ts-20060225-0_9_8a-patch.gz openssl-0.9.8a
$ cd openssl-0.9.8a
$ gzip -cd ts-20060225-0_9_8a-patch.gz | patch -p1
$ ./config
$ make
$ make test
$ make install # you may have to log in as root to do this!
$ cp /home/yohan/install/opentsa/openssl-0.9.8a/apps/openssl /usr/bin
$ mkdir /home/yohan/install/opentsa/tests
$ cd /home/yohan/install/opentsa/tests
15 mai 2008 à 11:34
Modules
openssl-0.9.8a.tar.gz (www.openssl.org)
ts-20060225-0_9_8a-patch.gz (www.opentsa.org)
1 - Installation et COMPILATION
$ cd /home/yohan/install/opentsa
$ gzip -cd openssl-0.9.8a.tar.gz | tar xf -
$ cp ts-20060225-0_9_8a-patch.gz openssl-0.9.8a
$ cd openssl-0.9.8a
$ gzip -cd ts-20060225-0_9_8a-patch.gz | patch -p1
$ ./config
$ make
$ make test
$ make install # you may have to log in as root to do this!
$ cp /home/yohan/install/opentsa/openssl-0.9.8a/apps/openssl /usr/bin
$ mkdir /home/yohan/install/opentsa/tests
$ cd /home/yohan/install/opentsa/tests