CentOS 5 :: Enabling C99 Tyes In C++?
Dec 4, 2009
I have a C application in which I was happily using stdint.h and other useful things like UINT32_MAX. Now, I am trying to move over to C++. Turns out, C++ does not support C99 and there is no equivalent header file (like climits for limits.h). So is there a way to enable C99 types in C++? Or any other equivalent header files?
View 1 Replies
ADVERTISEMENT
Jun 25, 2009
I would like to enable XML-RPC module on my dedicated server with CentOs 2.2-3.2.el5 hosted on 1and1 server. How do I enable this module? What are the procedures?
View 1 Replies
View Related
Mar 17, 2009
doc/tip/web page with some info on how to enable the vga-out port on my laptop?
I need it so I can hook it to a projector when I'm teaching a class or giving a presentation
I've read the centos on laptos wiki but I found nothing of assistance.
I'm using centos 5.2 on an HP 550 laptop, everything else works like a charm
View 3 Replies
View Related
Sep 22, 2010
way of enabling support of reiserfs filesystem on centos 5.5 final
View 2 Replies
View Related
Feb 7, 2009
I am trying to get VNC to work with display 0 on CentOS 5.2.In the past, I had always used the information straight from realvnc,URL... which is straighforward and simple, but this doesn't seem to work with CentOS 5. Once I attempt to connect to the server, it locks up.I have searched around and found the following info for CentOS 5, but I can't get it to work. The info seems very unclear and cumbersome to get display 0 configured.Has anyone gotten the RealVNC method to work on CentOS 5?
View 7 Replies
View Related
Dec 22, 2009
When i try to enable desktop effects on my dell inspiron 1440 running on CentOS 5.4 x86_64, this message is displayed:-'Desktop effects do not work with Xinerama'
View 4 Replies
View Related
Mar 26, 2009
I'm running Centos 2.6.18-53.1.13.el5 in a VM. Currently I'm studying for my RHCT.I'm trying to enable IP forwarding so I edited this line in the /etc/sysctl.conf:
# Controls IP packet forwarding
net.ipv4.ip_forward = 1
Then I ran sysctl -p
[code]....
View 4 Replies
View Related
Jun 26, 2009
I have installed centos 5.2 on my acer aspire 5610z, but I do not recognize the wireless card atheros, what should I do?
View 1 Replies
View Related
Mar 30, 2010
I ran into this today accidentally turned on networkmanager and it took it upon itself to rewrite some things and proceeded to make any DNS lookups on my server Especially those reverse DNS for SSH and SFTP take so long they would just time out instead of completing.. Disabling networkmanager did not undo the damage either. Short fix, Erase your resolv.conf file and add 2 lines to it as so, your nameservers!
nameserver xxx.xxx.xxx.xxx
nameserver yyy.yyy.yyy.yyy
save, and run the following commands
service network restart
service httpd restart
service sshd restart
Mine had a search line added by networkmanager and some others, when i reverted it back to as above, almost instantly after restarting the services the systems lookups were once again, lightning fast. DNS lookups were taking upwards of 20 seconds for unknown reasons after this happenned
View 1 Replies
View Related
Aug 19, 2010
Is there a startup option I can put in the /etc/init.d/mysqld script or an option in the /etc/my.cnf file to enable the Archive engine for MySQL or do I have to compile it from the source?
[Code]....
View 1 Replies
View Related
Feb 20, 2010
I have a n2pap-lite motherboard with a AMD Sempron 2800+. My host clock is at 133mhz when it needs to at least be at 166mhz to be a AMD Sempron 2800+... I installed the system on 100mhz clock not thinking that it mattered.
I tried the following
sudo apt-get install rcconf
sudo rcconf
*Disabled "ondemand"
It says on guides that it will ask me to reboot but it doesn't, so I manually did it and put the CPU Frequency Monitor on my taskbar. It does not have the options like it shows in the screenshots to set my CPU frequency..
View 9 Replies
View Related
Jun 4, 2010
Anyone could teach me what is the "correct" method to enable the php Zip extension in a PHP 5.3 on a Ubuntu 10.04?
View 2 Replies
View Related
Mar 31, 2010
I'm using Linux Kernel version 2.6.33 on a server with Intel Xeon X5570.
I assume that Intel's DCA is already enabled on my system, because I see
Code:
I would like to test the effects of with and without DCA. How can I disable DCA?
View 2 Replies
View Related
Jun 12, 2010
i have a problem with my slack box.i want an eye candy desktop (actually i didn't need this, but i want to show my friends that linux distro eye candy desktop can beat windows).I'm using KDE desktop effect, but i didn't satisfy with this, cause i have been test compiz in my PC (using ubuntu), the effects is more smooth than KDE desktop effect.my Xorg config is using vesa (i didn't know that linux kernel didn't have my 'Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)' driver. How do i enable the driver? (cause in ubuntu, works like a charms)in my slack box compiz version : compiz-0.8.6-i486-1 how do i enable compiz (cause i want to use XFCE + compiz too)
View 12 Replies
View Related
Jul 22, 2009
when I tried to configure network I came across a problem that the enable button on top of network manager GUI is disabled. So alternatively I enabled it with ifconfig command. I also configured DNS servers. But the problem is whenever I reboot my machine. I have to reactivate the network from terminal and give the DNS servers again, because DNS settings are not saved.
View 2 Replies
View Related
Nov 24, 2009
Is there an easy way to enable libfaac in ffmpeg? I'm hoping to not have to compile it myself, but it appears that it was compiled without libfaac support. Not sure if what I'm using is from rpmfusion, but it's enabled.
View 9 Replies
View Related
Feb 4, 2010
I'm having a bit of trouble with a web server running Fedora 12. Apache works fine, and serves up php content without a hitch. My problem is SQLite -- I thought that it was built into php5, but support is disabled in the repo version. phpinfo shows this as part of the configure command:
Code:
'--without-sqlite' ... '--disable-pdo' ... '--without-sqlite3'
The only solution I've read anywhere is "compile php from source," but I'd like to avoid that if possible, for ease of future upgrades. Is there a way to convince php to use sqlite despite its current state?
View 8 Replies
View Related
Feb 4, 2010
I have various repos in my yum.repos.d including rawhide, google, and various others which I can enable on specific yum commands with --enablerepo=reponame.
Question is, how come these aren't enabled by default? When I do a yum repolist they don't show up, which effectively leaves orphan programs.
I can see why you might not want rawhide enabled by default for obvious update reasons, but I might want others to be enabled by default, like google for one.
So how is the default repo anabling/disabling controlled?
View 2 Replies
View Related
Nov 18, 2010
My laptop (as many others) has a hardware switch which turns wireless/bluetooth disabled. If after booting up the system I switch on this key, the wireless would still remain disabled and I need to reboot the system to be able to connect to any network.
I have tried
Code:
rfkill unblock all
ifconfig wlan0 up
Is there any way to activate wireless without rebooting the system?
View 1 Replies
View Related
Jul 18, 2010
Has anyone enabled Gnome Shell in OpenSUSE 11.3 and able to explain how to do it? Annoyingly Novel's press releases mention Gnome Shell is included, but there seems to be no obvious way to activate it.
View 9 Replies
View Related
Jan 23, 2011
I have problem with enabling mp3 in audio converter.
It said MP3 Encoder not present. it needs gstreamer plugin lame.
I saw somewhere that in package gstreamer-0_10-plugins-ugly is included lame now.
But it mp3 still is not enabled in audio converter.
Here is output of: rpm -qa | grep gstreamer
View 6 Replies
View Related
Mar 23, 2010
Ubuntu rocks but I am having trouble enabling PAE.
I want to do it to have my full 4Gb RAM recognized by my 32bit OS. At the moment System Monitor only recognizes 3.2Gb and the command "free -m" shows the same value.
I followed these instructions but they don't seem to work: [URL]
PS: The point is to really understand how to achieve this and not to start a debate "32bit vs 64bit OS choice"
View 3 Replies
View Related
Nov 3, 2010
After my previous stint with 10.10 I've gone back to 10.04 because it boots in 20 seconds instead of 70+ and 10.10 didn't really seem to offer much new stuff that I need. Except one thing. When 10.10 boots, it automatically connects to whatever wireless network is set to Auto. 10.04 however, doesn't. I have to right click the tray applet and click on "Enable Wireless" and only then does it connect to the Auto networks. After a reboot, it's forgotten that I've clicked on "Enable Wireless" and I have to do it all over again.
I've found this thread that seems to describe the same problem and the only working suggesting is to use wicd instead of network-manager.
Does anybody know of a way to make it work using network manager? Do you know what command clicking on "Enable Wireless" runs - if I could just run that in an init script, problem solved. I thought it would be; ifconfig wlan0 up but that doesn't seem to do anything at all (wlan0 is definitely the right adapter)
View 5 Replies
View Related
Dec 28, 2010
on my Linux Ubuntu 8.04 machine, I recently added a new user. When ever I use it, I can't get to System~Administration~Synaptic Package Manager, for the sole reason that it does not show up in the System~Administration list. Also, some other things don't show up, such as hardware drivers.
View 1 Replies
View Related
Mar 12, 2011
I'm using an ATI Radeon HD 6850, and although drivers aren't enabled, 11.04 fits my resolution, and has animation/shadows. I need to enable drivers so games like Minecraft will run better. Whenever I install the drivers, 11.04 fails to load, or it'll just give me a barrage of glitches. How can I install the latest ATI Drivers for Ubuntu 11.04?
View 2 Replies
View Related
Mar 29, 2011
I am having a problem using my laptop's special keys to toggle my touchpad on and off on my ASUS G73JH laptop, running Ubuntu 10.10 (2.6.35-28-generic-pae).
First, some preliminaries:
My touchpad works just fine, but it does not respond to my laptop's special key, Fn+F9.
In /etc/acpi/events I have the following script, "asus-touchpad":
Code:
# /etc/acpi/events/asus-touchpad
# This is called when the user presses the touchpad button and calls
# /etc/acpi/asus-touchpad.sh for further processing.
[Code].....
View 1 Replies
View Related
Jan 10, 2010
I recently switched to Fedora from Debian (Fedora 12 LXDE Spin), and the one thing that bothers me is that I can't find a way to enable tapping on the mousepad to click. So far the solutions I've found have included editing the xorg.conf, which, to my understanding, is no longer included in the Fedora kernel.
View 1 Replies
View Related
Jan 9, 2011
Any one had any success enabling openGl in fedora 14? I tired and failed; as well, kmod seems to have disappeared and the resolution has dropped from 1920X1080 to 1280X1024, and stock there cannot be adjusted higher only can go down, as well the KRandRTray once clicked, ten to vanish.
View 5 Replies
View Related
Oct 28, 2010
I have Phenom II X6 1055T. If Turbo Core kicks in, the speed should go up to 3.2GHz.
Problem is, it never kicks in. My kernel enabled Turbo Core already.
dmesg :
I am guessing, TurboCore depends with the P-State reading and cpu frequency thingy. As you can see, P0 are not 3200MHz (if my hypothesis are correct). Or perhaps i am wrong. I tested by not doing nothing and running folding program on one core with conky monitoring. Conky reads 5 cores at 800MHz, and one core at 2.8GHz.
TurboCore is enable on windows xp. I can see the core sometimes goes up to 3.2Ghz occasionally.
View 2 Replies
View Related
Jul 29, 2010
I need to enable SNMP on our Suse linux boxes, so that What's Up Gold can monitor them.
I need to add the community name, that I know, but where?
View 3 Replies
View Related