Hi Sergei, On Sun, 31 Dec 2000 03:39:56 +0800 [EMAIL PROTECTED] (Sergei Dolmatov) wrote: >Excuse me, but may be you can help me with installing Midgard on FreeBSD. The >problem is in iconv lib. I use libiconv-1.5.1, but it doesn't work. >Can you tell me about your case? I'll do what I can. :) I'm still trying to get Asgard working myself. I've got it installed on FreeBSD 3.4-RELEASE. I ended up using iconv v2.0, but that is just cause I needed to download iconv as I didn't already have it installed. I suspect 1.5.1 will work too. The biggest problem I had was "-I/usr/local/include" and "-liconv" not being included in makefiles. That resolved all the missing symbol problems. I had a problem with the dbinstall script as the ps command it uses to see if mysqld is running is linux specific. I just commented that section out and made sure manually that it was running before I ran the script. Oh that script *requires* bash. /bin/sh won't run it. I used Bash 2.03 from the packages collection. I had another problem with mod_midgard not resolving symbols for iconv when starting apache. I think I fixed that by including "-liconv" on the LIBS line in the makefile. My current showstopper is asgard. The old admin site, and the example site both work fine. Asgard refuses to work with a "parse error in code-global line 68". There are no other error messages that I can find. :( I'll be interested to see if you hit that one once you have everything else setup. Carl. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
