Results 1 to 10 of 10
thanks for the help with the the display problems i had.
trying to quit the newbie club, but I have quite a few problems.
vector has lampp installed, my question ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-22-2008 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 25
vector and xampp
thanks for the help with the the display problems i had.
trying to quit the newbie club, but I have quite a few problems.
vector has lampp installed, my question is where do you have the www directory? i would like to try creating a website, just for kicks :drown:
- 04-22-2008 #2
Vector with LAMP? Not by default as far as I can tell. How did you install it?
It does sit on my Slackbox *checks* /srv/www and /var/www
What does this do for you??
Code:for i in `slocate www`; do if [ -d $i ] ; then echo "$i" fi doneCan't tell an OS by it's GUI
- 04-22-2008 #3Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
I don't have it installed currently but doesn't it use /opt/lampp/htdocs as the root folder?
- 04-22-2008 #4
I'm a little confused - are you trying to install php, mysql and apache or are you looking to install the xampp package from apachefriends?
If you're looking just to test out some web dev, the easier route may be to set up xampp. Instructions for just about everything you will need is listed there.
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 04-23-2008 #5Just Joined!
- Join Date
- Sep 2007
- Posts
- 25
This is what the slocate thing does for me
Code:slocate: warning: database /var/lib/slocate/slocate.db' is more than 8 days old slocate: fatal error: set_path_head: path_head len <= 0: 0
- 04-23-2008 #6Run this as root (it takes a while):
Originally Posted by evak
This updates the database wherein slocate searches for locations of files. Then you can try again...Code:updatedb &
...But I doubt it will come up with anything on your Vector box. What exactly did you install??
___
If it's just for kicks, maybe you want to look into thttpd. I remember it being very easy to set up. It was in the Vec5.8 repo, but I can't find it in the 5.9 repo.Can't tell an OS by it's GUI
- 04-23-2008 #7Just Joined!
- Join Date
- Sep 2007
- Posts
- 25
Vector
when I run updatedb & i get
the vector distro I have came with lampp and in it there is xampp in its directoryCode:4033
- 04-23-2008 #8Yeah, that's the PID number for the process running in the background. The '&' sign at the end of the command sends the process to the background. I'm sorry, it's just a habit of mine to send processes that take a while to the back. That makes it easier to do other stuff in the mean time.
Originally Posted by evak
But I'm curious, what version of Vector are you running?Can't tell an OS by it's GUI
- 04-23-2008 #9Just Joined!
- Join Date
- Sep 2007
- Posts
- 25
Heelp!
Apparently I had downloaded a corrupt xampp 1.6.6 I will try todownload a fresh copy.. I will keep you posted
- 04-23-2008 #10Just Joined!
- Join Date
- Sep 2007
- Posts
- 25
I am using vector 5.0


Reply With Quote
