first i just ran 'configure --with-ssl'. That worked ok, but there were two time, where it did search for SSL. First time it searche for 'checking if ssl is wanted... yes'. That was ok and it did found the SSL. But the second time it searched for 'checking for ssl.h... no' and it was negative. After compiling there was no real ssl support [checked with ldd] and htdig tryed to access https site trough plain http.
- './configure --with-ssl=/usr/include/openssl' did found the ssl.h - it dumped core again. :(( - PS: should I send you the core file ? - the output of ldd: libhtnet-3.2.0.so => /usr/src/htdig-3.2.0b4-20020310/htnet/.libs/libhtnet-3.2.0.so (0x40017000) libz.so.1 => /lib/libz.so.1 (0x4004c000) libssl.so.0 => /usr/lib/libssl.so.0 (0x4005b000) libcrypto.so.0 => /usr/lib/libcrypto.so.0 (0x40088000) libcommon-3.2.0.so => /usr/src/htdig-3.2.0b4-20020310/htcommon/.libs/libcommon-3.2.0.so (0x4014a000) libhtword-3.2.0.so => /usr/src/htdig-3.2.0b4-20020310/htword/.libs/libhtword-3.2.0.so (0x40190000) libht-3.2.0.so => /usr/src/htdig-3.2.0b4-20020310/htlib/.libs/libht-3.2.0.so (0x401db000) libhtdb-3.2.0.so => /usr/src/htdig-3.2.0b4-20020310/db/.libs/libhtdb-3.2.0.so (0x40207000) libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x40262000) libm.so.6 => /lib/libm.so.6 (0x402f9000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4031b000) libc.so.6 => /lib/libc.so.6 (0x40323000) libdl.so.2 => /lib/libdl.so.2 (0x40460000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) Joshua Gerth wrote: > Hey Ernest, > > Where did you read that you needed to set the CPPFLAGS for ssl to > work? You should just need to compile with > --with-ssl=/usr/include/openssl > > Give that a try and let me know if it works any better for you. I *think* > your problem was due to the openssl libs not being found. You have -I but > are missing the -L for loading the libs. Try it with just the above flag > and let me know if it helps. > > Cheers, > Joshua > > >>it is OK of course, i'm glad you're helpin' me >> >>Joshua Gerth wrote: >> >>>Hi Ernest, >>> >>>Sorry for the delay. My day is really packed. I'm trying to build a new >>>htdig with the latest openssl on my linux 2.2 box. I might not be able to >>>get back to you until tomorrow. >>> >>>Cheers, >>> Joshua >>> >>> >>> >>> >>>>i tryed >>>> - htdig: 3.2.0b4-20020310, 3.2.0b4-112501 >>>> - gcc: 2.96, 3.0.3 >>>> - user: compiling and trying as root >>>> - the site www.pobox.sk is just a replacement for our intranet, >>>> but i'm running tests on it ;)) >>>> >>>>------------ interanet.conf: --------------------------- >>>>database_dir: /tmp >>>>start_url: https://www.pobox.sk >>>>limit_urls_to: ${start_url} >>>>exclude_urls: /cgi-bin/ .cgi >>>>bad_extensions: .wav .gz .z .sit .au .zip .tar .hqx .exe .com .gif \ >>>> .jpg .jpeg .aiff .class .map .ram .tgz .bin .rpm .mpg .mov .avi >>>>.css >>>>maintainer: [EMAIL PROTECTED] >>>>max_head_length: 10000 >>>>max_doc_size: 500000 >>>>no_excerpt_show_top: true >>>>search_algorithm: exact:1 synonyms:0.5 endings:0.1 >>>> >>>> >>>> >>>> >>>> >>>>-- >>>>Ernest Beinrohr, OERNii >>>>eAdmin @ AxonPro.sk, http://www.AxonPro.sk >>>>+421-2-62410360, +421-905-241903 >>>>HomePage: http://www.oernii.sk >>>> >>>> >>>> >>>> >>> >> >>-- >>Ernest Beinrohr, OERNii >>eAdmin @ AxonPro.sk, http://www.AxonPro.sk >>+421-2-62410360, +421-905-241903 >>HomePage: http://www.oernii.sk >> >> >> > > -- Ernest Beinrohr, OERNii eAdmin @ AxonPro.sk, http://www.AxonPro.sk +421-2-62410360, +421-905-241903 HomePage: http://www.oernii.sk _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

