3 Dec
2010
3 Dec
'10
6:23 p.m.
Tom Talpey kirjutas:
I built 1.2.16 against openssl-0.9.8p just last week; it linked and is running fine for me. Have you tried any version after 0.9.8l?
Tested with openssl-0.9.8m, 0.9.8q, 1.0.0a, 1.0.0c, config options are simple:
./config --prefix=/usr/local/openssl && make && make install
And linked in spec:
export CPPFLAGS export LDFLAGS
CPPFLAGS=-I/usr/local/ssl/include/openssl LDFLAGS=-L/usr/local/ssl/lib
I can test more versions, but first I'd like to know did Timo changed something in code, as it compiles fine, but fails to run.
-- Mart