> > Hello, I have problems installing Midgard on my Debian potato (I know,
> > but I HAVE to install it from the source code..). Can anyone help ?
>
> Ok. I'll try to help.
>
> there's a few tips at faq.envida.net. I'm trying to expand those, so I'd
> love feedback on what is missing.
>
> WHAT is compiled from source?
>
> - APache?
> - PHP?
> - Mysql?
> or just midagard?
>
> Debian has a php problem at the moment that I think will not be solved for
> another month for unstable (se earlyer post on this list on php-4.0.7
> yesterday or the day before) and probably a lot longer for cabbage.
>
> Therefore I strongly suggest that you build apache, php and midgard from
> src, preferably --with-prefix=/usr/local/[apache|midgard] and also that
you
> build PHP as a module and do not compile it into apache as that makes it a
> _LOT_ simpler to find errors later.
>
> When doing this, PLEASE take notes of every step and publish them to this
> list when the install is done.
>
> Some hints on building midgard this way:
> - Make sure that you add the apache and midgard libpaths to
> your /etc/ld.so.conf
>
> - Make sure that $PREFIX/bin is your PATH var. I.e.:
> PATH = $PATH:/usr/local/apache/bin:/usr/local/midgard/bin
>
> - Make sure that all packages are above the minimal version required for
> installing midgard. This may require that you download and compile mysql
> from src or use unstable/testing packages.
>
> Tarjei
>
Thanks for the support !!
I followed your advice and reinstalled everything from sources (my configure
options):
apache_1.3.22.tar.gz
(--prefix=/usr/local/apache --enable-rule=SHARED_CORE --enable-module=most -
- enable-shared=max --enable-module=rewrite -enable-shared=rewrite)
mysql-3.23.43.tar.gz (--prefix=/usr/local/mysql --localstatedir=/var/mysql)
php-4.0.6.tar.gz
(--with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs)
midgard-lib-1.4.2-1.tar.bz2
(--prefix=/usr/local/midgard --with-mysql=/usr/local/mysql/ --with-expat)
midgard-data-1.4.2-1.tar.bz2
(--with-db-admin-user=root --with-db-admin-password=toto --with-db=midgard -
-with-ip=192.168.1.108 --with-host=myhost --with-blobdir=/usr/local/apache/b
lobs --with-midgard=/usr/local/midgard --with-apxs=/usr/local/apache/bin/apx
s --with-apache-user=www-data --with-apache-group=www-data --with-install=ne
w)
mod_midgard-1.4.2-1.tar.bz2
(--with-apxs=/usr/local/apache/bin/apxs --with-midgard=/usr/local/midgard/ -
-with-mysql=/usr/local/mysql/ --with-expat --with-midgard-config=/usr/local/
midgard/bin/midgard-config)
my path :
/sbin:/bin:/usr/sbin:/usr/bin:/usr/bin/X11:/usr/local/sbin:/usr/local/bin:/u
sr/local/midgard/bin/:/usr/local/apache/bin
I have autoconf 2.13 and automake 1.4.
I encountered no major problem during the install (I actually did, but
nothing serious for a normal brain ;-) ), and now I'm stuck again..
output_vdp
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]