Displaying 20 results from an estimated 100 matches similar to: "compile openssl under MinGW"
2004 Jan 20
1
hardcode configuration files path
I have compiled tinc under windows (MinGW), with the following
configuration:
./configure --with-openssl=/opt/openssl-0.9.7b/ --with-zlib=/opt/zlib-1.1.4/
--with-lzo=/opt/lzo-1.08 --prefix=/opt/tinc-1.0.1
It works but configuration files are hardcoded!
I've tryed also the --sysconfdir=/aaa parameter.
c:\>tincd -n pluto -K
Cannot open config file
2003 Oct 02
1
log on windows box
Hello,
I'm trying to confugre tinc on my Windows 2000 box. I get only "cable
unplugged".
I have tried to enable log with command:
e:\programmi\tinc\tincd -n
euro --debug=5 --logfile=e:\programmi\tinc\tincd\tinc.log
but no log file were produced. With no log file how can i debug the problem?
Thanks for any help.
Regards,
dario rizzoli
Tinc: Discussion list about the tinc
2003 Dec 15
1
routing bug?
Hi,
Exactly I don?t know if this is a bug or not. I have a LAN with one switch
and one hub.
Yesterday I was in vpn with a customer (vpn tunnel 1.2.3.0 subnet 255.255.0.0)
when a colleague has attached his notebook that was set with the network
1.2.4.0. I suppose that his notebook has sent a lot of broadcast messages
on the network, infact my vpn connection was broken quite immediately!
When he
2001 Jan 08
3
openssl not found
I have linux kernel 2.4.0, openssl 0.95a installed to /usr/local/ssl.
./configure errors with:
./configure --with-openssl=/usr/local/ssl --with-openssl-include=/usr/local/
ssl/include --with-openssl-lib=/usr/local/ssl/lib
.......
checking for SHA1_version in -lcrypto... no
configure: error: It seems like OpenSSL is not installed on this system.
Tried setting vars OPENSSL_DIR and SSL_BASE, still
2007 May 22
1
Almost working
Dev-Cpp is a IDE that can be used with MinGW and GCC but its causing problems.
I installed MinGW since I am used to ./configure type builds but im unsure if this is a tinc issue or OpenSSL issue. I installed openssl 0.9.8e and I get to the following,
$./configure
...
checking openssl/evp.h usability... yes
...
checking for openssl/engine.h... yes
checking for SHA1_version in -lcrypto... no
2003 Feb 06
2
OpenSSL compile problem
Hi,
I'm using tinc for ~ 2 years now and I'm very happy with it (thanks to the makers - this is very good program to use). Anyway everytime I build I have this odd problem and until now I always found a way to solve it but now I'm really stuck. I'm trying to build tinc-pre7 and I always reach to this error on configure:
---------------------
checking for RAND_pseudo_bytes... no
2018 May 10
2
anchura chunk en pdf
Instalado ?tinytex?
> install.packages(?tinytex?)
y cargándolo
> library(tinytex)
Fue una causalidad: cuando instalé este paquete los PDFs comenzaron a salir correctamente de anchura. Tampoco puede darte una explicación :(
Saludos,
Patricio
Patricio Suárez Gil
Unidad de Investigación Área V-Gijón
Planta 5ª Impar
Hospital Universitario de Cabueñes
C/Prado, 395
33203 Gijón (Asturias)
2018 May 10
2
anchura chunk en pdf
Yo he conseguido que los chunks y el texto tengan la misma anchura instalando ?tinytex?.
Un saludo,
Patricio
Patricio Suárez Gil
Unidad de Investigación Área V-Gijón
Planta 5ª Impar
Hospital Universitario de Cabueñes
C/Prado, 395
33203 Gijón (Asturias)
Tfno: 985 185 000 (Ext. 85715)
@uinvest_psg
ESPAÑA
[[alternative HTML version deleted]]
2018 Jan 26
2
Ji cuadrado de tendencia lineal
Hola,
estoy buscando la manera de ejecutar en R el test de Ji-cudrado de tendencia lineal (Linear trend Chi-square), pero no lo encuentro en toda la bibliografía que consulté, ni la viñeta del chis.test incluye ninguna opción que contemple este test.
Si alguien tiene experiencia con el tema, agradecería cualquier ayuda.
Un saludo,
Patricio Suárez Gil
Unidad de Investigación Área V-Gijón
2018 Jan 27
3
error en función ggadjustedcurves, paquete survminer
Tengo un modelo de regresión de Cox y quiero obtener el plot ajustado por una covariable (sexo) con la función ?ggadjustedcurves?, pero me da el siguiente error:
> cox2 <- coxph(os ~ imc_25 + sexo.1, data = datos)
> cox2
Call:
coxph(formula = os ~ imc_25 + sexo.1, data = datos)
coef exp(coef) se(coef) z p
imc_25 -0.621 0.537 0.299 -2.08 0.038
sexo.1M 0.714
2009 May 15
2
Trouble with Tinc at make level
Hello,
I'm sorry to post this seemingly quite mundane issue, but I just do not
find what's wrong with what i did... please help. Basically typing the
make command returns a message in french (that one is normal) that says
that no goals and no rules were specified. I realize it's a typical
make error message but I don't see/am not familiar enough with the
output of ./configure to
2004 Jan 16
2
Certificate Authority-signed certs in dovecot?
Hi!
Sorry if this has been covered. I've just started using dovecot and I've
searched via google and I've downloaded the maillist archives, but I haven't
found a solution.
I'm using Fedora Core 1, with dovecot-0.99.10-6. When I'm at work, I access
my home mail server using Outlook Express (I know, I know, but it's the only
client I'm allowed to use at work).
2015 Oct 15
3
potencia fracional de un número negativo
Mirando los comentarios, realmente lo que deseo es encontrar la raíz real
de (-0.5)^(1/5) la cual debería ser -0.87055056329. José me hace caer en
cuenta que además de no encontrar la raiz real, tampoco da todas las raiz
complejas. Habría alguna manera de que tuviera en cuenta?
> ------------------------------
>
> Message: 6
> Date: Thu, 15 Oct 2015 11:25:39 +0200
> From: José
2015 Oct 16
2
potencia fracional de un número negativo
El problema del módulo es que pierde el signo.
En tu caso sale igual porque has invertido el signo del coeficiente en
el polinomio (en realidad se me pasó a a mí advertir que el término
independiente debe ir con signo negativo):
.> polyroot(z=c(0.5,0,0,0,0,1))
[1] 0.7042902+0.5116968i -0.2690149+0.8279428i -0.2690149-0.8279428i
[4] 0.7042902-0.5116968i -0.8705506+0.0000000i
.>
.>
2004 Jan 14
1
Internal error during expunge
Hi,
I'm using dovecot-0.99.10.4_1 on Freebsd. CPU architecture is i386.
When ever I try to move messages og delete dem i get an internal error.
Below I've tried to show what dovecot says. Mail gets stored using mbox
format.
After giving the internal error you kan try to expunge the mail again
and it works without error.
Any suggestions or ideas as to what could be wrong? is it a bug?
2003 Jun 02
1
Help with compilation problems
Hi,
I am trying to install tinc-1.0pre8 on my RH 9.0 (kernel 2.4.20-13.9)
system. I have already installed Openssl (v0.9.7a).
When i try to run the ./configure script, it stops at the follwing check
---SNIP--
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking for SHA1_version in -lcrypto... yes
checking for RAND_pseudo_bytes... yes
checking for
2003 Jun 25
1
help with compiling on Mac OSX
Hello -
I'm a complete newbie with command line stuff and i'm trying to compile the tinc source on osx
10.2.6 but i'm getting this error when i use ./configure:
...
...
checking for SHA1_version in -lcrypto... yes
checking for RAND_pseudo_bytes... yes
checking for OpenSSL_add_all_algorithms... yes
checking for dlopen... no
checking for dlopen in -ldl... no
configure: error: OpenSSL
2003 May 14
18
Channel banks
I need a good reliable source for channel banks. Ebay is nice but too
many variations of quality. I need one that can do 8 FXO and 16 FxS
does anyone have a particular model, other than adtran that they can
recommend???
And if possible include a source to buy from...
Thanks in advance,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 Jun 07
3
tinc-1.0pre8 fails to compile on RH 9.0
Hi,
I had posted a similar question a few days back(but my mails started
bouncing back, when I tried to post to the newsgroup). So here is it
again.
My System: Rh 9.0 (2.4.20-13.9), openssl-0.9.7a-5, openssl-devel-0.9.7a-5
Autoconf tools: autoconf-2.57-3, automake-1.6.3-5
1. When I try to compile tinc-1.0 pre8 on my RH 9.0 system, it fails..
When I do a ./configure, it aborts saying:
2003 Oct 03
1
OpenSSH 3.7.1p2 with OpenSSL 0.9.7c installation on HP-UX 11.0 enquiry?
Dear All,
I can install OpenSSH 3.7.1p2 with OpenSSL 0.9.7c on HP-UX 11.0 without
problem.
However, I find that all valid accounts are treated as "locked" (even
specify "AllowUsers USER1" in sshd_config) and can't make SSH connection to
the server.
Here is the message shown in syslog.log.
Oct 3 16:49:17 SERVER_NAME sshd[12994]: User USER1 not allowed because
account is