Fedora :: Share The Process To Make Xampp Work On F64 Bit?

Jul 22, 2009

I've just installed LAMPP on F11 I wanted to share the process to make Xampp work on linux (fedora) 64 bit.

1- Download Lampp : [URL]../en/xampp-linux.html#374
2- log as root, and unzip the archive file in "/opt" : it is installed !
3- to launch lampp : log as root (or sudo), and use "/opt/lampp/lampp start"

You should have error messages ! So do the following : - modify "/opt/lampp/lampp" : comment this part of the script [URL]..it-rhel.html):

# XAMPP is currently 32 bit only
#case `uname -m` in
# *_64)
# if /opt/lampp/bin/php -v > /dev/null 2>&1
# then
# :
# else

[Code]...

View 6 Replies


ADVERTISEMENT

Fedora :: Make Mozilla Firefox Browser Work For Xampp?

Dec 23, 2010

I have installed Xampp on Fedora 11. After that I have gone to Mozilla Firefox Browser and wrote [URL].. on the address bar but it is not supporting Xampp, when I opened Konqueror Browser and wrote [URL].. on the address bar it is supporting Xampp and showing everything of Xampp. Now, is there any way to make Mozilla Firefox Browser work for Xampp?

View 2 Replies View Related

Fedora :: Make Apache And Another Process Share Port 80?

Nov 11, 2009

I have made out a little software as to talk with my friends through network . there are two parts : one is listening to receive messages ,the other will send messages. but the firewall is bothering .so I want to know if I can make my software listen to port 80 while apache is also running .

View 11 Replies View Related

Ubuntu :: Process Continue After The Start XAMPP?

Apr 20, 2011

I have installed XAMPP in Ubuntu, but I do not know how the process continue after the start XAMPP.

View 3 Replies View Related

Ubuntu Servers :: Can't Get Xampp To Work On 9.10

Apr 24, 2010

I cant get to my phpmyadmin on xampp I tried doing it on the terminal but i get this wierd message

XAMPP: Another web server daemon is already running.
XAMPP: Another MySQL daemon is already running.
XAMPP: Starting ProFTPD...
XAMPP for Linux started.

But i cant get in phpmyadmin What can i do linux pros?

View 5 Replies View Related

Fedora :: What Is Process To Make Disk Boot-able?

May 5, 2010

im looking to boot a PC104+ from a linux floppy...

a) what version should i use that would fit and boot on a floppy?

b) is there any place i can still easily find that version?

c) what is the process (if any) to make the disk bootable (like msdos boot format)

d) can this boot floppy then be installed on a local drive?

i know that seems like a lot but they all kind of go hand in hand from my experience using DOS in such a way. im still out there searching but kudos to anyone who can help.

View 1 Replies View Related

Fedora X86/64bit :: Install Xampp 32 On F64?

Jun 23, 2010

i am new in linux and fedora,i cant install xampp 32 on fedora 64 what i am must to do? Post added at 05:54 AM CDT Previous post was at 05:08 AM CDT i have this error:

sudo /opt/lampp/lampp startapache XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system. The message is very clear that XAMPP doesn't like 32-bit system. So, we will need to cheat XAMPP that the system is 32-bit. First, we will need to install some libraries: i find this for fix this problem but i have error

yum -y install glibc.i686
yum -y install libgcc.i686
yum -y install libstdc++.i686
and now, we need to skip the 32-bit annoying check:
sudo nano /opt/lampp/lampp
Replace the following from:

[Code]...

View 1 Replies View Related

Fedora Servers :: Add Virtual Hosts To Xampp?

Aug 16, 2011

I'm new to fedora and linux. I'm trying to add virtual hosts to my xampp server in /etc/hosts I added :

Code:
127.0.0.1 localhost.localdomain testsite
and in /opt/lampp/etc/extra/httpd-vhosts.conf added this:
Code:
<VirtualHost *:80>
# ServerAdmin webmaster@dummy-host.example.com
DocumentRoot /opt/lampp/htdocs/testsite

[Code]...

