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
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?
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 .
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?
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.
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:
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.
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:
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.
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.
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?
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
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]
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 ?
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.
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?
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?
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
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.
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.
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?