on 7/31/00 11:10 PM, John-Andrew Minniti at [EMAIL PROTECTED] wrote:
> I believe that's about it.... just restart your server.
I just wanted to add a few comments to what Drew has already mentioned. Note
that his description helped me out tremendously, but I still had to spend
some additional time getting things to work out for my installation of
Midgard on an RaQ3.
1. the "apxs" file does have to be modified to recognize the symlinks
mod_midgard-1.4beta4 uses.
2. This is the entry I ended up using to install midgard-php-1.4beta4
export LDFLAGS="-L/usr/lib/mysql -L/usr/local/lib -lmysqlclient -lcrypt"
export LIBS=$LDFLAGS
export LIB=$LDFLAGS
export PATH=$PATH:/usr/sbin
CC=cc ./configure --with-apxs=/usr/sbin/apxs --with-midgard --with-mysql
3. Had to add /usr/local/lib to /etc/ld.so.conf and re-ran ldconfig after
the installation using su - for root access.
4. The installation documentation at:
http://www.midgard-project.org/article/1137.html
has an error for modifying the midgard database using mysgl. It states to
enter "# mysql -u midgard -p midgard midgard" when it should state "# mysql
-u midgard -pmidgard midgard." The password "midgard" needs to be with no
space after the -p. This is what the MySQL documentation states.
3. I had a real hard time accessing the midgard admin and example site
because I could not find a clear definition of what url I needed to use.
Maybe I missed it in the documentation. I even read quite a few messages on
the mail list, and still couldn't figure it out. What I finally figured out
after looking at the actual midgard database using phpMyAdmin was that I had
to enter the /admin or /example after the url set up for the midgard
database. So, to attempt to clarify this, the url to access the midgard
admin site would be:
http://www.mydomain.com/admin
And for the example site:
http://www.mydomain.com/example
4. I was also confused with where the images for these databases were
suppose to be, due to the fact that when I first got into these databases,
the images were not displaying at all. I ended up copying the contents of
htdocs which is located in the midgard-data-1.4beta4 directory to the root
of www.mydomain.com.
I hope this will help other RaQ users with their installation of Midgard. I
also want to thank Emile and all others who are making Midgard available to
the Internet. I'm sure I will likely be back here to get assistance, but I
am also happy I finally installed Midgard on my server. Now, it seems all I
have to do is learn how to use it.
Thanks to all!
enrique
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]