Results 1 to 5 of 5
This is really weird..
When I do
Code:
emerge -av dev-lang/php dev-php5/jpgraph base
I get a error for php that I need to enable to following use flags.
Code:
cli ...
- 10-26-2007 #1
USE Flags Problem.
This is really weird..
When I doI get a error for php that I need to enable to following use flags.Code:emerge -av dev-lang/php dev-php5/jpgraph base
And when you check my make.conf file it says:Code:cli pcre xml zlib
I dont know for sure but inCode:USE="apache2 cli gd mysql pcre php png session ssl xml zlib"
I clearly see them.Code:USE="apache2 cli gd mysql pcre php png session ssl xml zlib"
So what am I doing wrong?
Have I maybe took two use flags that are struggling together?
I hope there is somebody who can help me with this
- 11-04-2007 #2Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
Does "emerge -puDvN world" report something?
If affirmative, some package need to be recompiled (probably including php). Just throwing your use flags on your make.conf doesn't help. The "effects" are not applied until you recompile the involved packages to add the required support.
- 11-05-2007 #3
- 11-12-2007 #4
Just for future reference, If you add use flags to /etc/make.conf, sometimes a LOT of packages already installed, need to recompile again to make use of the new use flags. Sometimes it's helpfull to include the use flags to the emerge command like this:
USE=win32codecs emerge -av mplayerI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 11-12-2007 #5Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513


Reply With Quote

