From owner-freebsd-questions Wed Sep 1 12:31:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 723EA14BCF for ; Wed, 1 Sep 1999 12:31:26 -0700 (PDT) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.8.8/8.8.8) with ESMTP id FAA22066; Wed, 1 Sep 1999 05:47:48 -0700 (PDT) (envelope-from bright@wintelcom.net) Date: Wed, 1 Sep 1999 12:47:48 +0000 (GMT) From: Alfred Perlstein To: Dan Larsson Cc: "[FreeBSD-Questions-List] (E-post)" Subject: Re: SV: Port of midgard-project? In-Reply-To: <01BEF4B5.7D4319C0.support@junglenote.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG well it compiles with a minimal amount of tweaking, you'll need to install the port of mysql-client and hack the 'configure' script in the midgard-lib package by adding 2 lines look in the script for this: # Check whether --with-mysql or --without-mysql was given. if test "${with_mysql+set}" =3D set; then withval=3D"$with_mysql" =20 if test "$withval" !=3D "yes" -a "$withval" !=3D "no"; then CPPFLAGS=3D"$CPPFLAGS -I$withval/include" LDFLAGS=3D"$LDFLAGS -L$withval/lib" fi fi CPPFLAGS=3D"$CPPFLAGS -I/usr/local/include/mysql" LDFLAGS=3D"$LDFLAGS -L/usr/local/lib/mysql" ^^^-- add these two. I don't have time currently to test this thing out, does it look interesting enough for anyone to make a port out of it? It's quite easy to build... testing is another matter. you'll probably want to install apache-php port as well. good luck, -Alfred Perlstein - [bright@rush.net|alfred@freebsd.org] Wintelcom systems administrator and programmer - http://www.wintelcom.net/ [bright@wintelcom.net] On Wed, 1 Sep 1999, Dan Larsson wrote: > http://www.midgard-project.org >=20 > /D >=20 > > -----Ursprungligt meddelande----- > > Fr=E5n:=09Alfred Perlstein [SMTP:bright@wintelcom.net] > > Skickat:=09den 1 september 1999 11:57 > > Till:=09Dan Larsson > > Kopia:=09[FreeBSD-Questions-List] (E-post) > > =C4mne:=09Re: Port of midgard-project? > >=20 > >=20 > > On Wed, 1 Sep 1999, Dan Larsson wrote: > >=20 > > > Has the midgard-project server suite ever been=20 > > > ported to FreeBSD? > >=20 > > Can you at least give us a URL to it? > >=20 > > thanks, > > -Alfred > >=20 > > >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message