iversonm Posted January 29, 2010 Author Share Posted January 29, 2010 [root gettext-0.12.1] # make making all in autoconf-lib-link make[1]: Entering directory `/root/gettext-0.12.1/autoconf-lib-link' make[1]: *** No rule for making target all'. Stop. make[1]: Leaving directory `/root/gettext-0.12.1/autoconf-lib-link' make *** [all-recurisive] Error 1 Is this normally this complicated? Link to comment https://forums.phpfreaks.com/topic/190049-pecl/page/2/#findComment-1003581 Share on other sites More sharing options...
oni-kun Posted January 29, 2010 Share Posted January 29, 2010 [root gettext-0.12.1] # make making all in autoconf-lib-link make[1]: Entering directory `/root/gettext-0.12.1/autoconf-lib-link' make[1]: *** No rule for making target all'. Stop. make[1]: Leaving directory `/root/gettext-0.12.1/autoconf-lib-link' make *** [all-recurisive] Error 1 Is this normally this complicated? Try running 'make install' under root. Yes, Linux is based on dependencies. Most distributions only include core dependencies, and on odd times one dependency might need another that might need another. It depends on what packages you include when you install the OS. I'm not sure why yum wasn't included by default (I've worked only on other versions of Fedora). Yum is the default, or should be the default package manager for RPM's. In this case it's the only simple way to get memcached and install it without PECL failing. Link to comment https://forums.phpfreaks.com/topic/190049-pecl/page/2/#findComment-1003586 Share on other sites More sharing options...
iversonm Posted January 29, 2010 Author Share Posted January 29, 2010 same error as before Link to comment https://forums.phpfreaks.com/topic/190049-pecl/page/2/#findComment-1003588 Share on other sites More sharing options...
oni-kun Posted January 29, 2010 Share Posted January 29, 2010 same error as before Ugh. Don't know what's wrong with your setup. http://dag.wieers.com/rpm/packages/php-pecl-memcache/php-pecl-memcache-2.1.2-1.el5.rf.i386.rpm rpm -ivh php-pecl-memcache-2.1.2-1.el5.rf.i386.rpm And here's a rough guide on getting memcached setup: http://www.lullabot.com/articles/setup-memcached-mamp-sandbox-environment Link to comment https://forums.phpfreaks.com/topic/190049-pecl/page/2/#findComment-1003600 Share on other sites More sharing options...
iversonm Posted January 29, 2010 Author Share Posted January 29, 2010 alright well I thank you for your efforts. I am assuming your done. I will continue on my epic quest to install memcache. Link to comment https://forums.phpfreaks.com/topic/190049-pecl/page/2/#findComment-1003603 Share on other sites More sharing options...
oni-kun Posted January 29, 2010 Share Posted January 29, 2010 alright well I thank you for your efforts. I am assuming your done. I will continue on my epic quest to install memcache. No problem. It's just maybe best to look up tutorials for RHC5 installs on that. It's hard to give instructions when the environment is alien. Link to comment https://forums.phpfreaks.com/topic/190049-pecl/page/2/#findComment-1003605 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.