Afternoon (where I am, anyway) :rolleyes:Let me know if this question is inappropriate here.My attempt at starting lampp from an OB menu entry is failing.After reading the man entry for terminator, I tried these:gksudo terminator --command="/opt/lampp/./lampp start"gksudo terminator --execute /opt/lampp/./lampp startand even this:gksudo terminator < /opt/lampp/./lampp startMy bash ski
root@ubuntu:/home/srnmurthy# opt/lampp/lampp start
cat: /opt/lampp/lib/VERSION: No such file or directory
opt/lampp/lampp: line 126: /opt/lampp/share/lampp/selinux: No such file or directory
Starting XAMPP for Linux ...
opt/lampp/lampp: line 133: /opt/lampp/share/lampp/nogroupcheck: No such file or directory
cat: /opt/lampp/lib/VERSION: No such file or directory
opt/lampp/lampp: line 126: /opt/lam
Hello,
i'm a newbie in opensuse
i have opensuse 11.3 .
i tried to install xampp but i have problems
when i try to extract the downloaded archive file to /opt with the command line
tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt
i have an error message :
Quote:
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
then when i want to start xa
I have read somewhere on net that we can install LAMPP (apachefriends.org/en/xampp-linux.html) in such a way that any user can start and/or stop LAMPP server using nobody
Is is possible? Let me know how can I do it?
I'm having trouble installing multiple versions of LAMPP on my machine. I am currently using version 1.7.7 and installed it in /opt/lampp, but I also need to install the previous version which is version 1.7.1. So I downloaded and installed version 1.7.1 in /opt/lampp2.
I need to use different versions of lampp (xampp for linux).
I recently also need to use memcache with any version of lampp I might need to use.
Everything is going right if I use the last lampp version 1.7.7 which contains PHP 5.3.8
I simply do
sudo apt-get install php5-memcache
sudo cp -av '/usr/lib/php5/20090626+lfs/memcache.so' '/opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/memcache
I am completely new to ubuntu... THough I installed htdocs and give it permission using command
chmod -R 777 /opt/lampp/htdocs.
It works fine. But I wish to avoid it doing again and again. Their after I followed tutorial on http://superuser.com/a/268996 but it doesn't work for me...
I'm new user of ubuntu 11.10 .
When I try to start XAMPP with /opt/lampp/lampp start command it gives me a message like this.
Starting XAMPP for Linux 1.7.7...
XAMPP: Another web server daemon is already running.
XAMPP: XAMPP-MySQL is already running.
XAMPP: XAMPP-ProFTPD is already running.
XAMPP for Linux started.