Page 1 of 1

How to install XAMPP in /usr/local instead of /opt?

PostPosted: 04. April 2005 15:54
by mengland
Hello,

Is there a tested and "blessed" means for me to install XAMPP in /usr/local instead of /opt? Can this happen "out of the box" with no modifications?

-Matt

PostPosted: 04. April 2005 22:45
by LiNx
I really don't know, but I wish there was... I don't like /opt

PostPosted: 05. April 2005 13:21
by Dave_L
Files such as httpd.conf have a lot of explicit uses of /opt, so those would have to be changed.

Maybe you could add a symbolic link from /opt/lampp to /usr/local/lampp. I haven't tried that, but it might work.

PostPosted: 05. April 2005 13:26
by Kristian Marcroft
Dave_L wrote:Files such as httpd.conf have a lot of explicit uses of /opt, so those would have to be changed.

Maybe you could add a symbolic link from /opt/lampp to /usr/local/lampp. I haven't tried that, but it might work.

Hi,

this is the only way of doing it.
lampp has its dependencies as libs etc all linked to /opt/lampp
So the only way of relocating lampp is with symlinks.

So long
KriS

PostPosted: 05. April 2005 15:11
by LiNx
Would adding those symlinks slow anything down? I'm only running a 600mhz processor...

PostPosted: 05. April 2005 15:14
by Kristian Marcroft
Hi,

no it should not slow down anything.

So long
KriS

PostPosted: 05. April 2005 22:38
by LiNx
Oh... okay. Thanks.