General :: Configure LAMP Environment On Ubuntu10.04 Lucid System

Jun 28, 2010

I am trying to configure LAMP environment on ubuntu10.04 Lucid system.I am writing the output & attaching files of output of different issues. PHP is not running,I cant figure out why its not working. To add this issue I would like to inform you that nanoweb server is working{I can see the page in web browser"It Works"}.Also MySQL is working fine. To summarize Linux-->Apache/Nanoweb but no bridge between MySQL--X--> PHP. guide me for right direction,how to approach this problem as i am unable to crack this common problem.

[Code]....

View 9 Replies


ADVERTISEMENT

General :: LAMP Set Up In Ubuntu10.04 Rev189 And CRONJOB?

Jul 12, 2010

I am a PHP developer.I have always used XAAMP(in Windows7) for development purpose. I am driven to turn to Linux now . I have installed Ubuntu10.04-rev189(Wubi) in Windows7 recently. I have a PHP script which require the following tasks to be performed.

1. Give permissions "777" to the following files and folders:_cache media images /configs.php mages/config_photo_preview.jpg

2. Set up cron jobs on your site like this: /usr/local/bin/php -q /your-site-root-dir/cron/index.php I need to get an environment like XAAMP and perform the above mentioned tasks.

View 1 Replies View Related

General :: Configure Environment After Installing A Development Library In System?

Feb 17, 2011

I installed a library to the /usr/local/ prefix in Linux using ./configure && make && make install. What environment variables do I need to set in order for the linker and compiler to search these new library and header paths?

View 1 Replies View Related

Software :: Configure Oracle10g In Ubuntu10.04?

Jul 8, 2010

I have downloaded and successfully installed oracle 10g expressedition,but i cant configure it, when i executed this cmd"/etc/init.d/oracle-xe configure" showed an error "bash:/etc/init.d/oracle-xe: No such file or directory"onfigure it,started using ubuntu few days before only, i dnt like togo to windows for using oracle.

View 2 Replies View Related

General :: How To Configure Network Redundancy In LAMP - CentOS

Jan 18, 2011

Our machine has two NIC on it but i'm only using one NIC, how do i make the most of the other one? I'm wondering if i can use it as a redundancy or load balanced but i dont know how.

View 2 Replies View Related

Server :: Installing A Lms Known As Ilias On A LAMP Environment?

Feb 4, 2011

I am installing Ilias 4.1.4 is the lastes stable version on a Ubuntu 10.04 64 bit server with all the dependencies satisfied.

[URL]

Download ilias-4.1.4.zip and install on a Ubuntu 10.04 server. Now just when all the steps are done I log out since now the installation has finished immediately upon logging out I am at following URL (the installation has just finished)

[URL]

Quote:

Fatal Error: ilInitialisation::initClientIniFile called without CLIENT_ID.

I start searching net for above error and do not get any useful information.After some time I press back button and accidentally reached

Quote:

[URL]

and see some sort of screen that asks for a client ID. How can I get rid of this error

Quote:

Fatal Error: ilInitialisation::initClientIniFile called without CLIENT_ID.

View 1 Replies View Related

Fedora :: Final Steps In Getting A LAMP Dev Environment Running ?

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

Debian :: Create A Sandbox Environment On LAMP Server For PHP/MySql Development?

Mar 5, 2011

I need to create a sandbox environment on my LAMP server for PHP/MySql development. Anyone who could point me in the right direction or share their insight?

View 1 Replies View Related

General :: Configure Graphical Environment On Ubuntu 9.04 Server?

Nov 23, 2009

I'm very new to the Linux world, so be gentle. I've been trying to configure the server to run a graphical interface. I have read numerous configuration guides and posts, but nothing seems to fix the issue. I tried to change the run levels from 2 to 5,

View 8 Replies View Related

OpenSUSE Network :: Configure Lamp Server For Sending Mail

May 16, 2010

I have a LAMP server and need a web page to send email messages. I could do it with my Win 2k server through my cable service but can't seem to get it to work here.

View 9 Replies View Related

General :: Looking For Online System Testing Environment?

Jul 31, 2010

I would like to find a Linux testing environment , my PC is slow , it is not good to install VM and I do not have laptop , besides , I want to do testing at different places , can advise is there online Linux testing environment ? I just want to test the Linux command .

View 1 Replies View Related

General :: Encrypt System Folders Without A Desktop Environment?

Jul 8, 2010

i have a centos 5.4 without desktop environment. i can only access certain system settings via browser (and of course console). i would like to encrypt some folders. but these folders are used by the system. can i encrypt them? will the system still be able to access these folders? if yes, how can i encrypt only through console or is there something web based software for this?

View 12 Replies View Related

General :: Installing Hudson In Centos 5 - Manage Hudson By Using Configure System And Configure Options?

