aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Problem on libcryptopp5  (Read 7253 times)

neeke

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Problem on libcryptopp5
« on: April 22, 2004, 02:55:21 AM »

I'm using Redhat AS2.1 .
When I install libcryptopp5-5.1-2MDK.i586.rpm as :
   rpm -ivh libcryptopp5-5.1-2MDK.i586.rpm
It say:
        libgcc_s.so.1   is needed by libcryptopp5-5.1-2mdk
        libgcc_s.so.1(GCC_3.0)   is needed by libcryptopp5-5.1-2mdk
        libgcc_s.so.1(GLIBC_2.0)   is needed by libcryptopp5-5.1-2mdk
        libstdc++.so.5   is needed by libcryptopp5-5.1-2mdk
        libstdc++.so.5(GLIBCPP_3.2)   is needed by libcryptopp5-5.1-2mdk


I have gcc 2.96 in /usr/bin and I alos install gcc 3.0 in /usr/local/bin .
I can find libgcc_s.so.1 in /usr/local/lib .

Why I can't install libcryptopp5 ?

thx.
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Problem on libcryptopp5
« Reply #1 on: April 22, 2004, 10:56:54 AM »

u have redhat and ur trying to install mdk rpms ?
plz dl the right one

greets

neeke

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: Problem on libcryptopp5
« Reply #2 on: April 23, 2004, 02:10:28 AM »

OK, I have download :
   libcryptopp-5.1-3.i386-SuSE-RH.rpm
   libcryptopp-devel-5.1-3.i386-SuSE-RH.rpm
an install them correctly.

But when I make  aMule-2.0.0rc2 , the error is :

