StevenE Wrote:- what have you changed in the makefile?
I just cut out following lines in all the BSDMakefiles:
Code:
.ifdef $(OSTYPE)==FreeBSD
.include <Makefile.fbsd>
.else
.include <Makefile.inc>
.endif
to only include Makefile.fbsd
Code:
.include <Makefile.fbsd>
Otherwise make complained about syntax error... this should not be problem since i am running fsbd and this file would have been included anyway. Right?
StevenE Wrote:- is apache configured right?
I am not pretty sure about that... i opened another thread here (
http://www.isp-control.net/forum/how-is-...3549.html)
To sum up this thread: I asked for a sample config file for apache since i do not find the clue which module is supposed to handle php files.
[/quote]
StevenE Wrote:- is admin.domain.tld added in your nameserver?
Well, since i was curious i added admin.domain.tld to my local hosts file since i was not sure about the nameserver thing at all.
How my nameserver config is supposed to be?
Here is mine /etc/namedb/named.conf (i replaced my domain by "domain.tld" for anonymity
)
http://nopaste.bsdforen.de/1213700489
Is it necessary to user
http://admin.domain.tld/ and not just access the index.php ? (this is what i did to come to the situation described in the other post)
[/quote]
StevenE Wrote:Edit: Installed RC5 successfull. Login works.
Lucky you!
Many thanks for your answer and thanks in advance!
Marv