View previous topic :: View next topic |
Author |
Message |
saxtro Apprentice
Joined: 28 Nov 2004 Posts: 153
|
Posted: Mon Mar 28, 2005 5:33 pm Post subject: Compilare smbat |
|
|
ciao a tutti, volevo provare il programma smbat che purtroppo non è presente nel portage, ho provato a compilarlo a manina per usarlo dalla mia home senza installarlo ma.......
Code: |
bash-2.05b$ ./configure --with-openssl=/usr
......
checking for OpenSSL... checking for /usr/include/openssl/des.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for library containing des_set_key... no
configure: error: Unable to find des library
bash-2.05b$
|
ho googleato abbastanza, ho capito che des_set_key è una funzione di C ma niente di più, insomma nessuna soluzione, qualcuno sa come posso fare per proseguire?
grazie a tutti |
|
Back to top |
|
|
X-Drum Advocate
Joined: 24 Aug 2003 Posts: 2517 Location: ('Modica','Trieste','Ferrara') Italy
|
Posted: Mon Mar 28, 2005 6:32 pm Post subject: |
|
|
dovrebbe essere contenuta nel pacchetto:
Code: | dev-libs/openssl
Latest version available: 0.9.7e
Latest version installed: 0.9.7e
Size of downloaded files: 5,105 kB
Homepage: http://www.openssl.org/
Description: Toolkit for SSL v2/v3 and TLS v1
License: as-is
|
spero di non sbagliarmi, prova ad emergere tale pacchetto
e riavviare il configure del prg che ti interessa compilare _________________ "...There are two sort of lies, lies and benchmarks..." |
|
Back to top |
|
|
saxtro Apprentice
Joined: 28 Nov 2004 Posts: 153
|
Posted: Tue Mar 29, 2005 6:29 am Post subject: |
|
|
credo anche io che stia lì dentro però:
Code: |
* dev-libs/openssl
Latest version available: 0.9.7e
Latest version installed: 0.9.7d-r2
Size of downloaded files: 5,105 kB
Homepage: http://www.openssl.org/
Description: Toolkit for SSL v2/v3 and TLS v1
License: as-is
|
era già installato, ho anche compilato openssl 0.9.7f nella mia home dopo essermi studiato l' help del config e dato il percorso al nuovo openssl però:
Code: |
bash-2.05b$ cd /home/marco/smbat
bash-2.05b$ ./configure --with-openssl=/home/marco/openssl-0.9.7f
........
checking for OpenSSL... checking for /home/marco/openssl-0.9.7f/include/openssl/des.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for library containing des_set_key... no
configure: error: Unable to find des library
bash-2.05b$
|
cmq sia, grazie per l' aiuto X-Drum |
|
Back to top |
|
|
|