General :: Installation Steps For LAMP Configuration Under Gentoo
Jul 10, 2010
All of the guides I could find online were from 2004 and they no longer work. someone create a step by step guide? I have Apache working, but PHP does not work.
View 1 Replies
ADVERTISEMENT
Apr 27, 2010
I have tried everything and it has been 2 weeks of build time. I have Fedora 12, Apache 2.2, MySQL, and PHP installed on my computer. I have built a virtual host for Apache that works (for the most part). The virtual host references the directory "/home/username/public_html". When I put in my domain it goes to the right folder and accesses the files (permissions = 755). I sut down SELinux so that is not an issue.
Here is my problem: I can not get php to link to other php files called in the same folders or sub folders. The WebServer is telling me that the file does not exist. For instance, I have a login script that shows up on Index.php. This file is in "/code/login_script/login.php". In short I can access the file but when login.php tries to call login_check.php (the code that validates the user) I get a 404 error - file "can not be found" (despite being in the same directory as login.php and have the same permissios set both to the directories it is nested in and the file itself).
I wanted to start using Fedora as a segway to RHEL for a comany I an trying to build . . . but so far it has been nothing but road blocks. I can not get to the code part as I am configuring non stop.
View 1 Replies
View Related
Feb 5, 2010
me sendmail configuration steps on centos, i need to define AUTHENTICATION parameters in this configuration.
View 2 Replies
View Related
Jul 22, 2011
I downloaded Gentoo and burnt it on CD.I did boot the livecd and the system passed starting stage and it recognised my hardware. After that, there islivecd login prompt, and obviously I tried to use root and no password but it says login incorrect. This is what I did:
Code:
livecd login: root
Password: [hit enter here]
[code]....
View 4 Replies
View Related
Jul 30, 2011
I am working on a light version of linux for no particular reason other than to see how small I could make it. I was wondering if INIT was necessary, or if I could perform all of the INIT-related tasks (fsck, unmounting, etc) by hand/bash scripts?
I do not need multi-user functionality (Or much of anything for that matter). I started off with a Gentoo base 2.0.2 Install with kernel 2.6.38.
View 2 Replies
View Related
Apr 28, 2011
i am using classpath-0.98 and jamvm-1.5.4. actually my aim is to develop the touch screens on ARM9 cortex platform. some people suggested me i.e linux matchbox, to implement touch screens and its corresponding operations. how i will get linux matchbox and tell me installation steps.
View 1 Replies
View Related
Jun 21, 2009
I need to knowt the steps to install wine properly on my rhel 5.2 distro. also provide me the proper way to configure yum to update from internet
View 1 Replies
View Related
Aug 28, 2009
I am working on Fedora core 9.I want to install LAMP-apache with version 2.2 or more,php with version 5.1.4 or more and my sql with version 4 or more.Can someone please suggest any website or the steps to do this installation.
View 2 Replies
View Related
Feb 26, 2010
I am new to linux . i am trying to install SUSE linux 10 SLES. all the steps are clearly installed but. the final step- Hardware configuration step failed.in this final stage system takes more time and restarts.
View 2 Replies
View Related
Jul 30, 2011
I just installed LAMP server and it works. Anyway, I have problems with permissions to www/. I can't access it! Its located in /srv/www.
What do you suggest? I need to be able to freely add/modify/remove files under www/ as 'dagrevis' (not 'root').
View 1 Replies
View Related
Nov 22, 2009
My installation went fine. Apache, PHP, and MYSQL all work independently. My trouble getting PHP to serve MySQL content. The first thing I did was look in the PHP.INI file to check that it was set up correctly. Then I discovered my install of PHP does not have the expected directives, namely extension_dir or any DLL comments where I can enable MYSQL. Instead my config file has a PHP.D directory. In that directory there are no files for MYSQL. I look at the PHP.net site and I can't find any info on how to write this file. And there's the issue of the missing extension_dir directive.
As I said, I visited the PHP.net site and could not find any specific manual pages explaining this change to PHP 5.2.11. I downloaded "the latest php.ini" development file from the site. As near as I can tell its for PHP 6.0.0 and it does have the extension_dir directive, and it still uses the DLLs in Dynamic Extensions section. (EDITED= The introduction of the PHP.INI file doesn't give a version number, however later under error handling there is a note: "as of PHP 6.0.0"). Why I can't find more information about this on any forum or at PHP.net?
View 14 Replies
View Related
Mar 4, 2011
I've recently setup LAMP on my VPS.I believe I may have broken the PHP configuration somehow, not 100% sure exactly how, but I'm getting internal server errors upon loading .php files.
*Edit* phpmyadmin still runs fine so maybe there's an error in my Apache configuration or my VirtualHosts?
View 3 Replies
View Related
Apr 1, 2010
I'm just trying to migrate to Ubuntu 10 Beta from Gentoo. One option in the installer intrigued me. It said something like (from memory) "Use password to log in and decrypt my home directory".
What happens behind the scenes when I choose this? (How) can I enable this later on? (I didn't activate it because I wanted to migrate my Gentoo user's home as painless as possible.)
View 1 Replies
View Related
Apr 8, 2010
I'm having trouble getting GRUB2 to pick it up in the boot menu. to clarify: Does every OS need a copy of grub? My impression was that you have one copy, and it takes care of all the OSes you have. I got to the point in my Gentoo install where it asked me to install grub, but I didn't want to mess up my boot record or anything (which there is the potential for as I'm in unfamiliar territory). I switched over to ubuntu and tried
[Code]..
View 4 Replies
View Related
May 31, 2010
want to use my flash drive. How do I get this working?
I logged in as the root user and tried the following:
mkdir usbflash
mount /dev/sdb1 /mnt/usbflash
ls usbflash
and
mkdir /mnt/usb
mount -t vfat /dev/sdb1 /mnt/usb
still can't get it working. What do I do?
View 4 Replies
View Related
Mar 4, 2009
Can you give me a step by step screenshot procedure in installing Fedora Version 8 64bit?
View 6 Replies
View Related
Nov 10, 2010
I've taken the plunge and embarked on my very first install/congifuration of Ubuntu. I've successfully installed 10.04 from the LiveCD onto a brand-new 500 GB hard drive. It boots fine. At least, it did until I reconnected another hard drive that contains a Gentoo system. (I had unplugged the Gentoo drive during the installation so as not risk mucking it up).In the presence of the Gentoo drive, the Ubuntu system starts to boot, but then fails with an a error that it's unable to mount /var.Investigation (df -k) indicates that it's mounted one of the parititions on the Gentoo drive. If I unplug the Gentoo hard drive, the Ubuntu system agains boots properly.
I have no idea why the 10.04 system even sees the other drive, much less mounts one of its partitions.My intent, once migrating to Ubuntu, was to copy needed user files and data from the old Gentoo system, then repartition the drive and use it for additional Ubuntu storage. Seems I can't get there from here.Is there some feature in Ubuntu that causes it to go looking for any other drives accessible on a system and then go about mounting random partitions?
View 3 Replies
View Related
Sep 26, 2010
I'm not very smart in informatic; I just bought a live DVD with gentoo on it, but I can't see any installer. Who did achieve a good installation?
View 3 Replies
View Related
Jun 9, 2010
I'm trying to set up an NFS server on a Gentoo VM. I've installed nfs-utils-1.2.2 and added the following line to the /etc/exports file code...
It complains about not finding the /lib/modules/2.6.24-9-pve/modules.dep file, but the /lib/modules directory doesn't even exist on this machine.
Does anyone know how to get it to work?
View 1 Replies
View Related
Aug 5, 2010
how to backup gentoo updates (not the database)?
Currently im using Sabayon 5.3 (based on gentoo).
I searched the entire web I couldn't fin only broken scripts!
View 5 Replies
View Related
Mar 22, 2011
i started working on UBUNTU linux am facing some problems while Installation of LITMUS Rt Tool. send me installation steps
View 1 Replies
View Related
Apr 3, 2010
I need to know steps to configure PXE installation.
View 4 Replies
View Related
Jan 31, 2010
I'm unable to mount any dvd on my HP 6735s laptop running Gentoo (with combined stable (+) and testing (~) ebuilds). Here's everything that I can come up with: $uname -a Linux aiur 2.6.32.6-aiur-r5 #6 SMP Thu Jan 28 17:02:59 CET 2010 x86_64 AMD Turion(tm)X2 Dual Core Mobile RM-70 AuthenticAMD GNU/Linux
NOTE: -aiur-r5 is my custom kernel name. I am having this problem with all the kernels since 2.6.31. I use the vanilla kernels from www.kernel.org and compile them with some custom settings using menuconfig.
$ ls -l /dev/{cd,dvd,scd,sr}*
lrwxrwxrwx 1 root root 3 Jan 28 17:37 /dev/cdrom -> sr0
lrwxrwxrwx 1 root root 3 Jan 28 17:37 /dev/cdrw -> sr0
lrwxrwxrwx 1 root root 3 Jan 28 17:37 /dev/dvd -> sr0
[Code]...
View 3 Replies
View Related
Feb 14, 2010
I have working apache/php/mysql on my Gentoo server. But I have to enable some extensions in php (json, exif).
I did: USE="dev-lang/php json exif" emerge dev-lang/php
View 1 Replies
View Related
Mar 28, 2011
Ok this is not a question but more or less a small tutorial to help those who have had just as much trouble or more in getting the intel driver + DRI working.
View 2 Replies
View Related
Jul 12, 2010
I was installing "wine" last night and since I knew it was going to take a while I closed the lid of the laptop and turned it upside down on the floor. (I always turn the laptop upside down when not using it otherwise might overheat)When I woke up this morning roughly 8 hours after I went to sleep the machine was turned off.Using the "last -x | grep shutdown | head -1" it stated that it went down at roughly 6 hours from when I went to sleep.The program I was installing got finished installing but I never set up an auto-shutdown program or anything of the sort.If this isn't a problem with linux then its a problem with my bios. If its a problem with my bios I will just have to live with it because my bios is locked. /var/log/messages says this:
Code:
alexslaptop logger: ACPI event unhandled: battery BAT1 00000080 00000001
alexslaptop shutdown[14933]: shutting down for system halt
[code]...
View 5 Replies
View Related
Feb 16, 2010
I am building gentoo through a fully installed Ubuntu system. My swap partition is in use by the Ubuntu system so when I use the mkswap command I get that the partition is already in use. I expected this but I was wondering if postponing the mount of swap until after I have booted into the gentoo system would cause any problems. Am I going to have to edit a bunch of files if I mount my swap later?? Also, I didn't see any manuals mentioning building a gentoo system from a fully installed system, is that going to cause any problems? This is my first gentoo installation, so I'm not really experienced with gentoo. I didn't think that building from a full install would be any different than a live cd other than more resources are already in use. I'm not actually having problems with install. I just want to make sure I wont.
View 4 Replies
View Related
Jun 13, 2010
I'm about to install Ubuntu Server 10.04 on my home server. I have looked around, a lot, without finding a nice way to record or log all the steps of the installation.
I see two general paths of how my problem might be solved:
Is there any installation log file which I could look in to see which options I choose? It would be best if it included all steps, including partitioning and, in my case, setting up an encrypted volume with a KVM-volume inside it.
Are there any ways to record the installation or take screenshots of it? It's done using the console (with no X window system available). Maybe fbgrab could work, but I do not know how to make it available during the installation.
I could also use a pen and paper. But that is error prone as I do not have the patience to write everything down. It's my last resort though.
View 3 Replies
View Related
Oct 18, 2010
I am still booting from my Ubuntu Lucid Lynx, and I want to upgrade to 10.04 Maverick Meerkat without losing any of the files, and work I have done so far. I have discussed this with a friend, and he has informed me that I can do this by going to the upgrade manager in the ADMINISTRATION menu under SYSTEM. He told me all I had to do was click install, and it would install all of the packages for me, and automatically upgrade everything to 10.10 without any loss of files and information. Is this true? Also currently I am dual booting from Windows XP, and Lucid Lynx. I have a 32 bit processor, Intel Dual Core.
View 2 Replies
View Related
Feb 21, 2010
I have installed KDevelop and Eclispe onto my PC which has linux. steps for compiling and running a simple C,C++,Java program in KDevelop and Eclipse
View 1 Replies
View Related