Re: [PHP] Cannot load: iconv_module_entry

2002-01-11 Thread Brian Clark
* Brian Williams ([EMAIL PROTECTED]) [Jan 11. 2002 16:46]: > > So you configured PHP --with-iconv? My guess is that you'll need to > > include the path to your libraries for iconv in /etc/ld,so.conf then run > > ldconfig. > I do not have /etc/ld.so.conf on my system, but I do have > /usr/compat/

Re: [PHP] Cannot load: iconv_module_entry

2002-01-11 Thread Brian Williams
> So you configured PHP --with-iconv? My guess is that you'll need to > include the path to your libraries for iconv in /etc/ld,so.conf then run > ldconfig. I do not have /etc/ld.so.conf on my system, but I do have /usr/compat/linux/etc/ld.so.conf Thanks, Brian -- PHP General Mailing List (

Re: [PHP] Cannot load: iconv_module_entry

2002-01-11 Thread Brian Williams
Well, I did not configure it any particular way. I just tried to build the mod_php4 port on FreeBSD. I assumed it would work. Why would the FreeBSD port developers commit something to the stable release that doesn't work? Thanks, Brian "Brian Clark" <[EMAIL PROTECTED]> wrote in message 200201

Re: [PHP] Cannot load: iconv_module_entry

2002-01-10 Thread Brian Clark
* Brian Williams ([EMAIL PROTECTED]) [Jan 10. 2002 04:57]: > Hi All, Hello > When I try to run apache, I get this error message: > Cannot load /usr/local/libexec/apache/libphp4.so into server: > /usr/local/libexec/apache/libphp4.so: Undefined symbol 'iconv_module_entry' So you configured PHP