Aug 9, 2011

I have tried to install and configure Hudson in centos distro version 5.Installed hudson with tomcat by deploying .war files.after configuration was completed, builded a project.It displayed build was completed successfully.but I was not able to download output of build.

So I rechecked configuration,found that i havent set artifact file pattern to archive. how to set artifact file pattern and how to get build output. how to manage hudson by using configure system and configure options.what is the correct way to configure public hudson?.

View 3 Replies View Related

General :: Test A Code That Needs To Have High DiskIO And DiskBisy In System Environment?

Oct 13, 2010

I need to test a code that needs to have high DiskIO and DiskBisy in a Linux environment. Is there any way that i can use to test this urgent need of mine.

View 3 Replies View Related

General :: Install Egg File On Ubuntu10.10?

May 24, 2011

I have got two egg format files <birdsuite-1.0-py2.5.egg and mpgutils-0.7-py2.5.egg> ,and intended to install on my ubuntu 10.10 platform.Following the instructions googled on the web,the steps as follows:

1>sudo apt-get install python-setuptools

then cd to the directory contains the two egg files

2>sudo easy_install birdsuite-1.0-py2.5.egg

whereas the output came out to be :

bhli@ubuntu:~/EXEDIR$ sudo easy_install birdsuite-1.0-py2.5.egg
install_dir /usr/local/lib/python2.6/dist-packages/
Processing birdsuite-1.0-py2.5.egg

[code]....

View 4 Replies View Related

General :: Install Backtrack4 Or Any Other In Ubuntu10.10?

Nov 28, 2010

how to install all backtracktools in ubuntu 10.10...

View 5 Replies View Related

Ubuntu :: Amsmath Align Environment Not Working On Lucid?

Oct 27, 2010

using the amsmath package with texlive on lucid lynx, a simple

egin{align}
x &= 1
end{align}

gives the following error:

! Missing # inserted in alignment preamble.
<to be read again>
crcr
l.424 end{align}

the same .tex file works fine on other another (unix) machine with pdfeTeX. I had no problems like this with a previous computer running Hardy Heron.

View 2 Replies View Related

General :: Install Rediff Bol 8.0 (Messenger) In Ubuntu10.10

Nov 17, 2010

If you want to install rediff bol (messenger) in Ubuntu first you have to install Wine. Installation of wine software in two way. First way through the command line second way through the Ubuntu software center In first way you go to applications---> accessories ---> Terminal and type sudo apt-get install wine after installation complete you should install Microsoft's True Type fonts: sudo apt-get install msttcorefonts in the second way you go to applications ---> Ubuntu software center ---> in search box type wine It will show Wine Microsoft Windows Compatibility Layer (Beta Release) Wine Microsoft Windows Compatibility Layer Q4Wine (GUI configuration tool for wine) in this you should install Q4wine (GUI configuration tool for wine) install first second you install Wine Microsoft Windows Compatibility Layer (Beta Release)

after that you install Wine Microsoft Windows Compatibility Layer after installing you download Rediff Bol 8.0 Messenger.exe from [URL]... after download is completed you go to places ---> download and copy Rediff Bol 8.0 Messenger.exe and past it Desk top now Right click on Rediff Bol 8.0.exe and open with Q4wine after open you will see one box that is Run Program and press OK button now you will see a new box Q4Wine:. Qt4 for Wine v0.118 now you will press Default place It will open Rediff installation box.............

View 1 Replies View Related

General :: Gparted Does No Longer Read The Partitions On Ubuntu10.04?

Dec 6, 2010

I do not know what I have done but I used to be able to see the partitions on Hard Disk wich has WinXP and Ubuntu 10.04 as well as other partitions I have created.

I can access the partitions but cannot any longer see them with Gparted. Enlosed 2 screenshot ( Gparted and Disk Utility which shows the partition)

View 8 Replies View Related

General :: Make Animated Login Screen Ubuntu10.04?

Aug 8, 2010

I am using ubuntu 10.04.I have seen animated ubuntu login screens.How can i get that kind of login screen.

View 1 Replies View Related

General :: Install The Video Card's Driver Of Ati HD5650 In Ubuntu10.10?

Oct 16, 2010

I'm a freshman of Ubuntu OS.I want to know where to download the video card's driver of ATI HD5650 and how to install it in a way as easy as possible

View 3 Replies View Related

General :: Kiwi10.08 -on The Ubuntu10.04.1 Desktop \ Save Files To The BootUSB?

Sep 13, 2010

This BBS interface setup is quick, simple, plenty of options, its handy, and follows a similar format that other places do so you can know what to expect or where to look. Double bonus if your a busy personEspecially for the creators and authors of programs many of us have come to enjoy. Don't forget to say a big thanx to the "Grand Father" of Linux, Linus Torvald.