View 9 Replies View Related

Fedora :: XAMPP - Error While Loading Shared Files

Nov 20, 2009

How to get XAMPP running successfully alongside SELinux? Fedora 12 Beta. If I disable SELinux, XAMPP runs fine. If I enable SELinux, I get the following errors:

/ # /opt/lampp/lampp start
opt/lampp/lampp startStarting XAMPP for Linux 1.7.2...
/opt/lampp/bin/php: error while loading shared libraries: libexslt.so.0: cannot enable executable stack as shared object requires: Permission denied
XAMPP: Starting Apache with SSL ...
/opt/lampp/bin/httpd: error while loading shared libraries: libexpat.so.0: cannot enable executable stack as shared object requires: Permission denied
XAMPP: Error 127! Couldn't start Apache!
XAMPP: Starting diagnose...
XAMPP: Sorry, I've no idea what's going wrong.
XAMPP: Please contact our forum [URL]
XAMPP: Starting MySQL...
/opt/lampp/bin/my_print_defaults: error while loading shared libraries: libz.so.1: cannot enable executable stack as shared object requires: Permission denied
/opt/lampp/bin/my_print_defaults: error while loading shared libraries: libz.so.1: cannot enable executable stack as shared object requires: Permission denied
XAMPP: Couldn't start MySQL!
XAMPP: Starting ProFTPD...
XAMPP: /opt/lampp/sbin/proftpd: error while loading shared libraries: libcrypto.so.0.9.8: cannot enable executable stack as shared object requires: Permission denied
XAMPP: Error 127! Couln't start ProFTPD!
XAMPP for Linux started.

I have tried the instructions here: [URL]. You need to change some of the date dependent directories to execute the commands. The above errors however are after applying the suggested changes.

View 13 Replies View Related

Fedora :: Install OpenEMR With XAMPP. Error In Database?

May 2, 2010

I'm trying to install OpenEMR. Official directions how to install can be found here. They say it's required to install MySQL, Apache (or another PHP-capable webserver), and PHP5. So I installed XAMPP following this instructions. I'm not familiar with the XAMPP. I only managed to start it.

Now going back to OpenEMR, I copy the unzipped directory to

Code:
/opt/lampp/htdocs/
I open a browser and give
Code:
http://localhost/openemr/setup.php
i get:

[Code]...

View 3 Replies View Related

Fedora :: How O Make Desktop Effects Work On F11

Jul 12, 2009

how I can make desktop effects work on F11. it used to work on F10. Now I get the garbled screen every time I enable it on gnome.Google search said to disable the metacity composite manager using gconf-editor but I'm not sure I know how to do it. When I type in gconf-editor it just opens a blank configuration screen . It would be better if someone one can help me how to do it probably on the command line, also what is the equivalent of xorg.conf on F11.

View 3 Replies View Related

Fedora :: Investigate / What To Remove To Make It Work

Apr 23, 2010

Upon yum -y update I end up with this lines, exiting the process:

[code]...

As a newbie, I have no idea of what to do, how to investigate, or what to remove to make it work.

View 8 Replies View Related

Fedora :: Can't Extract With Unrar / Make This Work?

May 18, 2010

I have a .rar file called Japanese, and every time I enter the command "unrar e Japanese.rar", I get the response "Cannot open Japanese.rar No such file or directory No files to extract".

I've done everything on this site, but I can't get it to extract. What do I have to do to make this work? Do I need to set the directory or something? I've seen other people mention that as a solution for other problems, but have no idea how to do it.

View 6 Replies View Related

Fedora :: When Use Yum To Make Cache,it Looks Like Doesn't Work At All?

Nov 20, 2010

I have some problem with yum. When I use yum to make cache,it looks like doesn't work at all.Just like this:

Code:
[root@localhost ~]# yum makecache
Loaded plugins: presto, refresh-packagekit

[code]....

View 12 Replies View Related

Fedora :: Couldn't Make Keyboard Work Through NX In 2 Releases?

May 12, 2010

In a local network, a connection with freenx conencts with the arrow keys working In a remote system, arrow keys dont

