Randy82103 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 18 Oct 2003 Posts: 9 Location: Iraq
|
Posted: Sat Dec 13, 2003 2:39 pm Post subject: Problem with manual install of PHP (load into apache2) |
|
|
background: trying to install snort/acid
problem: libiconv errors with emerge php/mod_php
Code: |
ext/iconv/iconv.lo(.text+0x975): In function `php_iconv_string':
: undefined reference to `libiconv_open'
ext/iconv/iconv.lo(.text+0x9c4): In function `php_iconv_string':
: undefined reference to `libiconv'
ext/iconv/iconv.lo(.text+0x9f8): In function `php_iconv_string':
: undefined reference to `libiconv'
ext/iconv/iconv.lo(.text+0xa1c): In function `php_iconv_string':
: undefined reference to `libiconv_close'
ext/xmlrpc/libxmlrpc/encodings.lo(.text+0xdc): In function `convert':
: undefined reference to `libiconv_open'
ext/xmlrpc/libxmlrpc/encodings.lo(.text+0x14c): In function `convert':
: undefined reference to `libiconv'
ext/xmlrpc/libxmlrpc/encodings.lo(.text+0x163): In function `convert':
: undefined reference to `libiconv_close'
collect2: ld returned 1 exit status |
I got libiconv and installed it manually, then tried to re-emerge php, still had these errors. So I got php from php.org and installed with no problem. Problem is that I can not make it active in Apache2 which I emerged.
Any advice on what to do? I think I need to manually perform the equivalent of that php ebuild so many threads refer to, but I am still a little new and not sure how. I am also confused as to what mod_php is and whether that is a program I need to download also.
Thanks, Randy[/code] _________________ Gentoo 1.4 w/ 2.6.0 T8 Stable
Sager 5680 - 2.8,800,1024,60,9600PRO128
Support your troops! |
|