Fog wont install
-
ok
-
I already made the changes, so you won’t find php53
Anyways, I figured out the issue.
Change the stanza under #Fedora for php-mysql to php-mysqlnd and change the mysql mysql-server to mariadb and mariadb-server as Fedora 19 has changed from mysql to mariadb.
-
Give me a couple minutes and I’ll get things working again. You’ll still run into an issue with NFS and udp not building. I’m going to try to get the elements to build and install properly.
-
yes,all refences are gone
-
ok thats done
it says i have mysql
but now udpcast has failed
make has failed? -
Yep, I’m working on that right now.
-
FEDORA 19, what WERE you Thinking WHEN YOU WENT TO MARIA DB? <just needed to vent that out lol>
-
I think I finally got it, in the final testing right now.
-
You will need to start the rpcbind service manually for all of this to work appropriately. It’ll succeed install, but nfs won’t actually be running.
-
my fog is now running, yay!
-
Give me a little bit to post the file. I’m posting this especially for fedora19
-
Link is now slightly adjusted for Fedora 19:
[url]https://mastacontrola.com/fog_0.33b.FEDORA19.tar.bz2[/url] -
If UDPCast still fails to make: run:
yum -y install perl-podlators
Then retry the install, you should be good to go after this.
-
how to start rpcbind service manually
-
service rpcbind restart
But I’ve added this to the installation script as well.
Is it working for you now?
-
no
-
What is the error it’s giving you?
-
the same thing
- Setting up and building UDPCast…Failed!
make failed!
i installed perl-podlators -
okay
Run these commands and tell me the output:cd /tmp/udpcast-20120424; make
-
gcc -s udp-receiver.o socklib.o udpcast.o receiver-diskio.o receivedata.o udpr-negotiate.o produconsum.o fifo.o log.o statistics.o fec.o udpc_version.o console.o process.o -ldl -lpthread -ldl -lpthread -o udp-receiver
/usr/bin/ld: i386 architecture of input fileudp-receiver.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
socklib.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input fileudpcast.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
receiver-diskio.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input filereceivedata.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
udpr-negotiate.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input fileproduconsum.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
fifo.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input filelog.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
statistics.o’ is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input filefec.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file
udpc_version.o’ is incompatible with i386:x86-64 output
log.o: In functionudpc_printLongNum': /tmp/udpcast-20120424/log.c:121: undefined reference to
__udivdi3’
/tmp/udpcast-20120424/log.c:121: undefined reference to__umoddi3' /tmp/udpcast-20120424/log.c:135: undefined reference to
__divdi3’
/tmp/udpcast-20120424/log.c:121: undefined reference to__udivdi3' /tmp/udpcast-20120424/log.c:121: undefined reference to
__umoddi3’
statistics.o: In functionudpc_displayReceiverStats': /tmp/udpcast-20120424/statistics.c:172: undefined reference to
__divdi3’
statistics.o: In functionudpc_displaySenderStats': /tmp/udpcast-20120424/statistics.c:252: undefined reference to
__udivdi3’
/tmp/udpcast-20120424/statistics.c:256: undefined reference to `__udivdi3’
collect2: error: ld returned 1 exit status
make: *** [udp-receiver] Error 1