View 4 Replies View Related

Fedora :: Make Gconfig In KDE Does Not Work After Satisfying Requirements?

Aug 20, 2010

Why after installing gtk+, glib and libglade (as well as their -devel counterparts) I am still getting the error below?

Code:
# make gconfig
*

[code]....

View 1 Replies View Related

Red Hat / Fedora :: Samba NTLMv2 And 128bit - How To Make It Work

Feb 7, 2011

How do I make ntlmv2 and 128 bit encryption work with Samba. i.e. I have a Win 2008/Win7/Vista box with standard settings i.e. forced using ntlmv2 and 128 bit encryption that I want to connect to a Linux server running Samba (RHEL6 in this case). Now if you google you it says Samba should support ntlmv2 with settings like this:

lanman auth = no
ntlm auth = no
client lanman auth = no
client ntlmv2 auth = yes

However even with 128 bit encryption turned off on the Win box it still doesn't work. We use "security = server". Is it maybe a requirement that we need to use security domain instead for ntlmv2 to work? Reading further in man smb.conf.5 "client ntlmv2 auth = yes" is "This parameter determines whether or not smbclient will attempt to authenticate itself to servers using the NTLMv2 encrypted password response." so clearly it's not affecting our samba server.

Reading even further in man smb.conf.5 it says "If this option (lanman auth), and ntlm auth are both disabled, then only NTLMv2 logins will be permited". Why is it then that you need to force NTLM auth in Win2008?

NTLMv2 is only compatible with "security=domain". This means that even if you set "lanman auth=no", and "ntlm auth=no" it will still only auth with NTLM... Here is the Q from Andrew Bartlett * "Use 'security=domain'. NTLM2 session security is not compatible with 'security=server'."

In order to use "security=domain" you need to use the net command to join the windows domain and for that you will need the AD administrator account password which you will most likely not have. However the question still reminds if you would to join the domain would the NTLMv2 work over 128 bit encystations or would you need to disable that one still?

View 1 Replies View Related

Red Hat / Fedora :: Command To Stop That File/process Or Is It Just Kill The Process To Stop The Process?

Nov 11, 2010

I've some file with .sh extensions that runs some softwares.Now,how do I stop running that filesI know we run the command ./start_tomcat.sh to start the apache.Is there any command to stop that file/process or is it just kill the process to stop the process

View 2 Replies View Related

Fedora Networking :: WUSB54g Stopped Working - How To Make It Work

Feb 17, 2010

