> >
> > Would anyone tell me the installation guide on debian? Can I use deselect to
> > install the package?
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> You should be able to do that if you have deb-packages somewhere. You
> just need to add the url where you find the packages into your sources
> list (I think it should be /etc/apt/sources.list ).
> Or you can unpack and install the deb-packages with dpkg (but you need
> to learn how to handle this, what dselect does for you automatically. In
> this case install the packages in the order you would install it from
> source, like explained in the installation guide.
> 
> I tried to install Midgard from deb-packages several times and it worked
> about some days before an odd thing happened with it (I never figured
> out how this happened). Well, in the end I compiled the whole Midgard
> stuff completely new from source (Midgard 1.4.1 with php3) and it worked
> (after the whole installation-process made me nearly sleepless because I
> never compiled from soure before).
> 
> Someone other suggestions?
> 

I used the hklc installation script
(http://www.hklc.com/midgard_manual/installer/), it had minor issues
because I had installed older version of midgard earlier but generally
worked fine.

As for compiling from the source, there is nothing mystical to it, the
configure scripts normally handle everything so generally all you need 
to do is run three commands (the two first can/should be run as user but
the last one must be run as root)

$./configure
$make
#make install

Now if the configure fails for some reason then there is more
troubleshooting involved, generally it outputs somewhat sane
errormessages. the INSTALL or README text file is your best friend, they
will tell you about the switches you need to use when configuring and
how to overcome common errors.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to