Date: Wed, 1 Sep 1999 12:47:48 +0000 (GMT) From: Alfred Perlstein <bright@wintelcom.net> To: Dan Larsson <support@junglenote.com> Cc: "[FreeBSD-Questions-List] (E-post)" <freebsd-questions@FreeBSD.ORG> Subject: Re: SV: Port of midgard-project? Message-ID: <Pine.BSF.4.05.9909011243030.6392-100000@fw.wintelcom.net> In-Reply-To: <01BEF4B5.7D4319C0.support@junglenote.com>
index | next in thread | previous in thread | raw e-mail
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}" = set; then
withval="$with_mysql"
if test "$withval" != "yes" -a "$withval" != "no"; then
CPPFLAGS="$CPPFLAGS -I$withval/include"
LDFLAGS="$LDFLAGS -L$withval/lib"
fi
fi
CPPFLAGS="$CPPFLAGS -I/usr/local/include/mysql"
LDFLAGS="$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
>
> /D
>
> > -----Ursprungligt meddelande-----
> > Från: Alfred Perlstein [SMTP:bright@wintelcom.net]
> > Skickat: den 1 september 1999 11:57
> > Till: Dan Larsson
> > Kopia: [FreeBSD-Questions-List] (E-post)
> > Ämne: Re: Port of midgard-project?
> >
> >
> > On Wed, 1 Sep 1999, Dan Larsson wrote:
> >
> > > Has the midgard-project server suite ever been
> > > ported to FreeBSD?
> >
> > Can you at least give us a URL to it?
> >
> > thanks,
> > -Alfred
> >
> >
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9909011243030.6392-100000>
