If not, what would be best way to install Apache and all the goodies that come with it??
Announcement
Collapse
No announcement yet.
Is LAMP availabe through repositories?
Collapse
This topic is closed.
X
X
-
Re: Is LAMP availabe through repositories?
apache2
Next generation, scalable, extendable web server
Apache v2 is the next generation of the omnipresent Apache web server. This version - a total rewrite - introduces many new improvements, such as threading, a new API, IPv6 support, request/response filtering, and more.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
-
Re: Is LAMP availabe through repositories?
Ubuntu 7.10 (Gutsy Gibbon) LAMP Server Setup Based on a Ubuntu Gutsy setup, but should be helpful none the less.
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: Is LAMP availabe through repositories?
I don't know if you can install the server version of *ubuntu on an existing Kubuntu install.
If not you could use this:
http://www.apachefriends.org/en/xampp.html
it is easy to install and configure.
Or you will just have to install apache, mysql, PHP, etc from the repos and follow these instructions:
http://lamphowto.com/
HP Pavilion dv6 core i7 (Main)
4 GB Ram
Kubuntu 18.10
- Top
- Bottom
Comment
-
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: Is LAMP availabe through repositories?
doug@doug-desktop:~$ tar xvfz xampp-linux-1.6.4.tar.gz -C /opt
tar: xampp-linux-1.6.4.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
doug@doug-desktop:~$
- Top
- Bottom
Comment
-
Re: Is LAMP availabe through repositories?
You are attempting to execute the commands as your regular user. The instructions tell you to: Go to a Linux shell and login as the system administrator root:
su
We don't need to do that. When in the console, execute the commands preceded with sudo. So the first command from the instructions would be:
sudo tar xvfz xampp-linux-1.6.4.tar.gz -C /opt
Keep in mind, you have to be in the directory where you downloaded the file.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: Is LAMP availabe through repositories?
Ya, Tried with sudo and also received the same thing. Sorry should have clarified.
Re-downloaded now I get this at the very end.
lampp/var/mysql/test/testak.frm
lampp/var/mysql/test/testad.frm
lampp/var/mysql/test/testac.MYD
lampp/var/mysql/test/testac.frm
lampp/var/mysql/test/testai.frm
lampp/var/proftpd/
lampp/var/proftpd/proftpd.delay
lampp/var/run/
lampp/RELEASENOTES
lampp/lampp
gzip: stdin: invalid compressed data--crc error
lampp/libexec/
tar: Child returned status 1
tar: Error exit delayed from previous errors
doug@doug-desktop:~/Desktop$
- Top
- Bottom
Comment
-
Re: Is LAMP availabe through repositories?
The file is huge - over 57M. Did you do compare the md5 checksum of the downloaded file to the provided MD5 checsum: 202b3fa6bd50be6251a7d1a405c68870Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
Comment