Jump to content

PECL


iversonm

Recommended Posts

[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

[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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.