View previous topic :: View next topic |
Author |
Message |
olal n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 08 Sep 2002 Posts: 64 Location: Gothenburg, Sweden
|
Posted: Sat Oct 02, 2004 3:46 pm Post subject: apache2 : libphp4.so - libcurl.so.3 |
|
|
Hi!
Yesterday I saw a misconfiguration in my /etc/make.conf (ACCEPT_KEYWORDS was set to ~x86 instead of x86) so I desided to do an
After som fussing with etc-update everything seems to be running again except apache2 wich just gives me this errormessage..
Code: |
/etc/init.d/apache2 start
* Apache2 has detected a syntax error in your configuration files:
Syntax error on line 6 of /usr/lib/apache2/conf/modules.d/70_mod_php.conf:
Cannot load /usr/lib/apache2/extramodules/libphp4.so into server: libcurl.so.3: cannot open shared object file: No such file or directory
|
Could anyone help me out?
Is my emerge -uD world enough to make all my packages x80 instead of ~x86? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tuxmin l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/473518307438a03b302dca.jpg)
Joined: 24 Apr 2004 Posts: 838 Location: Heidelberg
|
Posted: Sat Oct 02, 2004 4:31 pm Post subject: |
|
|
Hi
mod_php trys to load libcurl but can't find it...
The best would be to "USE=curl emerge -v mod_php"
Alex!!! _________________ ALT-F4 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
olal n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 08 Sep 2002 Posts: 64 Location: Gothenburg, Sweden
|
Posted: Sat Oct 02, 2004 5:20 pm Post subject: |
|
|
Solved! Thanks alot!
i added curl to my global use variables aswell.. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|