Announcement

Collapse
No announcement yet.

Is LAMP availabe through repositories?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Is LAMP availabe through repositories?

    If not, what would be best way to install Apache and all the goodies that come with it??

    #2
    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.
    Available in Adept Manager
    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

    Comment


      #3
      Re: Is LAMP availabe through repositories?

      What about MySQL, and PHP is that also in there?
      I'm not at the computer right now so I can't check it out yet?
      Also, I'm fairly new to it do you know of any good noob sites for setting up servers and such?

      Comment


        #4
        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

        Comment


          #5
          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

          Comment


            #6
            Re: Is LAMP availabe through repositories?

            (1) What is the difference between FTP ports 21, and 14147?

            (2) I also read a couple times that it is a security breech to have SQL 3306 open. Any truth to that?

            Comment


              #7
              Re: Is LAMP availabe through repositories?

              How do you install XAMPP?

              Comment


                #8
                Re: Is LAMP availabe through repositories?

                Go here for the instructions.
                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

                Comment


                  #9
                  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:~$

                  Comment


                    #10
                    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

                    Comment


                      #11
                      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$

                      Comment


                        #12
                        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: 202b3fa6bd50be6251a7d1a405c68870
                        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

                        Comment

                        Working...
                        X