kmdm / ruuveal

A HTC RUU decryption utility
GNU General Public License v3.0
57 stars 39 forks source link

i can not compile for successful? #14

Closed wellok closed 11 years ago

wellok commented 11 years ago

root@well-MS-7599:~/desktop/ruuveal-0.1.1# ./autogen.sh configure.ac:7: warning: macro AM_PATH_LIBMCRYPT' not found in library libtoolize: putting auxiliary files in.'. libtoolize: linking file ./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR,m4'. libtoolize: linking file m4/libtool.m4' libtoolize: linking filem4/ltoptions.m4' libtoolize: linking file m4/ltsugar.m4' libtoolize: linking filem4/ltversion.m4' libtoolize: linking file m4/lt~obsolete.m4' configure.ac:7: warning: macroAM_PATH_LIBMCRYPT' not found in library configure.ac:7: error: possibly undefined macro: AM_PATH_LIBMCRYPT If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/local/bin/autoconf failed with exit status: 1 root@well-MS-7599:~/desktop/ruuveal-0.1.1# why is this? and Please forgive my English is poor .

kmdm commented 11 years ago

""" ruuveal requires the development files for mcrypt. On Debian/Ubuntu based systems you can probably get these by installing the libmcrypt-dev package. On Redhat based systems the package to install is probably libmcrypt-devel. """

wellok commented 11 years ago

oh thanks but I installed ibmcrypt-dev automake libtool autoconf and so on. Why? my OS is ubuntu.

kmdm commented 11 years ago
  1. If you can't build from the git repo please restrict yourself to building from the release tarballs which do not require the autotools steps.
  2. If you installed autotools from the package repos it would not reside under /usr/local (which might be an issue).
  3. Please do not open further issues.
  4. Your problem is not a bug or an issue, it is user incompetence (see [1] above).