similar to: howto compile wine on centos 4 and x86_64

Displaying 20 results from an estimated 400 matches similar to: "howto compile wine on centos 4 and x86_64"

2006 Nov 20
0
amd 64 compile on centos 4 or RHEL 4
hi, I have found the FAQ and wiki talking about 64 bit compiles on distros. Fedora is my closest relative in this case and I was following those instructions. However I get a compile error on 0.9.25. It seems like __i386__ and __x86_64__ are both defined for the compile its causing problems. How do I correct this? My configure run is: export CC=gcc ./configure --x-libraries=/usr/X11R6/lib
2006 Nov 16
0
Building wine on rhel or centos 4 get compile error
I am using AMD 64 centos 4.4 to build wine-0.9.25. I am getting a compile error. On the command line I type: export CC=gcc ./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --with-x make depend make The .configure runs fine. My error is: In file included from ../../include/windef.h:234, from ../../include/wine/unicode.h:26, from
2011 Jul 18
0
C6 install error about cyrus
When I am install C6. I am getting an error about "A fatal error occurred when installing the cyrus-sasl package. Exit Installer. These are my packages: ls -l cyrus-* -rw-r--r-- 1 silentm silentm 11745776 Jul 3 00:08 cyrus-imapd-2.3.16-6.el6.x86_64.rpm -rw-r--r-- 1 silentm silentm 238380 Jul 3 00:03 cyrus-imapd-devel-2.3.16-6.el6.i686.rpm -rw-r--r-- 1 silentm silentm 237328 Jul 3
2011 Sep 06
1
Help with kickstart install
I am doing a kickstart install for CentOS 6.0 (x86_64 install) The error on screen is "fatal error occurred when install glibc package. Could indicate error with install media" When I looked at the /mnt/sysimage/root/install.log file I see Installing glibc-2.12.-1.7.el6.i686 error unpacking of archive failed on file /lib/ld-2.12.so;4e66d2ec cpio read failed bad file descriptor.
2020 Nov 18
3
Help with VirtualBox on CentOS 7
Any Virtualbox on CentOS guru's out there? I only have 1 VM on my linux host. in the update process to virtualbox 6.1.16 my config was lost. When I run Virtualbox my VM does not show. So I desire to add it back. My structure is this. ls -l /home/silentm/vmware/CentOS\ 64-bit\ LSI/ -rw------- 1 silentm silentm 8684 Aug 13 08:31 CentOS 64-bit LSI.nvram -rw-r--r-- 1 silentm silentm 0 Feb 27
2012 Oct 24
1
Getting 8139cp (1.3) and 8139too (0.9.28) on Centos 5.8
Subject says it all. How can I get the 1.3 version and 0.9.28 to compile on CentOS 5.8 ??? When I compile the two as modules I get errors. My Makefile is: obj-m += 8139cp.o 8139too.o all: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules clean: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean The errors I get are: Entering directory
2007 Jul 03
2
wine on centos 5 amd 64 and opengl
I am getting the following link error on centos 5 AMD 64 for opengl. What do I not have installed? I ran ./configure --x-libraries=/usr/lib --libdir=/usr/lib only warnings I got was abour FontForge missing. make depend make THanks, jerry ----------- make[2]: Leaving directory `/home/silentm/wine-0.9.40/dlls/wtsapi32' make[2]: Entering directory
2008 Apr 11
1
odd error compiling zaptel-1.4.10
CC [M] /home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/vpmadt032.o CC [M] /home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/GpakApi.o CC [M] /home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/../voicebus.o LD [M] /home/silentm/MessageNet/digium/zaptel-1.4.10/kernel/wcte12xp/wcte12xp.o
2008 Mar 31
2
alsa 1.016 compile error on latest kernel centos 5.1
Hi all, I need to compile alsa-project 1.0.16 on the latest centos 5.1 kernel. I am getting this error. What to do... ? CC [M] /home/silentm/MessageNet/alsa-project/alsa-driver-1.0.16/acore/sound_oss.o CC [M] /home/silentm/MessageNet/alsa-project/alsa-driver-1.0.16/acore/info_oss.o In file included from
2014 Oct 23
2
httpd on centos 7
I have read the info on apache 2.4... I added to the bottom of httpd.conf these lines (and restarted httpd) ------------------------- <Directory /var/www/html> # old 2.2 config # Order Allow,Deny # Allow from all AllowOverride None Require all granted </Directory> <Directory /home/silentm/public_html/gifs> AllowOverride None Require all granted </Directory>
2012 Jun 04
1
repo dates and times
I am trying to get my kickstart "repo" line to function correctly. repo --name=Updates --baseurl=http://192.168.1.14/centos/6.2/updates/x86_64/ When I comment the above line my install works, When I uncomment it the install fails with a message about dbus package error. This is my nightly script that runs: =============== PLACE="mirror.team-cymru.org/CentOS" mkdir -p
2017 Feb 07
0
Rebuild gstreamer
Hello Jerry, don't know why you need to upgrade gst-inspect plugin. But I did update gstreamer plugin last year. If you like to take a view http://centos.cms4all.org/repo/7/gstreamer/ cms4all.repo [cms4all-gstreamer] name=cms4all-gstreamer #baseurl=http://centos.cms4all.org/repo/7/gstreamer/ baseurl=file:///srv/repo/centos/7/gstreamer gpgcheck=0 enabled=1 This are private package, does it
2017 Feb 07
5
Rebuild gstreamer
Hi all, I have a need to rebuild the gstreamer and gst-plugins in CentOS 7. So I found the wiki for rebuilding a source package... I downloaded the vault.centos.org files, installed them with dependencies. I did the rpmbuild -ba for each of the four packages. All seemed to go well. No errors reported. However - the /usr/bin/gst-inspect* listing shows the files as OLD ls -l /usr/bin/gst-inspect*
2005 Nov 27
0
centos4.2 -raid 1 and grub
I had this little shell script. Use at your own risk... Jerry --------- # To load a blank drive with the old partition information use the command: # sfdisk /dev/hda < /etc/silentm/raidinfo.partitions.hda # The following command will setup the passed argument to boot in case the main disk is faulty # $1 is either /dev/hdb or /dev/sdb grub_setup_scsi() { grub << EOF find
2005 Sep 02
6
question on cut
I am trying to use cut to tell me the suffix of a file. for example: echo /home/silentm/log/file.machine.log | cut -d . -f 1- I was expecting to get .log or log but I get the entire string echoed back. doing the opposite gave me what I expected: echo /home/silentm/log/file.machine.log | cut -d . -f 1 gives me /home/silentm/log/file I am trying to find a way to test if the file ends in .log?
2008 Mar 17
4
MeetMe option b
I am running asterisk 1.4.18 trying to use MeetMe and option b. I am getting permissions denied failed to execute conf-background.agi on the CLI lrwxrwxrwx 1 root root 37 Mar 17 10:11 conf-background.agi -> /home/silentm/bin/conf-background.agi my conf background is a symbolic link - then my permissions are : [root at devcentos5x64 src]# ls -l /home/silentm/bin/conf-background.agi
2023 Sep 14
1
Asterisk 18.14.0 vs 18.18.0 and chan_console/chan_alsa
On Wed, Sep 13, 2023 at 5:20 PM Jerry Geis <jerry.geis at gmail.com> wrote: > >An issue[1] was already created by asterisk at phreaknet.org and they > also put > >a fix up for review and inclusion[2]. > > >[1] https://github.com/asterisk/asterisk/issues/308 > >[2] https://github.com/asterisk/asterisk/pull/309 > > > The change "seems" to be
2007 Mar 27
0
question on wineconsole from GNOME launcher
I have a 4 line batch file that just copies files: copynewr.bat copy c:\msgnet\obj\sign\cmdapi\release\X.exe m:\silentm\update copy c:\msgnet\sign_new\release\Y.exe m:\silentm\update copy c:\msgnet\obj\sign\monitor\release\Z.exe m:\silentm\update copy c:\msgnet\httpupdate\release\ZZ.exe m:\silentm\update When I run the command from a terminal window /usr/local/bin/wineconsole
2005 Sep 02
0
question on cut -solved
Mark, Thanks thats what I was looking for... Jerry Jerry Geis wrote: >/ I am trying to use cut to tell me the suffix of a file. />/ for example: echo /home/silentm/log/file.machine.log | cut -d . -f 1- />/ />/ I was expecting to get .log or log but I get the entire string echoed back. />/ />/ doing the opposite gave me what I expected: />/ echo
2012 Jan 25
0
upstart question
I am trying to migrate from old /etc/inittab to upstart. I am close. I used to have 2 or 4 lines in /etc/inittab to start 2 or 4 processes. v1:2345:respawn:/home/silentm/bin/myfile -port 4000 v2:2345:respawn:/home/silentm/bin/myfile -port 5000 something like that... So now I create a file /etc/init/myfile.conf and in it I put: respawn script /home/silentm/bin/myfile -port 4000