Archive for April 18th, 2007

Apr 18 2007

Profile Image of sand
sand

cristo da asporto

Filed under niente a senso


Linux is a portable operating system.

Da prendere e da portare al MACERO.

Building OS-dependent module
If you get No such file error messages for files x509.h, ssl.h,
pem.h, buffer.h, bio.h, and crypto.h, that means that OpenSSL
is not installed on your system. Either install OpenSSL first
or build with command: make lnx SSLTYPE=none
`cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c
osdep.c:170:20: x509v3.h: No such file or directory
osdep.c:171:17: ssl.h: No such file or directory
osdep.c:173:17: pem.h: No such file or directory
osdep.c:174:20: buffer.h: No such file or directory
osdep.c:175:17: bio.h: No such file or directory
osdep.c:176:20: crypto.h: No such file or directory
osdep.c:177:18: rand.h: No such file or directory
osdep.c:188: error: syntax error before "SSL_CTX"

Subito dopo questo vomito di no SUCK file, ecco PAGINE E PAGINE DI ERRORI DI GCC. Ora, programmatore ORRENDO, ti aspetti che io riesca a vedere quel tuo fottuto messaggio in mezzo a svariate righe di messaggi di errore ? E’ OVVIO che non compila per colpa di OpenSSL, perche’ DAL MOMENTO ZERO DELLA VITA nulla compila liscio con quelle fottute librerie. NULLA. Pero’ cristo scoppiettante, sono finiti i tempi in cui IL PROGRAMMATORE installava il software, vivendo con un debugger appiccicato alla faccia. FI-NI-TI.
E visto che mi hai fatto un Makefile PIENO ZEPPO di opzioncine e commentini, me le potevi butta’ giu’ du righe riguardo i path per le lib ssl ? no eh?

PRESO DA UN ENEMA, FACCIO FACCIA SCEMA, ASBESTO TORNA PRESTO, O CAGO SU ME STESSO.

HATA UNIX COME IL TUO PROSSIMO.

Comments Off