Ok, this ol' fudge is trying to figure out how to save some files to a Live Thumbdrive USBboot of Kiwi10.08 which is running on the Ubuntu 10.04.1 desktop. Using the included File Manager, I can access the fat32 USB flashdrive, read the folder named "Buk" I created in XP at the root of the drive and displayed as "isodevices/Buk" when viewed through "System Files" or "Files System", which ever it is. The options to copy/move itesm to that folder are greyed out or missing. Both copy and move options seem to work as normal otherwise on the desktop. I should check and see if it is even saving/modifying items there but I would almost guess to be correct in saying... NO! As i said this is a kind of Live boot from the Kiwi ISO.I was told about "Chown" but I have not a clue of it and the Wiki just made my head ring.One more question, where can I find a good ol' Linux Dunce Reference that wont confuse you more. Don't get me wrong, I tried math for dummies once, it confused me more, so I re-wrote the pages as I went, or thats what we're suppose to do ?

View 6 Replies View Related

Fedora Servers :: Configure Windbind And Kerberos On F15 To Connet To Windows 2003 Environment?

Aug 12, 2011

I am trying to configure windbind and kerberos on my Fedora 15 to connet to my Windows 2003 server environment. But I keep getting this message:

Code:
libads/kerberos.c:333(ads_kinit_password)
kerberos_kinit_password ECP01BCA$@MSA.MDSA.NET failed: Client not found in Kerberos database
Heres my krb5.conf:
Code:
[logging]
default = FILE10000:/var/log/krb5lib.log

[Code]...

View 1 Replies View Related

Slackware :: Pdfedit Compiling Since SlackBuild - Configure: Error: QTDIR Environment Variable Must Be Set

Dec 16, 2010

When I do #./pdfedit.SlackBuil I get the information in the terminal:

[Code]...

Whether we want to checking PDFedit prepare-core-dev package ... yes Whether we want to checking build PDFedit gui ... yes configure: error: QTDIR environment variable must Be Set

View 3 Replies View Related

General :: Logging Into Ubuntu 10.04 Lucid GUI. The System Stucks?

Aug 16, 2010

I am having issues loggin into Ubuntu 10.04 Lucid GUI. The system Stucks after entering username and passwords.

View 5 Replies View Related

General :: Configure A File To Fit With System

Oct 7, 2010

I need to use MFix a open source program Therefore, because i don't have Linux on my computer i use Cygwin_NT-5.1 the latest version. From the help desk they told me that i need to configure a file to fit with my system. I just changed operation system to CYGWIN_NT-6.0 (instead of the command uname -s ; set opsys=$1. this was the only way i had an idea to do it, so i tell the programm that my sytem is a 6.0 but it isn't

then i wanted to install mfix and it gives me the error

../../model/make_mfix: line 119: syntax error near unexpected token '('
../../model/make_mfix: line 119: 'echo -n "Do you need debug version? (y/n) [no] "'

by looking in he make_mfix file it looks like this echo -n "Do you need debug version? (y/n) [no] "

View 2 Replies View Related

General :: Configure System To Use Theme In X For Program?

May 7, 2010

My program (GTK) runs in Linux (Ubuntu) without any problem and its themes are fine but when I change my system to run just X and then my program, it runs but without any theme. How can I configure my system to use theme in X for my program?

View 2 Replies View Related

General :: How To Configure System To Make Connection

Apr 11, 2011

Its very easy to make DSL connection in the windows operating system.But I do not know how to configure my system to make connection on Linux.Anyone can suggest me what type of modem and router i should have to use to make a connection on the linux.If there any commands to make connection then mention it.

View 2 Replies View Related

General :: Desktop Environment As Root - Files Created By The Desktop That Could Compromise The System

Jul 20, 2011

a server at work has been accessed through the desktop environment as root. I know this is a risk and since I have never done it before I was wondering if there are any files created by the desktop that could compromise the system and how could I clean it up.

View 2 Replies View Related

General :: Configure System To Act As A Bluetooth RFCOMM SPP Server?

May 18, 2010

I'm writing a phone app for Android that connects to a bluetooth RFCOMM device in my car. My phone app talks AT commands with it. For development work, I often need to communicate with the device to try different commands and things.

My neighbors are starting to think I'm weird because I sit in my car for hours on end with my laptop screen shining on my face, typing away like a script kiddie.

I'd much rather configure one of my many Linux servers to act as a bluetooth RFCOMM device and allow me to connect to it (indoors, while I sit on my couch).

I imagine I have to start with something like
sdptool add SP

But then what?

I'm perfectly happy writing a perl app to handle the I/O, but I just don't know how to make the bluez stack accept connections and subsequently pipe that stream to a perl app.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved