tty-clock won't compile for me. I'm probably missing something simple, I've never really compiled anything from source that I didn't write do I'm not sure how to do this. Here's the error:
I am trying to install vmware server on CentOS: In vmware installation guide it says before intalling:
Before you begin, read the following notes and make adjustments to your host system: The realtime clock function must be compiled in your Linux kernel. The parallel port PCstyle hardware option (CONFIG_PARPORT_PC) must be built and loaded as a kernel module (that is, it must be set to m when the kernel is compiled).
I'm using a very simple conky script to diplay the date and time on my desktop. I've noticed that he conky clock is a few seconds early compared to the time displayed in the right hand side of the top panel (Natty). I guess both displays are based on the same "internal" time, so I'm left wondering how this could happen, and how to sync back the clocks.
It seems that Conky is in sync with the system date, while the panel clock is 2 seconds late (on my system). Checked with while true; do date; sleep 0.1; done
I'm trying to make some pages. For this I try to host them locally. However, when I have an error in my PHP code, the server shows an internal error 500 page and doesn't show on what line and what compile error it encountered. There is no such information in the error log either. What should I do about it, it's not really nice to comment all the lines and then try to uncomment them one by one. I've been googling for a while, but didn't find anything.. I forgot to mention, I;m using Fedora :P, the apache that came with it and mysql and php from the repository...
I had cloned a centos 5.6 installation from virtualbox virtual machine to physical box. Everything work fine. However, the time showing in os using date command differs from bios time by roughly 4 hours. I am running ntp services which sync the time with another centos server on the network. It appears that some services are using virtual clock and some use physical clock. How do I get rid of virtual clock and only use physical clock?
When I try to compile it get there errors: [URL].... compiling with: gcc -v execv.c -o hola I already installed build-essential, what could be happening with my gcc compiler? this is my code, as you can see it's not complex
running ubuntu 11.04 and trying to compile vlc 1.2 from git. ran apt-get build-dep vlc, git for the vlc source, bootstraped fine, the error is on configure
ran ./configure --enable-x264 and got the error
Quote:
configure: error: Package requirements (xcb-composite) were not met:
I have this below from a mesa git 20101002, and from the 7.9_rc2 tarball.
Code:
It isn't the only error. I get one about trying to make before make depend, but if I hit up arrow and return, it's gone. This one is persistent.
The issues on configure were libtalloc and libdrm. I have the libdrm .pc files copied from another box in /usr/lib/pkgconfig. talloc I just made, giving it the samba version number. configure passes with no variables passed to it. I am not passing /usr/include to this at any time. It doesn't show in the Makefile afaict.
I have a driver source which includes linux/module.h.The following error occurred during compile.the kernel source is: 2.6.33.6-147.2.4fc13.i686the compiler is: gcc-4.4.4-2.fc13.i686
In file included from /home/joseph/rpmbuild/BUILD/kernel-2.6.33/linux-2.6.33.i686/arch/x 86/include/asm/cmpxchg_64.h:4, from /home/joseph/rpmbuild/BUILD/kernel-2.6.33/linux-2.6.33.i686/arch/x
When i'm trying to compile nvidia closed drivers, i got an error. I've tried binaries one on nvidia suse repo, but as i installed kernel 2.6.32-41 they didn't work. My laptop is a lenovo T61, with nvidia quadro nvs 140m, and intel chipset. And i'm trying to instal driver version NVIDIA-Linux-x86_64-100.14.11.
That's the error i get when executing nvidia-installer: Code: nvidia-installer log file '/var/log/nvidia-installer.log' creation time: Fri Feb 19 20:56:25 2010
when i trying to install NVIDIA drivers i get compile error:
NVIDIA: calling KBUILD... test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( echo; echo " ERROR: Kernel configuration is invalid."; echo " include/linux/autoconf.h or include/config/auto.conf are mis sing.";
I'm attempting to compile the latest version of VLC from source. I'm able to run ./configure without any errors, however when I try to make I receive the following error. I don't want to install the program from the repositories because it's outdated and the tray icon doesn't blend in.