From: OCOSA L. Acct. <li...@oc...> - 2007-03-18 06:25:16
|
Hello All, I am trying to install mcrypt v2.5.6 on centos 4.4. I have compiled with the following commands: ./configure CFLAGS="-I/usr/local/include -L/usr/local/lib" It finally worked so I issued a "make" then a "make check" looks good but then a "make install" and then errors. I tried to google but was not successful so I joined the list hoping the experts can help me..... Here is the error! When a "make install" is done! [code] ------------------------------------------------------------------------------ [root@mscan1 mcrypt-2.6.5]# make install Making install in m4 make[1]: Entering directory `/usr/local/src/mcrypt/mcrypt-2.6.5/m4' make[2]: Entering directory `/usr/local/src/mcrypt/mcrypt-2.6.5/m4' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/local/src/mcrypt/mcrypt-2.6.5/m4' make[1]: Leaving directory `/usr/local/src/mcrypt/mcrypt-2.6.5/m4' Making install in doc make[1]: Entering directory `/usr/local/src/mcrypt/mcrypt-2.6.5/doc' make[2]: Entering directory `/usr/local/src/mcrypt/mcrypt-2.6.5/doc' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/local/man/man1" || mkdir -p -- "/usr/local/man/man1" /usr/bin/install -c -m 644 './mcrypt.1' '/usr/local/man/man1/mcrypt.1' make[2]: Leaving directory `/usr/local/src/mcrypt/mcrypt-2.6.5/doc' make[1]: Leaving directory `/usr/local/src/mcrypt/mcrypt-2.6.5/doc' Making install in src make[1]: Entering directory `/usr/local/src/mcrypt/mcrypt-2.6.5/src' make[2]: Entering directory `/usr/local/src/mcrypt/mcrypt-2.6.5/src' test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'mcrypt' '/usr/local/bin/mcrypt' /usr/bin/install -c mcrypt /usr/local/bin/mcrypt make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/local/src/mcrypt/mcrypt-2.6.5/src' make[1]: Leaving directory `/usr/local/src/mcrypt/mcrypt-2.6.5/src' Making install in po make[1]: Entering directory `/usr/local/src/mcrypt/mcrypt-2.6.5/po' /bin/sh `case ".././mkinstalldirs" in /*) echo ".././mkinstalldirs" ;; *) echo "../.././mkinstalldirs" ;; esac` /usr/local/share /bin/sh: ../.././mkinstalldirs: No such file or directory make[1]: *** [install-data-yes] Error 127 make[1]: Leaving directory `/usr/local/src/mcrypt/mcrypt-2.6.5/po' make: *** [install-recursive] Error 1 ------------------------------------------------------------------------ [code] -- -------------------------------------------- Otis Surratt Jr. / li...@oc... OCOSA Communications, LLC PH: 918.585.9882 x 205 Fax: 918.585.5857 Visit Tulsa's Best Internet Data Center: http://www.ocosa.com/hosting/colo/index.asp -------------------------------------------- |