View previous topic :: View next topic |
Author |
Message |
K-Dawg Apprentice
Joined: 06 Jan 2004 Posts: 186 Location: Denver, Colorado
|
Posted: Mon Jul 19, 2004 3:56 pm Post subject: Problems emerging cacti |
|
|
Hi all, I hope this is the right place for this question as I could not see another more valid forum to post this question under. Why when I try to emerge cacti on my server do I get this error and cannot work around it?
* You need to use java-config to set your JVM to a JDK!
!!! ERROR: dev-php/php-4.3.6-r1 failed.
!!! Function php-sapi_check_java_config, Line 199, Exitcode 0
!!! You need to use java-config to set your JVM to a JDK!
I have tried looking at the jave-config option to set this but no luck. Can someone point me in the right direction and get this ironed out for me. |
|
Back to top |
|
|
kashani Advocate
Joined: 02 Sep 2002 Posts: 2032 Location: San Francisco
|
Posted: Mon Jul 19, 2004 6:43 pm Post subject: |
|
|
If you don't need java I'd suggest adding -java to your USe variables inside /etc/make.conf. Or you can
Code: |
mkdir /etc/portage
echo "/dev-php/mod_php -java" >> /etc/portage/package.use
|
That looks like it'll clear it up.
kashani _________________ Will personally fix your server in exchange for motorcycle related shop tools in good shape. |
|
Back to top |
|
|
|