My wireless adapter stopped working randomly the other day. I think the last time it was working was right before I put the computer into hibernate for the first time. it stopped working even after restarting.modinfo p54usb shows (I'm leaving out information that seems irrelevant because I can't copy and paste without the internet, so I'm typing what I see from another computer)

firmware: isl3887usb
firmware: isl3886usb

dmesg | grep firmware doesn't seem to show any requests for firmware related to it. lsusb shows something like

bus 002 device 001: ID... linux foundation 1.1 root hub
bus 001 device 003: id... linksys wusb54g wireless adapter

[code]....

When I start up, in boot messages I get something like this

WARNING deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING all config files need .conf: /etc/modprobe.d/blacklist, it will be ignored in a future release
Device wlan0 does not seem to be present, delaying initializtion [FAILED]

View 14 Replies View Related

Hardware :: Sound Drivers Not Loading In Fedora 14 / Make Them Work Again?

Dec 30, 2010

I am having trouble loading my sound drivers after removing pulseaudio. (Yes, I did try and reinstall pulse, did it again with ALSA, no luck).

It appears that my sound drivers are not loaded, because cat /proc/asound/cards returns 'no soundcards' and aplay -l returns the same... the ouput was quite different before, I am sure I DO have soundcards and they did work before in Fedora 14.

Any Ideas how can I make the sound drivers load again ?

View 2 Replies View Related

Fedora :: Canon Lbp3000 Laser Printer - Make It Work Under F14 And F15?

Jun 17, 2011

Has anyone installed successfully a Canon LBP3000 laser printer?I would like to make it work under F14 and F15.

View 5 Replies View Related

Red Hat / Fedora :: How To Make The Modem Lights Toolbar Addon To Work

Jun 10, 2010

How to make the modem lights toolbar addon to work? They don't seem to work while online with Gnomes KPPP, and it would be nice to see them working while online.

View 2 Replies View Related

Fedora Networking :: Configure Pppoe In 11 & Make It Work Automatically After Restart?

Jun 13, 2009

My network is windows pppoe. How can I configure it for Fedora 11? Is there any graphical configuration tool available for that? Also, ubuntu 9.04 logs into pppoe network after restarting as I've made some changes in /etc/network/interfaces. Is there any option available for Fedora 11 to automatically log in to pppoe network after restarting?

View 4 Replies View Related

Fedora Networking :: Make A D-link Dwl-650+ Pcmcia Card Work Through Ndiswrapper?

Jul 29, 2009

I am trying to make a d-link dwl-650+ pcmcia card work through ndiswrapper method following the direction at:[URl]... The first step there is to install the "kmod-ndiswrapper" via yum.

But, how would I just download this package to a usb drive so that I can transfer it to the laptop that needs wireless networking. Is there an option in yum where I can just download the package, not intstall, so that I can save it somewhere?

View 14 Replies View Related

Fedora Networking :: Sierra Modem 885 Compass - Install And Make It To Work In 7?

Aug 19, 2009

i have usb modem sierra 885 compass but i don't know how to install it, nor to make it work in fedora 7

View 1 Replies View Related

Fedora :: Gnome Applications Menu Right Click Not Working / Make It To Work?

Jan 27, 2010

I cannot right click with my mouse on the gnome applications menu to get the properties/edit menu option. This is on F12 on 64bit.
Instead I get: "help, remove from panel, lock panel". I dont have this problem with anything else on the top bar.

---------- Post added at 12:33 PM CST ---------- Previous post was at 12:21 PM CST ----------

Turns out I have to install package alacarte and then go to System > Preferences > Main Menu

View 1 Replies View Related

Fedora X86/64bit :: User That Can Only Make The Sound Card Work On A F10 X86_64 System Is Root

May 4, 2009

The only user that can make the sound card work on a F10 x86_64 system is root. For non root users, I am not seeing any error messages when a app tries to use/access the sound card, just nothing plays. As I said, for root everything works as expected. I am sure this is a permission/setup issue, but I have no idea where to start.

View 3 Replies View Related

Fedora Installation :: FC12 4 Monitor Video - Edit The Config File And Make To Other Two Work

Feb 9, 2010

I recently upgraded from fc8. I am running two nvidia NVS 285 cards with four monitors and using nvidia driver 190.53-pkg1. I have one card up and running and can edit the config file and make to other two work I just can't get all four to work together.

View 3 Replies View Related

OpenSUSE Install :: How To Make A Process Run At Startup

Mar 17, 2011

I am trying to make a file run at startup (e.g. runlevel 5). Here is what I done;

Copied file to /etc/init.d/rc5.d with these permissions:

-rwx------ 1 root root 274 Mar 17 08:33 noip2.sh

Contents of this file is:

Code:
#! /bin/sh
# . /etc/rc.d/init.d/functions # uncomment/modify for your killproc
case "$1" in
start)
echo "Starting noip2."

[Code]....

And the file this is supposed to run is in /usr/local/bin/noip2 with the permissions as:

-rwxr-xr-x 1 root root 80431 Mar 17 08:16 noip2

However, this didn't worked for me. What can I do?

Edit: I can run shell file by invoking it with terminal. So there is no problem with the file

View 9 Replies View Related

General :: How To Profile Building Process (Make All)

Jan 28, 2011

I'm building the code on remote linux machines, and it takes very long time. Since all the filesystem is on NFS, I suspect the NFS is the bottleneck. Can I profile the build process (make all) down to system read/write calls? Or simply put, what tool do I need to find the bottleneck. Is strace gonna help?

View 1 Replies View Related







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