g++  -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g     -o amule  amule-ListenSocket.o amule-ECS
ocket.o amule-EMSocket.o amule-AddFriend.o amule-AddFileThread.o amule-animate.o amule-BarShader.o amule-BaseClient.o amule-ChatSele
ctor.o amule-ChatWnd.o amule-CatDialog.o amule-CFile.o amule-ClientCredits.o amule-ClientDetailDialog.o amule-ClientList.o amule-Cli
entUDPSocket.o amule-ColorFrameCtrl.o amule-CommentDialog.o amule-CommentDialogLst.o amule-DirectoryTreeCtrl.o amule-DownloadClient.
o amule-DownloadListCtrl.o amule-DownloadQueue.o amule-ED2KLink.o amule-EditServerListDlg.o amule-ExternalConn.o amule-FileDetailDia
log.o amule-FileDetailListCtrl.o amule-filemem.o amule-filefn.o amule-Friend.o amule-FriendList.o amule-FriendListCtrl.o amule-HTTPD
ownloadDlg.o amule-ini2.o amule-IPFilter.o amule-KnownFile.o amule-KnownFileList.o amule-listctrl.o amule-mfc.o amule-MD5Sum.o amule
-MuleListCtrl.o amule-MuleNotebook.o amule-muuli_wdr.o amule-OScopeCtrl.o amule-otherfunctions.o amule-packets.o amule-PartFile.o am
ule-Preferences.o amule-PrefsUnifiedDlg.o amule-Preview.o amule-QueueListCtrl.o amule-SafeFile.o amule-SearchDlg.o amule-SearchList.
o amule-SearchListCtrl.o amule-server.o amule-ServerList.o amule-ServerListCtrl.o amule-ServerSocket.o amule-ServerWnd.o amule-Share
dFileList.o amule-SharedFilesCtrl.o amule-SharedFilesWnd.o amule-sockets.o amule-SplitterControl.o amule-StatisticsDlg.o amule-Trans
ferWnd.o amule-treebasc.o amule-treectlc.o amule-UDPSocket.o amule-UploadClient.o amule-UploadListCtrl.o amule-UploadQueue.o amule-X
BMDraw.o amule-amule.o amule-amuleDlg.o amule-gsocket.o  amule-eggtrayicon.o amule-SysTray.o amule-gtk2-funcs.o amule-gtkplugxembed.
o -pthread -lwx_gtk-2.4 -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lz -lssl -lcr
ypto -ldl -lcryptopp
amule-ClientCredits.o: In function `CClientCreditsList::InitalizeCrypting(void)':
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp:467: undefined reference to `CryptoPP::ArraySink::~ArraySink(void)'
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp:468: undefined reference to `CryptoPP::ArraySink::~ArraySink(void)'
amule-ClientCredits.o: In function `CClientCreditsList::CreateKeyPair(void)':
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp:484: undefined reference to `CryptoPP::Integer::Integer(long)'
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp:484: undefined reference to `CryptoPP::InvertibleRSAFunction::Initialize(Cr
yptoPP::RandomNumberGenerator &, unsigned int, CryptoPP::Integer const &)'
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp:484: undefined reference to `CryptoPP::Integer::~Integer(void)'
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp:487: undefined reference to `CryptoPP::InvertibleRSAFunction::DEREncode(Cry
ptoPP::BufferedTransformation &) const'
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp:490: undefined reference to `CryptoPP::Base64Encoder::~Base64Encoder(void)'
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp:490: undefined reference to `CryptoPP::InvertibleRSAFunction::~InvertibleRS
AFunction(void)'
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp:498: undefined reference to `CryptoPP::Integer::~Integer(void)'
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp:498: undefined reference to `CryptoPP::Base64Encoder::~Base64Encoder(void)'
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp:498: undefined reference to `CryptoPP::InvertibleRSAFunction::~InvertibleRS
AFunction(void)'
amule-ClientCredits.o: In function `CClientCreditsList::CreateSignature(CClientCredits *, unsigned char *, unsigned char, unsigned i
nt, unsigned char, CryptoPP::PK_FinalTemplatePKCS1v15, CryptoPP::SHA, CryptoPP::RSA, int>, CryptoPP::RSA, CryptoPP::PKCS1v15_SignatureMessageEncodingMethod, CryptoPP::SHA> > > *
)':
.....................
.....................
a lot off error, such as :
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp:88: undefined reference to `CryptoPP::BufferedTransformation::Skip(unsigned
 long)'
.....................
.....................
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp:87: undefined reference to `CryptoPP::PK_Verifier virtual table'
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp:87: undefined reference to `CryptoPP::PK_Verifier::CryptoPP::PK_SignatureSc
heme virtual table'
amule-ClientCredits.o: In function `CryptoPP::AsymmetricAlgorithm type_info function':
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp(.gnu.linkonce.t._._Q28CryptoPPt22TF_SignatureSchemeBase2ZQ28CryptoPP9PK_Sig
nerZQ28CryptoPPt7TF_Base2ZQ28CryptoPP33RandomizedTrapdoorFunctionInverseZQ28CryptoPP33PK_SignatureMessageEncodingMethod+0x2e): undef
ined reference to `CryptoPP::PK_Signer::~PK_Signer(void)'
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp(.gnu.linkonce.t._._Q28CryptoPPt22TF_SignatureSchemeBase2ZQ28CryptoPP11PK_Ve
rifierZQ28CryptoPPt7TF_Base2ZQ28CryptoPP16TrapdoorFunctionZQ28CryptoPP33PK_SignatureMessageEncodingMethod+0x2e): undefined reference
 to `CryptoPP::PK_Verifier::~PK_Verifier(void)'
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp(.gnu.linkonce.t.__tfQ28CryptoPPt22TF_SignatureSchemeBase2ZQ28CryptoPP9PK_Si
gnerZQ28CryptoPPt7TF_Base2ZQ28CryptoPP33RandomizedTrapdoorFunctionInverseZQ28CryptoPP33PK_SignatureMessageEncodingMethod+0x15): unde
fined reference to `CryptoPP::PK_Signer type_info function'
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp(.gnu.linkonce.t.__tfQ28CryptoPPt22TF_SignatureSchemeBase2ZQ28CryptoPP11PK_V
erifierZQ28CryptoPPt7TF_Base2ZQ28CryptoPP16TrapdoorFunctionZQ28CryptoPP33PK_SignatureMessageEncodingMethod+0x15): undefined referenc
e to `CryptoPP::PK_Verifier type_info function'
/home/song/download/aMule-2.0.0rc2/src/ClientCredits.cpp(.CryptoPP::AsymmetricAlgorithm::gnu.linkonce.t.(void)+0x15): undefined refe
rence to `CryptoPP::Algorithm::Algorithm(bool)'
amule-HTTPDownloadDlg.o: In function `myThread::Entry(void)':
/home/song/download/aMule-2.0.0rc2/src/HTTPDownloadDlg.cpp:102: undefined reference to `curl_global_init'
/home/song/download/aMule-2.0.0rc2/src/HTTPDownloadDlg.cpp:104: undefined reference to `curl_easy_init'
/home/song/download/aMule-2.0.0rc2/src/HTTPDownloadDlg.cpp:109: undefined reference to `curl_easy_setopt'
/home/song/download/aMule-2.0.0rc2/src/HTTPDownloadDlg.cpp:110: undefined reference to `curl_easy_setopt'
/home/song/download/aMule-2.0.0rc2/src/HTTPDownloadDlg.cpp:111: undefined reference to `curl_easy_setopt'
/home/song/download/aMule-2.0.0rc2/src/HTTPDownloadDlg.cpp:112: undefined reference to `curl_easy_setopt'
/home/song/download/aMule-2.0.0rc2/src/HTTPDownloadDlg.cpp:113: undefined reference to `curl_easy_setopt'
amule-HTTPDownloadDlg.o:/home/song/download/aMule-2.0.0rc2/src/HTTPDownloadDlg.cpp:114: more undefined references to `curl_easy_seto
pt' follow
amule-HTTPDownloadDlg.o: In function `myThread::Entry(void)':
/home/song/download/aMule-2.0.0rc2/src/HTTPDownloadDlg.cpp:117: undefined reference to `curl_easy_perform'
collect2: ld returned 1 exit status
make[2]: *** [amule] Error 1
make[2]: Leaving directory `/home/song/download/aMule-2.0.0rc2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/song/download/aMule-2.0.0rc2'
make: *** [all] Error 2
[root@song aMule-2.0.0rc2]#
Logged

neeke

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: Problem on libcryptopp5
« Reply #3 on: April 23, 2004, 03:21:11 AM »

My ./configure report :


  Configure script has finished system check.

  Configured aMule 2.0.0rc2 for 'i686-pc-linux'.

  Should aMule be compiled in debug mode?                  yes
  Should aMule be compiled with release grp code?          no
  Should aMule be compiled without debug reporting?        yes
  Should aMule be compiled with profiling?                 no
  Should aMule be compiled with optimizations?             no
  Should aMule be compiled with systray?                   yes
  Should aMule be compiled with safe systray?              no
  Should aMule be compiled with pure GTK code?             yes
  Should aMule be compiled without bar drawing?            no
  Should aMule be linked against patched gsocket?          yes
  Should ccache support be enabled?                        no
  Should aMule command line client be built?               no
  Should aMule GUI client be build?                        no
  Should aMule WebServer be build?                         no
  Should aMule WebServer GUI be build?                     no
  Should aMule ed2k links handler be build?                yes
  Should C aMule Statistics (CAS) be build?                yes
  Crypto++ library/headers style?                          mdk_suse_fc

  Which libraries should aMule use?
                                       wxWidgets          2.4.2
                                       GTK                1.2.10


I can find these files in /usr/lib

-rw-r--r--    1 root     root       114706 Apr 23  2002 libcrypt.a
-rw-r--r--    1 root     root      1500084 Apr  5  2002 libcrypto.a
-rw-r--r--    1 root     root     20837166 Mar 21 20:49 libcryptopp.a
lrwxrwxrwx    1 root     root           29 Apr 19 18:33 libcrypto.so -> ../../lib/libcrypto.so.0.9.6b
lrwxrwxrwx    1 root     root           23 Apr 19 18:31 libcrypt.so -> ../../lib/libcrypt.so.1
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: Problem on libcryptopp5
« Reply #4 on: April 24, 2004, 03:31:49 AM »

Have you installed curl?
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Problem on libcryptopp5
« Reply #5 on: April 24, 2004, 07:06:04 PM »

post better the output when it's checking for the programms

greets

neeke

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: Problem on libcryptopp5
« Reply #6 on: April 27, 2004, 10:43:44 AM »

Below is result after ./configure

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... no
checking for msgmerge... no
checking build system type... i686-pc-linux
checking host system type... i686-pc-linux
checking for ranlib... ranlib
checking for strerror in -lcposix... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.28, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.4.0... yes (version 2.4.2)
checking for wxbase-2.4-config... /usr/bin/wxbase-2.4-config
checking for wxWidgets base version >= 2.4.0... yes (version 2.4.2)
checking for curl >= 7.9.5... yes (version 7.10.4)
checking if wxWidgets was linked with GTK2... no
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking if wxWidgets version >=2.5.0 ... no
checking for crypto++ version >= 5.1... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether SysTray should be compiled... yes
checking whether SysTray should be compiled in safe mode... no
checking whether pure GTK code should be compiled... yes
checking whether progress bar drawing should be disabled... no
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for locale.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for floor... no
checking for ftruncate... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for putenv... (cached) yes
checking for select... yes
checking for setlocale... (cached) yes
checking for sqrt... no
checking for strcasecmp... (cached) yes
checking for strchr... yes
checking for strdup... (cached) yes
checking for strrchr... yes
checking for strstr... yes
checking for strtoul... (cached) yes
checking for getrlimit... yes
checking for setrlimit... yes
checking whether ccache support should be added... no
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating Makefile
config.status: creating Compilation.flags
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile


  Configure script has finished system check.

  Configured aMule 2.0.0rc2 for 'i686-pc-linux'.

  Should aMule be compiled in debug mode?                  yes
  Should aMule be compiled with release grp code?          no
  Should aMule be compiled without debug reporting?        yes
  Should aMule be compiled with profiling?                 no
  Should aMule be compiled with optimizations?             no
  Should aMule be compiled with systray?                   yes
  Should aMule be compiled with safe systray?              no
  Should aMule be compiled with pure GTK code?             yes
  Should aMule be compiled without bar drawing?            no
  Should aMule be linked against patched gsocket?          yes
  Should ccache support be enabled?                        no
  Should aMule command line client be built?               no
  Should aMule GUI client be build?                        no
  Should aMule WebServer be build?                         no
  Should aMule WebServer GUI be build?                     no
  Should aMule ed2k links handler be build?                yes
  Should C aMule Statistics (CAS) be build?                yes
  Crypto++ library/headers style?                          mdk_suse_fc

  Which libraries should aMule use?
                                       wxWidgets          2.4.2
                                       GTK                1.2.10
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Problem on libcryptopp5
« Reply #7 on: April 27, 2004, 10:49:22 AM »

weird ..

can u uninstall the rpms (rpm -e) and compile crypto from src? dl link here on the hp, how to compile in my sig

greets

neeke

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: Problem on libcryptopp5
« Reply #8 on: April 27, 2004, 12:04:29 PM »

Thanks deltaHF.

I think there is a bug in configure:

        if test x$crypto_prefix == x ; then
        crypto_prefix="/usr/include/"
        fi
        CRYPTO_PP_STYLE="gentoo_debian"
        grep "5.1" $crypto_prefix/crypto++/cryptlib.h > /dev/null 2>&1
        CRYPTO=$?
        if test "$CRYPTO" != 0; then
        grep "5.1" $crypto_prefix/cryptopp/cryptlib.h > /dev/null 2>&1
        CRYPTO_PP_STYLE="mdk_suse_fc"
        CRYPTO=$?
        fi
        if test "$CRYPTO" != 0; then
        grep "5.1" $crypto_prefix/crypto-5.1/cryptlib.h > /dev/null 2>&1
        CRYPTO_PP_STYLE="sources"
        CRYPTO=$?
        fi

Although I had remove libcryptopp*.rpm, the checking result is still:

       checking for crypto++ version >= 5.1... yes

I think, these 2 lines should be swapped:
        grep ... > /dev/null 2>&1
        CRYPTO_PP_STYLE="..."
as  
        CRYPTO_PP_STYLE="..."
        grep ... > /dev/null 2>&1


I have download the source of crypto , compiling...
Logged

neeke

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: Problem on libcryptopp5
« Reply #9 on: April 27, 2004, 02:21:43 PM »

Thinks deltaRF again!

I got it !!!
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Problem on libcryptopp5
« Reply #10 on: April 27, 2004, 11:21:18 PM »

Quote
Originally posted by neeke
Thinks deltaRF again!

I got it !!!

HF plz ;)

hehe, nice :)  
i think your RH version seems to have other libs than 9.0 .. thats why the rpm doesn't work

greets

neeke

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: Problem on libcryptopp5
« Reply #11 on: April 28, 2004, 04:36:19 AM »

You are right, curl-7.9.8-5 and crypto-5.1 must be recompiled, rpm can't work on Redhat AS2.1.
Logged