Hi,

See the two errors in log file:

--------------------------------------------------------------
without SSL shared:

configure:18874: checking for OpenSSL support
configure:18920: checking for Kerberos support
configure:19186: checking for krb5-config
configure:19542: checking for pkg-config
configure:19730: checking for OpenSSL version
configure:19870: checking for CRYPTO_free in -lcrypto
configure:19889: gcc -o conftest -O2 -fomit-frame-pointer -pipe -s
-mtune=pentium -march=pentium -fexpensive-optimizations
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=1 -D_LARGEFILE64_SOURCE=1
conftest.c -lcrypto  -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5
/usr/bin/ld: cannot find -lcom_err
collect2: ld returned 1 exit status
configure: failed program was:
#line 19878 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char CRYPTO_free();

int main() {
CRYPTO_free()
; return 0; }


--------------------------------------------------------------
with SSL shared:


configure:43765: checking whether build with IMAP works
configure:43803: gcc -o conftest -O2 -fomit-frame-pointer -pipe -s
-mtune=pentium -march=pentium -fexpensive-optimizations
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILE
S=1 -D_LARGEFILE64_SOURCE=1  -L/usr/lib  conftest.c  -lssl -lcrypto
-lc-client -lcrypt -lpam  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err
-lgmp -lintl -ldb-4 -ld
b-4 -lbz2 -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
/usr/bin/ld: cannot find -lcom_err
collect2: ld returned 1 exit status
configure: failed program was:
#line 43776 "configure"
#include "confdefs.h"


    void mm_log(void){}
    void mm_dlog(void){}
    void mm_flags(void){}
    void mm_fatal(void){}
    void mm_critical(void){}
    void mm_nocritical(void){}
    void mm_notify(void){}
    void mm_login(void){}
    void mm_diskerror(void){}
    void mm_status(void){}
    void mm_lsub(void){}
    void mm_list(void){}
    void mm_exists(void){}
    void mm_searched(void){}
    void mm_expunged(void){}

    char mail_newbody();
    int main() {
      mail_newbody();
      return 0;
    }

--------------------------------------------------------------

Thanks,

Jefferson

Em Qua, 2005-07-27 às 22:02 +0200, Morten Nilsen escreveu:
> Jefferson wrote:
> > Hi,
> > 
> > The library is not missing:
> > 
> > . The libcrypto exists in /lib/libcrypto.so ...
> > 
> > . When I compile the php5 with SSL shared libcrypto is found:
>  >
> > Please try to compile the php5 package in trustix 3.0 with all default
> > options and verify.
> 
> please check the config.log for any actual errors, or, if you don't know 
> where to look in that file, post it on a webserver and link it
> 
> Cheers,

_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to